Re: [PATCH v2 3/4] net/af_xdp: fix stats reset

2024-05-20 Thread Ferruh Yigit
On 5/14/2024 9:41 AM, Ciara Loftus wrote: > The imissed statistic was not properly reset because it was > read directly from the kernel statistics. To fix this, take note > of the kernel statistic when the stats are reset and deduct this > value from the kernel statistic read during statistics get.

[PATCH v2 3/4] net/af_xdp: fix stats reset

2024-05-14 Thread Ciara Loftus
The imissed statistic was not properly reset because it was read directly from the kernel statistics. To fix this, take note of the kernel statistic when the stats are reset and deduct this value from the kernel statistic read during statistics get. Bugzilla ID: 1430 Fixes: f1debd77efaf ("net/af_x