ethdev: get DCB information
[dpdk.git] / lib / librte_ether / rte_ether_version.map
index 8345a6c..3c4dc2d 100644 (file)
@@ -127,3 +127,10 @@ DPDK_2.1 {
        rte_eth_timesync_read_tx_timestamp;
 
 } DPDK_2.0;
+
+DPDK_2.2 {
+       global:
+
+       rte_eth_dev_get_dcb_info;
+
+} DPDK_2.1;