Re: [dpdk-dev] [PATCH v6 10/10] doc: update ring guide

2020-04-20 Thread Ananyev, Konstantin
> > On Mon, Apr 20, 2020 at 2:12 PM Konstantin Ananyev > wrote: > > > > Changed the rte_ring chapter in programmer's guide to reflect > > the addition of new sync modes and peek style API. > > I'd like to split this as follows, see below. > I have a couple of typos too. > > > If you are fine

Re: [dpdk-dev] [PATCH v6 10/10] doc: update ring guide

2020-04-20 Thread David Marchand
On Mon, Apr 20, 2020 at 2:12 PM Konstantin Ananyev wrote: > > Changed the rte_ring chapter in programmer's guide to reflect > the addition of new sync modes and peek style API. I'd like to split this as follows, see below. I have a couple of typos too. If you are fine with it, I'll proceed and

[dpdk-dev] [PATCH v6 10/10] doc: update ring guide

2020-04-20 Thread Konstantin Ananyev
Changed the rte_ring chapter in programmer's guide to reflect the addition of new sync modes and peek style API. Signed-off-by: Konstantin Ananyev --- doc/guides/prog_guide/ring_lib.rst | 95 ++ 1 file changed, 95 insertions(+) diff --git a/doc/guides/prog_guide/ring