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. #270

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

ajamshed commented 4 years ago

Thanks for your PR. Can you please resubmit to the devel branch? I will merge immediately thereafter.

qingmin-liu commented 4 years ago

Sure. Generally we want to use mTCP as SPDK userspace TCP/IP stack and then improve the performance of nvmeoTCP. and so some extra works need to add into mTCP.

Thanks a lot Qingmin

qingmin-liu commented 4 years ago

Done. So need to close this commit right? The policy is first to commit to devel branch for review right?

Thanks a lot. Qingmin

ajamshed commented 4 years ago

Sure. Generally we want to use mTCP as SPDK userspace TCP/IP stack and then improve the performance of nvmeoTCP. and so some extra works need to add into mTCP.

Thanks a lot Qingmin

That sounds very interesting. Let me know if you have any other updates.

ajamshed commented 4 years ago

Done. So need to close this commit right? The policy is first to commit to devel branch for review right?

Thanks a lot. Qingmin

That's right. Thanks.

qingmin-liu commented 4 years ago

Merging into devel branch and close this request.