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

2023-10-27 Thread lihuisong (C)
在 2023/10/27 15:40, Morten Brørup 写道: From: Huisong Li [mailto:lihuis...@huawei.com] Sent: Friday, 27 October 2023 06.15 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 specifica

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

2023-10-27 Thread Morten Brørup
> From: Huisong Li [mailto:lihuis...@huawei.com] > Sent: Friday, 27 October 2023 06.15 > > 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

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

2023-10-26 Thread fengchengwen
Acked-by: Chengwen Feng On 2023/10/27 12:15, Huisong Li wrote: > 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

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

2023-10-26 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