Re: [PATCH net-next V4 0/6] switch to use tx skb array in tun

From: David Miller
Date: Fri Jul 01 2016 - 05:52:49 EST


From: Jason Wang <jasowang@xxxxxxxxxx>
Date: Thu, 30 Jun 2016 14:45:30 +0800

> This series tries to switch to use skb array in tun. This is used to
> eliminate the spinlock contention between producer and consumer. The
> conversion was straightforward: just introdce a tx skb array and use
> it instead of sk_receive_queue.

Series applied, thanks Jason.