Lines Matching full:offloaded
617 "Offloaded and other programs have the same id")
635 offloaded = sim.dfs_read("bpf_offloaded_id")
648 fail(offloaded != offloaded2,
664 offloaded = sim.dfs_read("bpf_offloaded_id")
673 fail(offloaded != "0", "Offload ID reported with only other program left")
761 start_test("Test TC non-offloaded...")
765 start_test("Test TC non-offloaded isn't getting bound...")
788 fail(not fltr["in_hw"], "Filter not offloaded by default")
798 fail(not fltr["in_hw"], "Bytecode not offloaded by default")
815 fail(ret == 0, "Offloaded a filter to chain other than 0")
877 fail(fltr["skip_hw"], "TC does reports 'skip_hw' on offloaded filter")
878 fail(not fltr["in_hw"], "TC does not report 'in_hw' for offloaded filter")
885 fail(dprog["state"] != "xlated", "Offloaded program state not translated")
886 fail(dprog["loaded"] != "Y", "Offloaded program is not loaded")
943 "Device parameters reported for non-offloaded program")
971 fail(ret == 0, "attached non-offloaded XDP program to HW")
980 fail(ret == 0, "attached offloaded XDP program to drv")
981 check_extack(err, "Using offloaded program without HW_MODE flag is not supported.", args)
1019 fail(dprog["state"] != "xlated", "Offloaded program state not translated")
1020 fail(dprog["loaded"] != "Y", "Offloaded program is not loaded")