Loading
selftests: net: veth: test the ability to independently manipulate GRO and XDP
mainline inclusion from mainline-v6.9-rc1 commit ba5a6476e3866c97e2c85f64b0c7dfb8fbdda18a category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IB6GEA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ba5a6476e3866c97e2c85f64b0c7dfb8fbdda18a -------------------------------- We should be able to independently flip either XDP or GRO states and toggling one should not affect the other. Adjust other tests as well that had implicit expectation that GRO would be automatically enabled. Signed-off-by:Ignat Korchagin <ignat@cloudflare.com> Signed-off-by:
David S. Miller <davem@davemloft.net> Signed-off-by:
Jiangshan Yi <yijiangshan@kylinos.cn>