mbox series

[0/2] Revert "veth: Avoid drop packets when xdp_redirect performs" and its fix

Message ID 20221121112848.51388-1-hengqi@linux.alibaba.com (mailing list archive)
Headers show
Series Revert "veth: Avoid drop packets when xdp_redirect performs" and its fix | expand

Message

Heng Qi Nov. 21, 2022, 11:28 a.m. UTC
This patch 2e0de6366ac16 enables napi of the peer veth automatically when the
veth loads the xdp, but it breaks down as reported by Paolo and John. So reverting
it and its fix, we will rework the patch and make it more robust based on comments.

Heng Qi (2):
  Revert "bpf: veth driver panics when xdp prog attached before
    veth_open"
  Revert "veth: Avoid drop packets when xdp_redirect performs"

 drivers/net/veth.c | 88 +++++++---------------------------------------
 1 file changed, 12 insertions(+), 76 deletions(-)