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 <lei...@debian.org> > --- > drivers/net/netdevsim/netdev.c | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) >
Thanks for moving the RX accounting around. Reviewed-by: Joe Damato <j...@dama.to>