net/sfc: support flow API filters
[dpdk.git] / drivers / net / sfc / sfc_filter.h
index 5ba1617..fe23eee 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;