net/nfp: remove compile time log
[dpdk.git] / drivers / net / hns3 / hns3_ethdev.h
index 3485614..8e66d9f 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