Searched refs:two_xdps (Results 1 – 1 of 1) sorted by relevance
662 def check_multi_basic(two_xdps): argument663 fail(two_xdps["mode"] != 4, "Bad mode reported with multiple programs")664 fail("prog" in two_xdps, "Base program reported in multi program mode")665 fail(len(two_xdps["attached"]) != 2,667 fail(two_xdps["attached"][0]["prog"]["id"] ==668 two_xdps["attached"][1]["prog"]["id"],693 two_xdps = sim.ip_link_show(xdp=True)["xdp"]695 fail(xdp["attached"][0] not in two_xdps["attached"],697 check_multi_basic(two_xdps)723 fail(xdp["attached"][0] not in two_xdps["attached"],[all …]