Messages in this thread |  | | Date | Wed, 16 Aug 2017 14:27:52 -0700 (PDT) | Subject | Re: [PATCH] tun: make tun_build_skb() thread safe | From | David Miller <> |
| |
From: Jason Wang <jasowang@redhat.com> Date: Wed, 16 Aug 2017 22:14:33 +0800
> From: Eric Dumazet <eric.dumazet@gmail.com> > > tun_build_skb() is not thread safe since it uses per queue page frag, > this will break things when multiple threads are sending through same > queue. Switch to use per-thread generator (no lock involved). > > Fixes: 66ccbc9c87c2 ("tap: use build_skb() for small packet") > Tested-by: Jason Wang <jasowang@redhat.com> > Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> > Signed-off-by: Jason Wang <jasowang@redhat.com>
Applied, thanks.
|  |