]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/sfc/sfc_filter.h
net/sfc: support flow API filters
[dpdk.git] / drivers / net / sfc / sfc_filter.h
index 5ba1617661734010dfda7c29ce2dedfd9938fa36..fe23eeea3c767fb9316db450b07880cfbb3760cb 100644 (file)
@@ -32,6 +32,8 @@
 
 #include "efx.h"
 
+#include "sfc_flow.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -41,6 +43,8 @@ struct sfc_filter {
        size_t                          supported_match_num;
        /** Driver cache of supported filter match masks */
        uint32_t                        *supported_match;
+       /** List of flow rules */
+       struct sfc_flow_list            flow_list;
 };
 
 struct sfc_adapter;