Re: [dpdk-dev] [PATCH RFCv3 00/19] ring cleanup and generalization

2017-02-14 Thread Bruce Richardson
On Tue, Feb 14, 2017 at 09:32:20AM +0100, Olivier Matz wrote: > Hi Bruce, > > On Tue, 7 Feb 2017 14:12:38 +, Bruce Richardson > wrote: > > This patchset make a set of, sometimes non-backward compatible, > > cleanup changes to the rte_ring code in order to improve it. The > > resulting code i

Re: [dpdk-dev] [PATCH RFCv3 00/19] ring cleanup and generalization

2017-02-14 Thread Olivier Matz
Hi Bruce, On Tue, 7 Feb 2017 14:12:38 +, Bruce Richardson wrote: > This patchset make a set of, sometimes non-backward compatible, > cleanup changes to the rte_ring code in order to improve it. The > resulting code is shorter*, since the existing functions are > restructured to reduce code d

[dpdk-dev] [PATCH RFCv3 00/19] ring cleanup and generalization

2017-02-07 Thread Bruce Richardson
This patchset make a set of, sometimes non-backward compatible, cleanup changes to the rte_ring code in order to improve it. The resulting code is shorter*, since the existing functions are restructured to reduce code duplication, as well as being more consistent in behaviour. The specific changes