On 10/2/2024 12:48 AM, Joshua Washington wrote:
> Currently, gve_rxq_mbufs_alloc_dqo() allocates RING_SIZE buffers, but
> only posts RING_SIZE - 1 of them, inevitably leaking a buffer every
> time queues are stopped/started. This could eventually lead to running
> out of mbufs if an application stops/starts traffic enough.
> 
> Fixes: b044845bb015 ("net/gve: support queue start/stop")
> Cc: [email protected]
> 
> Signed-off-by: Joshua Washington <[email protected]>
> Reviewed-by: Rushil Gupta <[email protected]>
> Reviewed-by: Praveen Kaligineedi <[email protected]>
>

Applied to dpdk-next-net/main, thanks.

Reply via email to