net/bnxt: support Tx loopback, set VF MAC and queues drop
[dpdk.git] / drivers / net / bnxt / bnxt.h
index c23a836..e918517 100644 (file)
@@ -276,4 +276,6 @@ int bnxt_link_update_op(struct rte_eth_dev *eth_dev, int wait_to_complete);
 int bnxt_rcv_msg_from_vf(struct bnxt *bp, uint16_t vf_id, void *msg);
 
 #define RX_PROD_AGG_BD_TYPE_RX_PROD_AGG                0x6
+
+bool is_bnxt_supported(struct rte_eth_dev *dev);
 #endif