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

2023-11-03 Thread Ivan Malov
Hi, (minor notes below) On Fri, 3 Nov 2023, 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, i40e and so on. If mbuf data room size in

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

2023-11-03 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, i40e and so on. If mbuf data room size in mempool is greater then the maximum Rx buffer size per descriptor