Re: [dpdk-dev] [PATCH v2 0/3] refactoring ring library

2021-01-28 Thread David Marchand
On Tue, Jan 26, 2021 at 9:18 AM Feifei Wang wrote: > > Do some work for ring refactoring, which includes: > 1. add rte prefix before update tail API > 2. Move all private APIs into new header files > > v2: > 1. add rte_ prefixes for private files (Konstantin) This series seems simple enough and s

[dpdk-dev] [PATCH v2 0/3] refactoring ring library

2021-01-26 Thread Feifei Wang
Do some work for ring refactoring, which includes: 1. add rte prefix before update tail API 2. Move all private APIs into new header files v2: 1. add rte_ prefixes for private files (Konstantin) Feifei Wang (3): test/ring: reduce iteration numbers to make test duration shorter ring: add rte p