X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Favf%2Favf.h;h=dcf8d1c7271bb2b6f9691c58f0efdca8e5b58153;hb=817a6c47404550374d5a0700b328a803bec9b13e;hp=66986ea93b3f19d6b702dec9bf2301fcb39c005d;hpb=cb25d4323fbfb2559af6e31dfcfb1064772e38d4;p=dpdk.git diff --git a/drivers/net/avf/avf.h b/drivers/net/avf/avf.h index 66986ea93b..dcf8d1c727 100644 --- a/drivers/net/avf/avf.h +++ b/drivers/net/avf/avf.h @@ -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 */