Re: [PATCH] net/gve: fix refill logic causing memory corruption

2024-10-07 Thread Ferruh Yigit
On 10/4/2024 2:05 AM, Joshua Washington wrote: > There is a seemingly mundane error in the RX refill path which can lead > to major issues and ultimately program crashing. > > This error occurs as part of an edge case where the exact number of > buffers the refill causes the ring to wrap around to

[PATCH] net/gve: fix refill logic causing memory corruption

2024-10-03 Thread Joshua Washington
There is a seemingly mundane error in the RX refill path which can lead to major issues and ultimately program crashing. This error occurs as part of an edge case where the exact number of buffers the refill causes the ring to wrap around to 0. The current refill logic is split into two conditions