Re: [PATCH net-next 03/11] tuntap: enable bh early during processing XDP

2018-09-06 Thread Michael S. Tsirkin
On Thu, Sep 06, 2018 at 12:05:18PM +0800, Jason Wang wrote: > This patch move the bh enabling a little bit earlier, this will be > used for factoring out the core XDP logic of tuntap. > > Signed-off-by: Jason Wang Acked-by: Michael S. Tsirkin no reason to disable bh for non-xdp things. > ---

[PATCH net-next 03/11] tuntap: enable bh early during processing XDP

2018-09-05 Thread Jason Wang
This patch move the bh enabling a little bit earlier, this will be used for factoring out the core XDP logic of tuntap. Signed-off-by: Jason Wang --- drivers/net/tun.c | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/drivers/net/tun.c b/drivers/net/tun.c index