Re: [PATCH net-next] ibmveth: Add multi buffers rx replenishment hcall support

2025-07-18 Thread Simon Horman
On Thu, Jul 17, 2025 at 04:10:49PM -0400, Mingming Cao wrote: > This patch enables batched RX buffer replenishment in ibmveth by > using the new firmware-supported h_add_logical_lan_buffers() hcall > to submit up to 8 RX buffers in a single call, instead of repeatedly > calling the single-buffer h

[PATCH net-next] ibmveth: Add multi buffers rx replenishment hcall support

2025-07-17 Thread Mingming Cao
This patch enables batched RX buffer replenishment in ibmveth by using the new firmware-supported h_add_logical_lan_buffers() hcall to submit up to 8 RX buffers in a single call, instead of repeatedly calling the single-buffer h_add_logical_lan_buffer() hcall. During the probe, with the patch, th