Re: [dpdk-dev] [PATCH v5 2/9] ring: prepare ring to allow new sync schemes

2020-04-18 Thread Honnappa Nagarahalli
> > To make these preparations two main things are done: > - Change from *single* to *sync_type* to allow different > synchronisation schemes to be applied. > Mark *single* as deprecated in comments. > Add new functions to allow user to query ring sync types. > Replace direct access to *

[dpdk-dev] [PATCH v5 2/9] ring: prepare ring to allow new sync schemes

2020-04-18 Thread Konstantin Ananyev
To make these preparations two main things are done: - Change from *single* to *sync_type* to allow different synchronisation schemes to be applied. Mark *single* as deprecated in comments. Add new functions to allow user to query ring sync types. Replace direct access to *single* with appr