Re: [dpdk-dev] [PATCH v4 00/14] refactor and cleanup of rte_ring

2017-03-28 Thread Yuanhan Liu
On Tue, Mar 28, 2017 at 09:35:52PM +0100, 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 > duplicat

[dpdk-dev] [PATCH v4 00/14] refactor and cleanup of rte_ring

2017-03-28 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 m