Lines Matching full:offloaded
678 "Offloaded and other programs have the same id")
696 offloaded = sim.dfs_read("bpf_offloaded_id")
709 fail(offloaded != offloaded2,
725 offloaded = sim.dfs_read("bpf_offloaded_id")
734 fail(offloaded != "0", "Offload ID reported with only other program left")
822 start_test("Test TC non-offloaded...")
826 start_test("Test TC non-offloaded isn't getting bound...")
849 fail(not fltr["in_hw"], "Filter not offloaded by default")
859 fail(not fltr["in_hw"], "Bytecode not offloaded by default")
876 fail(ret == 0, "Offloaded a filter to chain other than 0")
938 fail(fltr["skip_hw"], "TC does reports 'skip_hw' on offloaded filter")
939 fail(not fltr["in_hw"], "TC does not report 'in_hw' for offloaded filter")
946 fail(dprog["state"] != "xlated", "Offloaded program state not translated")
947 fail(dprog["loaded"] != "Y", "Offloaded program is not loaded")
1004 "Device parameters reported for non-offloaded program")
1032 fail(ret == 0, "attached non-offloaded XDP program to HW")
1041 fail(ret == 0, "attached offloaded XDP program to drv")
1042 check_extack(err, "Using offloaded program without HW_MODE flag is not supported.", args)
1070 fail(dprog["state"] != "xlated", "Offloaded program state not translated")
1071 fail(dprog["loaded"] != "Y", "Offloaded program is not loaded")