]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/hns3/hns3_ethdev.h
net/nfp: remove compile time log
[dpdk.git] / drivers / net / hns3 / hns3_ethdev.h
index 3485614b6fda482a117b4029e6ad207b2962f670..8e66d9f0f3ed517c4d7dab88321f95367cb2f407 100644 (file)
@@ -630,6 +630,9 @@ struct hns3_hw {
        struct hns3_port_base_vlan_config port_base_vlan_cfg;
 
        pthread_mutex_t flows_lock; /* rte_flow ops lock */
+       struct hns3_fdir_rule_list flow_fdir_list; /* flow fdir rule list */
+       struct hns3_rss_filter_list flow_rss_list; /* flow RSS rule list */
+       struct hns3_flow_mem_list flow_list;
 
        /*
         * PMD setup and configuration is not thread safe. Since it is not