Lines Matching full:offloaded
615 "Offloaded and other programs have the same id")
633 offloaded = sim.dfs_read("bpf_offloaded_id")
646 fail(offloaded != offloaded2,
662 offloaded = sim.dfs_read("bpf_offloaded_id")
671 fail(offloaded != "0", "Offload ID reported with only other program left")
759 start_test("Test TC non-offloaded...")
763 start_test("Test TC non-offloaded isn't getting bound...")
786 fail(not fltr["in_hw"], "Filter not offloaded by default")
796 fail(not fltr["in_hw"], "Bytecode not offloaded by default")
813 fail(ret == 0, "Offloaded a filter to chain other than 0")
875 fail(fltr["skip_hw"], "TC does reports 'skip_hw' on offloaded filter")
876 fail(not fltr["in_hw"], "TC does not report 'in_hw' for offloaded filter")
883 fail(dprog["state"] != "xlated", "Offloaded program state not translated")
884 fail(dprog["loaded"] != "Y", "Offloaded program is not loaded")
941 "Device parameters reported for non-offloaded program")
969 fail(ret == 0, "attached non-offloaded XDP program to HW")
978 fail(ret == 0, "attached offloaded XDP program to drv")
979 check_extack(err, "Using offloaded program without HW_MODE flag is not supported.", args)
1007 fail(dprog["state"] != "xlated", "Offloaded program state not translated")
1008 fail(dprog["loaded"] != "Y", "Offloaded program is not loaded")