Lines Matching full:offloaded
619 "Offloaded and other programs have the same id")
637 offloaded = sim.dfs_read("bpf_offloaded_id")
650 fail(offloaded != offloaded2,
666 offloaded = sim.dfs_read("bpf_offloaded_id")
675 fail(offloaded != "0", "Offload ID reported with only other program left")
764 start_test("Test TC non-offloaded...")
768 start_test("Test TC non-offloaded isn't getting bound...")
791 fail(not fltr["in_hw"], "Filter not offloaded by default")
801 fail(not fltr["in_hw"], "Bytecode not offloaded by default")
818 fail(ret == 0, "Offloaded a filter to chain other than 0")
880 fail(fltr["skip_hw"], "TC does reports 'skip_hw' on offloaded filter")
881 fail(not fltr["in_hw"], "TC does not report 'in_hw' for offloaded filter")
888 fail(dprog["state"] != "xlated", "Offloaded program state not translated")
889 fail(dprog["loaded"] != "Y", "Offloaded program is not loaded")
946 "Device parameters reported for non-offloaded program")
974 fail(ret == 0, "attached non-offloaded XDP program to HW")
983 fail(ret == 0, "attached offloaded XDP program to drv")
984 check_extack(err, "Using offloaded program without HW_MODE flag is not supported.", args)
1022 fail(dprog["state"] != "xlated", "Offloaded program state not translated")
1023 fail(dprog["loaded"] != "Y", "Offloaded program is not loaded")