Re: [PATCH 3/3] net/af_xdp: Fix stats reset

2024-05-10 Thread Maryam Tahhan
On 10/05/2024 11:03, 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. Bugzi

[PATCH 3/3] net/af_xdp: Fix stats reset

2024-05-10 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