Searched refs:two_xdps (Results 1 – 1 of 1) sorted by relevance
671 def check_multi_basic(two_xdps): argument672 fail(two_xdps["mode"] != 4, "Bad mode reported with multiple programs")673 fail("prog" in two_xdps, "Base program reported in multi program mode")674 fail(len(two_xdps["attached"]) != 2,676 fail(two_xdps["attached"][0]["prog"]["id"] ==677 two_xdps["attached"][1]["prog"]["id"],702 two_xdps = sim.ip_link_show(xdp=True)["xdp"]704 fail(xdp["attached"][0] not in two_xdps["attached"],706 check_multi_basic(two_xdps)730 fail(xdp["attached"][0] not in two_xdps["attached"],[all …]