net/enic: enable flow API for VF representor
[dpdk.git] / drivers / net / hns3 / hns3_ethdev.h
index ef85034..fd6a9f9 100644 (file)
@@ -643,7 +643,10 @@ struct hns3_adapter {
        };
 
        bool rx_simple_allowed;
+       bool rx_vec_allowed;
        bool tx_simple_allowed;
+       bool tx_vec_allowed;
+
        struct hns3_ptype_table ptype_tbl __rte_cache_min_aligned;
 };