Re: [PATCH net-next v3 2/4] netdevsim: collect statistics at RX side
From: Joe Damato
Date: Tue Jun 17 2025 - 15:32:45 EST
On Tue, Jun 17, 2025 at 01:18:58AM -0700, Breno Leitao wrote:
> When the RX side of netdevsim was added, the RX statistics were missing,
> making the driver unusable for GenerateTraffic() test framework.
>
> This patch adds proper statistics tracking on RX side, complementing the
> TX path.
>
> Signed-off-by: Breno Leitao <leitao@xxxxxxxxxx>
> ---
> drivers/net/netdevsim/netdev.c | 12 ++++++++++--
> 1 file changed, 10 insertions(+), 2 deletions(-)
>
Thanks for moving the RX accounting around.
Reviewed-by: Joe Damato <joe@xxxxxxx>