Re: [dpdk-dev] [PATCH] doc: announce ABI change for ring structure

2018-01-17 Thread Thomas Monjalon
08/12/2017 18:01, Thomas Monjalon: > 08/12/2017 15:14, Olivier MATZ: > > > +* ring: The alignment constraints on the ring structure will be relaxed > > > + to one cache line instead of two, and an empty cache line padding will > > > + be added between the producer and consumer structures. The siz

Re: [dpdk-dev] [PATCH] doc: announce ABI change for ring structure

2017-12-08 Thread Thomas Monjalon
08/12/2017 15:14, Olivier MATZ: > > +* ring: The alignment constraints on the ring structure will be relaxed > > + to one cache line instead of two, and an empty cache line padding will > > + be added between the producer and consumer structures. The size of the > > + structure and the offset of

Re: [dpdk-dev] [PATCH] doc: announce ABI change for ring structure

2017-12-08 Thread Olivier MATZ
Hi, On Mon, Sep 11, 2017 at 03:39:13PM +0200, Olivier Matz wrote: > As discussed on the mailing list, the alignment constraint of > the ring structure can be relaxed. > > Link: http://dpdk.org/dev/patchwork/patch/25039 > Link: http://dpdk.org/dev/patchwork/patch/26103 > > Signed-off-by: Olivier

Re: [dpdk-dev] [PATCH] doc: announce ABI change for ring structure

2017-09-18 Thread Burakov, Anatoly
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Olivier Matz > Sent: Monday, September 11, 2017 2:39 PM > To: dev@dpdk.org > Cc: Richardson, Bruce ; Mcnamara, John > ; Verkamp, Daniel > ; Ananyev, Konstantin > > Subject: [dpdk-dev] [PATCH] doc: announce ABI c

Re: [dpdk-dev] [PATCH] doc: announce ABI change for ring structure

2017-09-18 Thread Mcnamara, John
> -Original Message- > From: Olivier Matz [mailto:olivier.m...@6wind.com] > Sent: Monday, September 11, 2017 2:39 PM > To: dev@dpdk.org > Cc: Richardson, Bruce ; Mcnamara, John > ; Verkamp, Daniel ; > Ananyev, Konstantin > Subject: [PATCH] doc: announce ABI change for ring structure > >

Re: [dpdk-dev] [PATCH] doc: announce ABI change for ring structure

2017-09-18 Thread Bruce Richardson
On Mon, Sep 11, 2017 at 03:39:13PM +0200, Olivier Matz wrote: > As discussed on the mailing list, the alignment constraint of > the ring structure can be relaxed. > > Link: http://dpdk.org/dev/patchwork/patch/25039 > Link: http://dpdk.org/dev/patchwork/patch/26103 > > Signed-off-by: Olivier Matz

[dpdk-dev] [PATCH] doc: announce ABI change for ring structure

2017-09-11 Thread Olivier Matz
As discussed on the mailing list, the alignment constraint of the ring structure can be relaxed. Link: http://dpdk.org/dev/patchwork/patch/25039 Link: http://dpdk.org/dev/patchwork/patch/26103 Signed-off-by: Olivier Matz --- doc/guides/rel_notes/deprecation.rst | 6 ++ 1 file changed, 6 ins