Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1421838

Re: [PATCH v8 0/5] skb_array: array based FIFO for skbs

From Jesper Dangaard Brouer <brouer@redhat.com>
Newsgroups linux.kernel
Subject Re: [PATCH v8 0/5] skb_array: array based FIFO for skbs
Date 2016-06-14 14:00 +0200
Message-ID <rJVaF-4lS-5@gated-at.bofh.it> (permalink)
References <rJH7I-2Zc-35@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, 13 Jun 2016 23:54:26 +0300 "Michael S. Tsirkin" <mst@redhat.com> wrote:
> 
> Jesper, Jason, I know that both of you tested this,
> please post Tested-by tags for whatever was tested.

Yes, I tested this via "external" kernel modules, not your framework.
I have verified that this V8 patchset is equivalent, to what I have in:
 https://github.com/netoptimizer/prototype-kernel/ (at 81ca09c2a945)

> changes since v7
> 	fix typos noticed by Jesper Brouer

You also fixed a missing _bh ... I verified you also included this fix ;-)
 https://github.com/netoptimizer/prototype-kernel/commit/24da4f495bb

> changes since v6
> 	resize implemented. peek/full calls are no longer lockless
> 
> 	replaced _FIELD macros with _CALL which invoke a function
> 	on the pointer rather than just returning a value
> 
> 	destroy now scans the array and frees all queued skbs
> 
> changes since v5
> 	implemented a generic ptr_ring api, and
> 		made skb_array a type-safe wrapper
> 	apis for taking the spinlock in different contexts
> 		following expected usecase in tun

Tested-by: Jesper Dangaard Brouer <brouer@redhat.com>

-- 
Best regards,
  Jesper Dangaard Brouer
  MSc.CS, Principal Kernel Engineer at Red Hat
  Author of http://www.iptv-analyzer.org
  LinkedIn: http://www.linkedin.com/in/brouer

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v8 0/5] skb_array: array based FIFO for skbs "Michael S. Tsirkin" <mst@redhat.com> - 2016-06-13 23:00 +0200
  Re: [PATCH v8 0/5] skb_array: array based FIFO for skbs Jesper Dangaard Brouer <brouer@redhat.com> - 2016-06-14 14:00 +0200
  Re: [PATCH v8 0/5] skb_array: array based FIFO for skbs David Miller <davem@davemloft.net> - 2016-06-15 23:00 +0200

csiph-web