TAP version 13 1..1 # timeout set to 0 # selftests: drivers/net/hw: gro_hw.py # TAP version 13 # 1..5 # # CMD (success): ethtool -K ens25f1np1 generic-receive-offload off rx-gro-hw on large-receive-offload off # # STDOUT: Actual changes: # # rx-gro-hw: off [requested on] # # Driver clears HW GRO when SW GRO is cleared, using generic XDP workaround # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/ksft.py", line 338, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/363/drivers/net/hw/./gro_hw.py", line 210, in test_gro_stats_single # # Exception| _setup_hw_gro(cfg) # # Exception| ~~~~~~~~~~~~~^^^^^ # # Exception| File "/srv/hw-worker/tests/363/drivers/net/hw/./gro_hw.py", line 173, in _setup_hw_gro # # Exception| ip(f"link set dev {cfg.ifname} xdpgeneric obj {prog} sec xdp") # # Exception| ~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/utils.py", line 238, in ip # # Exception| return tool('ip', args, json=json, host=host) # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/utils.py", line 225, in tool # # Exception| cmd_obj = cmd(cmd_str, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/utils.py", line 91, in __init__ # # Exception| self.process(terminate=False, fail=fail, timeout=timeout) # # Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/utils.py", line 117, in process # # Exception| raise CmdExitFailure("Command failed", self) # # Exception| net.lib.py.utils.CmdExitFailure: Command failed # # Exception| CMD: ip link set dev ens25f1np1 xdpgeneric obj /srv/hw-worker/tests/363/net/lib/xdp_dummy.bpf.o sec xdp # # Exception| EXIT: 2 # # Exception| STDERR: Error: Native and generic XDP can't be active at the same time. # # Exception| # not ok 1 gro_hw.test_gro_stats_single # # CMD (success): ethtool -K ens25f1np1 generic-receive-offload off rx-gro-hw on large-receive-offload off # # STDOUT: Actual changes: # # rx-gro-hw: off [requested on] # # Driver clears HW GRO when SW GRO is cleared, using generic XDP workaround # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/ksft.py", line 338, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/363/drivers/net/hw/./gro_hw.py", line 232, in test_gro_stats_full # # Exception| _setup_hw_gro(cfg) # # Exception| ~~~~~~~~~~~~~^^^^^ # # Exception| File "/srv/hw-worker/tests/363/drivers/net/hw/./gro_hw.py", line 173, in _setup_hw_gro # # Exception| ip(f"link set dev {cfg.ifname} xdpgeneric obj {prog} sec xdp") # # Exception| ~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/utils.py", line 238, in ip # # Exception| return tool('ip', args, json=json, host=host) # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/utils.py", line 225, in tool # # Exception| cmd_obj = cmd(cmd_str, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/utils.py", line 91, in __init__ # # Exception| self.process(terminate=False, fail=fail, timeout=timeout) # # Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/utils.py", line 117, in process # # Exception| raise CmdExitFailure("Command failed", self) # # Exception| net.lib.py.utils.CmdExitFailure: Command failed # # Exception| CMD: ip link set dev ens25f1np1 xdpgeneric obj /srv/hw-worker/tests/363/net/lib/xdp_dummy.bpf.o sec xdp # # Exception| EXIT: 2 # # Exception| STDERR: Error: Native and generic XDP can't be active at the same time. # # Exception| # not ok 2 gro_hw.test_gro_stats_full # # CMD (success): ethtool -K ens25f1np1 generic-receive-offload off rx-gro-hw on large-receive-offload off # # STDOUT: Actual changes: # # rx-gro-hw: off [requested on] # # Driver clears HW GRO when SW GRO is cleared, using generic XDP workaround # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/ksft.py", line 338, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/363/drivers/net/hw/./gro_hw.py", line 276, in test_gro_order # # Exception| _setup_hw_gro(cfg) # # Exception| ~~~~~~~~~~~~~^^^^^ # # Exception| File "/srv/hw-worker/tests/363/drivers/net/hw/./gro_hw.py", line 173, in _setup_hw_gro # # Exception| ip(f"link set dev {cfg.ifname} xdpgeneric obj {prog} sec xdp") # # Exception| ~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/utils.py", line 238, in ip # # Exception| return tool('ip', args, json=json, host=host) # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/utils.py", line 225, in tool # # Exception| cmd_obj = cmd(cmd_str, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/utils.py", line 91, in __init__ # # Exception| self.process(terminate=False, fail=fail, timeout=timeout) # # Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/utils.py", line 117, in process # # Exception| raise CmdExitFailure("Command failed", self) # # Exception| net.lib.py.utils.CmdExitFailure: Command failed # # Exception| CMD: ip link set dev ens25f1np1 xdpgeneric obj /srv/hw-worker/tests/363/net/lib/xdp_dummy.bpf.o sec xdp # # Exception| EXIT: 2 # # Exception| STDERR: Error: Native and generic XDP can't be active at the same time. # # Exception| # not ok 3 gro_hw.test_gro_order.4 # # CMD (success): ethtool -K ens25f1np1 generic-receive-offload off rx-gro-hw on large-receive-offload off # # STDOUT: Actual changes: # # rx-gro-hw: off [requested on] # # Driver clears HW GRO when SW GRO is cleared, using generic XDP workaround # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/ksft.py", line 338, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/363/drivers/net/hw/./gro_hw.py", line 276, in test_gro_order # # Exception| _setup_hw_gro(cfg) # # Exception| ~~~~~~~~~~~~~^^^^^ # # Exception| File "/srv/hw-worker/tests/363/drivers/net/hw/./gro_hw.py", line 173, in _setup_hw_gro # # Exception| ip(f"link set dev {cfg.ifname} xdpgeneric obj {prog} sec xdp") # # Exception| ~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/utils.py", line 238, in ip # # Exception| return tool('ip', args, json=json, host=host) # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/utils.py", line 225, in tool # # Exception| cmd_obj = cmd(cmd_str, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/utils.py", line 91, in __init__ # # Exception| self.process(terminate=False, fail=fail, timeout=timeout) # # Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/utils.py", line 117, in process # # Exception| raise CmdExitFailure("Command failed", self) # # Exception| net.lib.py.utils.CmdExitFailure: Command failed # # Exception| CMD: ip link set dev ens25f1np1 xdpgeneric obj /srv/hw-worker/tests/363/net/lib/xdp_dummy.bpf.o sec xdp # # Exception| EXIT: 2 # # Exception| STDERR: Error: Native and generic XDP can't be active at the same time. # # Exception| # not ok 4 gro_hw.test_gro_order.32 # # CMD (success): ethtool -K ens25f1np1 generic-receive-offload off rx-gro-hw on large-receive-offload off # # STDOUT: Actual changes: # # rx-gro-hw: off [requested on] # # Driver clears HW GRO when SW GRO is cleared, using generic XDP workaround # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/ksft.py", line 338, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/363/drivers/net/hw/./gro_hw.py", line 276, in test_gro_order # # Exception| _setup_hw_gro(cfg) # # Exception| ~~~~~~~~~~~~~^^^^^ # # Exception| File "/srv/hw-worker/tests/363/drivers/net/hw/./gro_hw.py", line 173, in _setup_hw_gro # # Exception| ip(f"link set dev {cfg.ifname} xdpgeneric obj {prog} sec xdp") # # Exception| ~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/utils.py", line 238, in ip # # Exception| return tool('ip', args, json=json, host=host) # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/utils.py", line 225, in tool # # Exception| cmd_obj = cmd(cmd_str, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/utils.py", line 91, in __init__ # # Exception| self.process(terminate=False, fail=fail, timeout=timeout) # # Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/363/net/lib/py/utils.py", line 117, in process # # Exception| raise CmdExitFailure("Command failed", self) # # Exception| net.lib.py.utils.CmdExitFailure: Command failed # # Exception| CMD: ip link set dev ens25f1np1 xdpgeneric obj /srv/hw-worker/tests/363/net/lib/xdp_dummy.bpf.o sec xdp # # Exception| EXIT: 2 # # Exception| STDERR: Error: Native and generic XDP can't be active at the same time. # # Exception| # not ok 5 gro_hw.test_gro_order.512 # # Totals: pass:0 fail:5 xfail:0 xpass:0 skip:0 error:0 not ok 1 selftests: drivers/net/hw: gro_hw.py # exit=1