Re: [PATCH v3 1/3] ethdev: introduce maximum Rx buffer size

2023-10-29 Thread lihuisong (C)
Hi Stephen, Thanks for your review. 在 2023/10/29 23:43, Stephen Hemminger 写道: On Sat, 28 Oct 2023 09:48:45 +0800 Huisong Li wrote: + "Ethdev port_id=%u, the data size application used in each mbuf is just %u instead of the whole data room(%u) The message shou

[PATCH v3 1/3] ethdev: introduce maximum Rx buffer size

2023-10-27 Thread Huisong Li
The "min_rx_bufsize" in struct rte_eth_dev_info stands for the minimum Rx buffer size supported by hardware. Actually, some engines also have the maximum Rx buffer specification, like, hns3. If mbuf data room size in mempool is greater then the maximum Rx buffer size supported by HW, the data size