On Mon, Aug 11, 2025 at 04:42:12PM -0700, Jakub Kicinski wrote: > Add a simple test for checking that RSS on flow label works, > and that its rejected for IPv4 flows. > > # ./tools/testing/selftests/drivers/net/hw/rss_flow_label.py > TAP version 13 > 1..2 > ok 1 rss_flow_label.test_rss_flow_label > ok 2 rss_flow_label.test_rss_flow_label_6only > # Totals: pass:2 fail:0 xfail:0 xpass:0 skip:0 error:0 > > Reviewed-by: Willem de Bruijn <[email protected]> > Signed-off-by: Jakub Kicinski <[email protected]> > --- > v2: > - check for RPS / RFS > v1: https://lore.kernel.org/[email protected] > > CC: [email protected] > CC: [email protected] > CC: [email protected] > --- > .../testing/selftests/drivers/net/hw/Makefile | 1 + > .../drivers/net/hw/rss_flow_label.py | 167 ++++++++++++++++++ > 2 files changed, 168 insertions(+) > create mode 100755 tools/testing/selftests/drivers/net/hw/rss_flow_label.py
Reviewed-by: Joe Damato <[email protected]>
