Re: [PATCH v6 0/3] skb_array: array based FIFO for skbs

2016-06-02 Thread Jason Wang
On 2016年06月02日 12:51, David Miller wrote: From: "Michael S. Tsirkin" Date: Wed, 1 Jun 2016 15:54:34 +0300 This is in response to the proposal by Jason to make tun rx packet queue lockless using a circular buffer. My testing seems to show that at least for the common usecase in networking, wh

Re: [PATCH v6 0/3] skb_array: array based FIFO for skbs

2016-06-01 Thread David Miller
From: "Michael S. Tsirkin" Date: Wed, 1 Jun 2016 15:54:34 +0300 > This is in response to the proposal by Jason to make tun > rx packet queue lockless using a circular buffer. > My testing seems to show that at least for the common usecase > in networking, which isn't lockless, circular buffer > w