net/mlx5: fix VXLAN device rollback if rule apply fails
[dpdk.git] / drivers / net / avf / avf.h
index 66986ea..dcf8d1c 100644 (file)
@@ -116,6 +116,11 @@ struct avf_adapter {
        struct avf_hw hw;
        struct rte_eth_dev *eth_dev;
        struct avf_info vf;
+
+       bool rx_bulk_alloc_allowed;
+       /* For vector PMD */
+       bool rx_vec_allowed;
+       bool tx_vec_allowed;
 };
 
 /* AVF_DEV_PRIVATE_TO */