Re: [PATCH] net/gve: add support for max_rx_bufsize

2023-11-17 Thread Ferruh Yigit
On 11/17/2023 1:35 AM, lihuisong (C) wrote: > > 在 2023/11/17 6:16, Joshua Washington 写道: >> The new max_rx_bufsize field in dev_info can be used to guide mbuf sizes >> chosen by DPDK programs by ensuring that DPDK programs do not waste >> memory by using an mbuf size too large for the maximum RX b

Re: [PATCH] net/gve: add support for max_rx_bufsize

2023-11-16 Thread lihuisong (C)
在 2023/11/17 6:16, Joshua Washington 写道: The new max_rx_bufsize field in dev_info can be used to guide mbuf sizes chosen by DPDK programs by ensuring that DPDK programs do not waste memory by using an mbuf size too large for the maximum RX buffer size. This patch adds support for this field in

[PATCH] net/gve: add support for max_rx_bufsize

2023-11-16 Thread Joshua Washington
The new max_rx_bufsize field in dev_info can be used to guide mbuf sizes chosen by DPDK programs by ensuring that DPDK programs do not waste memory by using an mbuf size too large for the maximum RX buffer size. This patch adds support for this field in the GVE PMD. Signed-off-by: Joshua Washingto