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

2021-01-29 Thread David Marchand
On Fri, Jan 29, 2021 at 6:59 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) > > v3: > 1. fix compile issue of file

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

2021-01-28 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) v3: 1. fix compile issue of file name bug Feifei Wang (3): test/ring: reduce iteration numbers to m