]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/i40e/i40e_flow.c
ethdev: remove experimental tag for iterator API
[dpdk.git] / drivers / net / i40e / i40e_flow.c
index 7d787c173702b08ddf71dab04adc05b84c984fd2..3694df255ba41239a992cd220dcf37922cf7e0b6 100644 (file)
@@ -133,8 +133,8 @@ const struct rte_flow_ops i40e_flow_ops = {
        .flush = i40e_flow_flush,
 };
 
-union i40e_filter_t cons_filter;
-enum rte_filter_type cons_filter_type = RTE_ETH_FILTER_NONE;
+static union i40e_filter_t cons_filter;
+static enum rte_filter_type cons_filter_type = RTE_ETH_FILTER_NONE;
 
 /* Pattern matched ethertype filter */
 static enum rte_flow_item_type pattern_ethertype[] = {