* [dpdk-dev] [PATCH] doc: announce ABI change for ring structure
@ 2017-09-11 13:39 Olivier Matz
2017-09-18 9:16 ` Bruce Richardson
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Olivier Matz @ 2017-09-11 13:39 UTC (permalink / raw)
To: dev; +Cc: bruce.richardson, john.mcnamara, daniel.verkamp, konstantin.ananyev
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 <olivier.matz@6wind.com>
---
doc/guides/rel_notes/deprecation.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 3362f3350..5a63c0277 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -120,3 +120,9 @@ Deprecation Notices
The non-"do-sig" versions of the hash tables will be removed
(including the ``signature_offset`` parameter)
and the "do-sig" versions renamed accordingly.
+
+* 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 the fields will remain the same on
+ platforms with 64B cache line, but will change on other platforms.
--
2.11.0
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce ABI change for ring structure
2017-09-11 13:39 [dpdk-dev] [PATCH] doc: announce ABI change for ring structure Olivier Matz
@ 2017-09-18 9:16 ` Bruce Richardson
2017-09-18 9:24 ` Mcnamara, John
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Bruce Richardson @ 2017-09-18 9:16 UTC (permalink / raw)
To: Olivier Matz; +Cc: dev, john.mcnamara, daniel.verkamp, konstantin.ananyev
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 <olivier.matz@6wind.com>
> ---
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce ABI change for ring structure
2017-09-11 13:39 [dpdk-dev] [PATCH] doc: announce ABI change for ring structure Olivier Matz
2017-09-18 9:16 ` Bruce Richardson
@ 2017-09-18 9:24 ` Mcnamara, John
2017-09-18 9:30 ` Burakov, Anatoly
2017-12-08 14:14 ` Olivier MATZ
3 siblings, 0 replies; 7+ messages in thread
From: Mcnamara, John @ 2017-09-18 9:24 UTC (permalink / raw)
To: Olivier Matz, dev; +Cc: Richardson, Bruce, Verkamp, Daniel, Ananyev, Konstantin
> -----Original Message-----
> From: Olivier Matz [mailto:olivier.matz@6wind.com]
> Sent: Monday, September 11, 2017 2:39 PM
> To: dev@dpdk.org
> Cc: Richardson, Bruce <bruce.richardson@intel.com>; Mcnamara, John
> <john.mcnamara@intel.com>; Verkamp, Daniel <daniel.verkamp@intel.com>;
> Ananyev, Konstantin <konstantin.ananyev@intel.com>
> Subject: [PATCH] doc: announce ABI change for ring structure
>
> 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 <olivier.matz@6wind.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce ABI change for ring structure
2017-09-11 13:39 [dpdk-dev] [PATCH] doc: announce ABI change for ring structure Olivier Matz
2017-09-18 9:16 ` Bruce Richardson
2017-09-18 9:24 ` Mcnamara, John
@ 2017-09-18 9:30 ` Burakov, Anatoly
2017-12-08 14:14 ` Olivier MATZ
3 siblings, 0 replies; 7+ messages in thread
From: Burakov, Anatoly @ 2017-09-18 9:30 UTC (permalink / raw)
To: Olivier Matz, dev
Cc: Richardson, Bruce, Mcnamara, John, Verkamp, Daniel, Ananyev, Konstantin
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Olivier Matz
> Sent: Monday, September 11, 2017 2:39 PM
> To: dev@dpdk.org
> Cc: Richardson, Bruce <bruce.richardson@intel.com>; Mcnamara, John
> <john.mcnamara@intel.com>; Verkamp, Daniel
> <daniel.verkamp@intel.com>; Ananyev, Konstantin
> <konstantin.ananyev@intel.com>
> Subject: [dpdk-dev] [PATCH] doc: announce ABI change for ring structure
>
> 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 <olivier.matz@6wind.com>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce ABI change for ring structure
2017-09-11 13:39 [dpdk-dev] [PATCH] doc: announce ABI change for ring structure Olivier Matz
` (2 preceding siblings ...)
2017-09-18 9:30 ` Burakov, Anatoly
@ 2017-12-08 14:14 ` Olivier MATZ
2017-12-08 17:01 ` Thomas Monjalon
3 siblings, 1 reply; 7+ messages in thread
From: Olivier MATZ @ 2017-12-08 14:14 UTC (permalink / raw)
To: dev
Cc: bruce.richardson, john.mcnamara, daniel.verkamp,
konstantin.ananyev, Thomas Monjalon
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 Matz <olivier.matz@6wind.com>
> ---
> doc/guides/rel_notes/deprecation.rst | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index 3362f3350..5a63c0277 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -120,3 +120,9 @@ Deprecation Notices
> The non-"do-sig" versions of the hash tables will be removed
> (including the ``signature_offset`` parameter)
> and the "do-sig" versions renamed accordingly.
> +
> +* 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 the fields will remain the same on
> + platforms with 64B cache line, but will change on other platforms.
> --
> 2.11.0
>
It looks this patch was forgotten.
It has 3 acks but was not integrated in 17.11.
Or did I miss something?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce ABI change for ring structure
2017-12-08 14:14 ` Olivier MATZ
@ 2017-12-08 17:01 ` Thomas Monjalon
2018-01-17 21:07 ` Thomas Monjalon
0 siblings, 1 reply; 7+ messages in thread
From: Thomas Monjalon @ 2017-12-08 17:01 UTC (permalink / raw)
To: Olivier MATZ
Cc: dev, bruce.richardson, john.mcnamara, daniel.verkamp, konstantin.ananyev
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 the fields will remain the same on
> > + platforms with 64B cache line, but will change on other platforms.
>
> It looks this patch was forgotten.
> It has 3 acks but was not integrated in 17.11.
> Or did I miss something?
It seems I missed something. Sorry about that.
The release 18.02 should be ABI stable.
While happy to experiment such stability on one release,
it seems I forgot to notify you on this thread.
Sorry again
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce ABI change for ring structure
2017-12-08 17:01 ` Thomas Monjalon
@ 2018-01-17 21:07 ` Thomas Monjalon
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2018-01-17 21:07 UTC (permalink / raw)
To: Olivier MATZ
Cc: dev, bruce.richardson, john.mcnamara, daniel.verkamp, konstantin.ananyev
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 size of the
> > > + structure and the offset of the fields will remain the same on
> > > + platforms with 64B cache line, but will change on other platforms.
> >
> > It looks this patch was forgotten.
> > It has 3 acks but was not integrated in 17.11.
> > Or did I miss something?
>
> It seems I missed something. Sorry about that.
> The release 18.02 should be ABI stable.
> While happy to experiment such stability on one release,
> it seems I forgot to notify you on this thread.
> Sorry again
Applied for change planned in 18.05.
Sorry again for the delay.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2018-01-17 21:08 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-11 13:39 [dpdk-dev] [PATCH] doc: announce ABI change for ring structure Olivier Matz
2017-09-18 9:16 ` Bruce Richardson
2017-09-18 9:24 ` Mcnamara, John
2017-09-18 9:30 ` Burakov, Anatoly
2017-12-08 14:14 ` Olivier MATZ
2017-12-08 17:01 ` Thomas Monjalon
2018-01-17 21:07 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).