mtcp-stack / mtcp

mTCP: A Highly Scalable User-level TCP Stack for Multicore Systems
Other
1.98k stars 435 forks source link

dpdk-iface-kmod: remove warning of ‘rte_eth_dev_count’ is deprecated. #271

Closed qingmin-liu closed 4 years ago

qingmin-liu commented 4 years ago

rte_eth_dev_count is deprecated and use rte_eth_dev_count_avail instead.

Signed-off-by: Qingmin Liu qingmin.liu@broadcom.com