net/qede: fix FW version string for VF
[dpdk.git] / drivers / net / sfc / sfc_filter.h
index 5ba1617..d884f37 100644 (file)
@@ -1,4 +1,6 @@
 /*-
+ *   BSD LICENSE
+ *
  * Copyright (c) 2017 Solarflare Communications Inc.
  * All rights reserved.
  *
@@ -32,6 +34,8 @@
 
 #include "efx.h"
 
+#include "sfc_flow.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -41,6 +45,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;