New upstream version 18.08
[deb_dpdk.git] / drivers / net / sfc / sfc_filter.h
index d3e1c2f..64ab114 100644 (file)
@@ -25,6 +25,16 @@ struct sfc_filter {
        uint32_t                        *supported_match;
        /** List of flow rules */
        struct sfc_flow_list            flow_list;
+       /**
+        * Supports any of ip_proto, remote host or local host
+        * filters. This flag is used for filter match exceptions
+        */
+       boolean_t                       supports_ip_proto_or_addr_filter;
+       /**
+        * Supports any of remote port or local port filters.
+        * This flag is used for filter match exceptions
+        */
+       boolean_t                       supports_rem_or_local_port_filter;
 };
 
 struct sfc_adapter;