OSDN Git Service

tuntap: enable bh early during processing XDP
authorJason Wang <jasowang@redhat.com>
Wed, 12 Sep 2018 03:17:01 +0000 (11:17 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Sep 2018 16:25:40 +0000 (09:25 -0700)
commit291aeb2b1dba0d0296673d994200824a7185585e
treed67feeed920ea6e5f50603faf54a206179bc5abf
parent4f23aff8713c1f98735f7290a2cde63845b7ec88
tuntap: enable bh early during processing XDP

This patch move the bh enabling a little bit earlier, this will be
used for factoring out the core XDP logic of tuntap.

Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tun.c