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

2017-04-03 Thread Thomas Monjalon
2017-03-31 15:37, Ferruh Yigit: > After latest master tree integrated into next-net, icc build throws > following error, which I assume related to this patchset, FYI: > > In file included from .../lib/librte_ring/rte_ring.c(90): > .../lib/librte_ring/rte_ring.h(162): error #1366: a reduction in >

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

2017-03-31 Thread Ferruh Yigit
On 3/29/2017 2:09 PM, 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 > duplication, as well as bein

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

2017-03-29 Thread Thomas Monjalon
2017-03-29 14:09, Bruce Richardson: > Bruce Richardson (14): > ring: remove split cacheline build setting > ring: create common structure for prod and cons metadata > ring: eliminate duplication of size and mask fields > ring: remove debug setting > ring: remove the yield when waiting for

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

2017-03-29 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