Re: [dpdk-dev] [PATCH v5 0/9] New sync modes for ring

2020-04-18 Thread Honnappa Nagarahalli
Hi Konstantin, Changes look good overall, I have integrated RCU defer APIs patch as well. Please consider adding the following (in another patch?) 1) Release notes 2) Updates to programmer guide for RTS and HTS modes Thank you, Honnappa > -Original Message- > From: Konstantin An

[dpdk-dev] [PATCH v5 0/9] New sync modes for ring

2020-04-18 Thread Konstantin Ananyev
V4 - V5: 1. fix i686 clang build problem 2. fix formal API comments V3 - V4 changes: Address comments from Honnappa: 1. for new sync modes make legacy API wrappers around _elem_ calls 2. remove rte_ring_(hts|rts)_generic.h 3. few changes in C11 version 4. peek API - add missing functions for _elem