Searched refs:TestConfig (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | xdp.py | 23 class TestConfig(Enum): class 165 bpf_map_set("map_xdp_setup", TestConfig.MODE.value, XDPAction.PASS.value) 166 bpf_map_set("map_xdp_setup", TestConfig.PORT.value, port) 232 bpf_map_set("map_xdp_setup", TestConfig.MODE.value, XDPAction.DROP.value) 233 bpf_map_set("map_xdp_setup", TestConfig.PORT.value, port) 287 bpf_map_set("map_xdp_setup", TestConfig.MODE.value, XDPAction.TX.value) 288 bpf_map_set("map_xdp_setup", TestConfig.PORT.value, port) 444 bpf_map_set("map_xdp_setup", TestConfig.MODE.value, XDPAction.TAIL_ADJST.value) 445 bpf_map_set("map_xdp_setup", TestConfig.PORT.value, port) 450 bpf_map_set("map_xdp_setup", TestConfig.ADJST_OFFSET.value, offset) [all …]
|