Re: [PATCH] xdp: auto off xdp by bond fd

2020-11-06 Thread Björn Töpel
On Fri, 6 Nov 2020 at 08:41, Xuan Zhuo wrote: > > By default, off xdp is implemented by actively calling netlink on the > command line or in the program. This is very inconvenient for apps based > on xdp. For example, an app based on xdp + xsk exits abnormally, but xdp > is still working, which ma

[PATCH] xdp: auto off xdp by bond fd

2020-11-05 Thread Xuan Zhuo
By default, off xdp is implemented by actively calling netlink on the command line or in the program. This is very inconvenient for apps based on xdp. For example, an app based on xdp + xsk exits abnormally, but xdp is still working, which may cause some exceptions. And xsk cannot be automatically