DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: announce remove of unused enum in ACL library
@ 2020-08-06 12:23 Konstantin Ananyev
  2020-08-06 12:57 ` Ferruh Yigit
  0 siblings, 1 reply; 6+ messages in thread
From: Konstantin Ananyev @ 2020-08-06 12:23 UTC (permalink / raw)
  To: dev; +Cc: Konstantin Ananyev

Announce removal of unused enum value (RTE_ACL_CLASSIFY_NUM).

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
---
 doc/guides/rel_notes/deprecation.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 1a07f8817..fd0168b23 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -232,3 +232,7 @@ Deprecation Notices
   Python 2 support will be completely removed in 20.11.
   In 20.08, explicit deprecation warnings will be displayed when running
   scripts with Python 2.
+
+* acl: ``RTE_ACL_CLASSIFY_NUM`` enum value will be removed. This enum
+  value is not used inside DPDK, while it prevents to add new classify
+  algorithms without causing an ABI breakage.
-- 
2.17.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: announce remove of unused enum in ACL library
  2020-08-06 12:23 [dpdk-dev] [PATCH] doc: announce remove of unused enum in ACL library Konstantin Ananyev
@ 2020-08-06 12:57 ` Ferruh Yigit
  2020-08-06 16:37   ` Thomas Monjalon
  0 siblings, 1 reply; 6+ messages in thread
From: Ferruh Yigit @ 2020-08-06 12:57 UTC (permalink / raw)
  To: Konstantin Ananyev, dev

On 8/6/2020 1:23 PM, Konstantin Ananyev wrote:
> Announce removal of unused enum value (RTE_ACL_CLASSIFY_NUM).
> 
> Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
> ---
>  doc/guides/rel_notes/deprecation.rst | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index 1a07f8817..fd0168b23 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -232,3 +232,7 @@ Deprecation Notices
>    Python 2 support will be completely removed in 20.11.
>    In 20.08, explicit deprecation warnings will be displayed when running
>    scripts with Python 2.
> +
> +* acl: ``RTE_ACL_CLASSIFY_NUM`` enum value will be removed. This enum
> +  value is not used inside DPDK, while it prevents to add new classify
> +  algorithms without causing an ABI breakage.
> 

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: announce remove of unused enum in ACL library
  2020-08-06 12:57 ` Ferruh Yigit
@ 2020-08-06 16:37   ` Thomas Monjalon
  2020-08-06 17:05     ` Bruce Richardson
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Monjalon @ 2020-08-06 16:37 UTC (permalink / raw)
  To: Konstantin Ananyev
  Cc: dev, Ferruh Yigit, stephen, honnappa.nagarahalli, david.marchand,
	ktraynor

06/08/2020 14:57, Ferruh Yigit:
> On 8/6/2020 1:23 PM, Konstantin Ananyev wrote:
> > Announce removal of unused enum value (RTE_ACL_CLASSIFY_NUM).
> > 
> > Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
> > ---
> > +* acl: ``RTE_ACL_CLASSIFY_NUM`` enum value will be removed. This enum
> > +  value is not used inside DPDK, while it prevents to add new classify
> > +  algorithms without causing an ABI breakage.
> 
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

Acked-by: Thomas Monjalon <thomas@monjalon.net>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: announce remove of unused enum in ACL library
  2020-08-06 16:37   ` Thomas Monjalon
@ 2020-08-06 17:05     ` Bruce Richardson
  2020-08-06 17:06       ` Jerin Jacob
  0 siblings, 1 reply; 6+ messages in thread
From: Bruce Richardson @ 2020-08-06 17:05 UTC (permalink / raw)
  To: Thomas Monjalon
  Cc: Konstantin Ananyev, dev, Ferruh Yigit, stephen,
	honnappa.nagarahalli, david.marchand, ktraynor

On Thu, Aug 06, 2020 at 06:37:20PM +0200, Thomas Monjalon wrote:
> 06/08/2020 14:57, Ferruh Yigit:
> > On 8/6/2020 1:23 PM, Konstantin Ananyev wrote:
> > > Announce removal of unused enum value (RTE_ACL_CLASSIFY_NUM).
> > > 
> > > Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
> > > ---
> > > +* acl: ``RTE_ACL_CLASSIFY_NUM`` enum value will be removed. This enum
> > > +  value is not used inside DPDK, while it prevents to add new classify
> > > +  algorithms without causing an ABI breakage.
> > 
> > Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
> 
> Acked-by: Thomas Monjalon <thomas@monjalon.net>
> 
Acked-by: Bruce Richardson <bruce.richardson@intel.com>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: announce remove of unused enum in ACL library
  2020-08-06 17:05     ` Bruce Richardson
@ 2020-08-06 17:06       ` Jerin Jacob
  2020-08-06 17:24         ` Thomas Monjalon
  0 siblings, 1 reply; 6+ messages in thread
From: Jerin Jacob @ 2020-08-06 17:06 UTC (permalink / raw)
  To: Bruce Richardson
  Cc: Thomas Monjalon, Konstantin Ananyev, dpdk-dev, Ferruh Yigit,
	Stephen Hemminger, Honnappa Nagarahalli, David Marchand,
	Kevin Traynor

On Thu, Aug 6, 2020 at 10:36 PM Bruce Richardson
<bruce.richardson@intel.com> wrote:
>
> On Thu, Aug 06, 2020 at 06:37:20PM +0200, Thomas Monjalon wrote:
> > 06/08/2020 14:57, Ferruh Yigit:
> > > On 8/6/2020 1:23 PM, Konstantin Ananyev wrote:
> > > > Announce removal of unused enum value (RTE_ACL_CLASSIFY_NUM).
> > > >
> > > > Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
> > > > ---
> > > > +* acl: ``RTE_ACL_CLASSIFY_NUM`` enum value will be removed. This enum
> > > > +  value is not used inside DPDK, while it prevents to add new classify
> > > > +  algorithms without causing an ABI breakage.
> > >
> > > Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
> >
> > Acked-by: Thomas Monjalon <thomas@monjalon.net>
> >
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Acked-by: Jerin Jacob <jerinj@marvell.com>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: announce remove of unused enum in ACL library
  2020-08-06 17:06       ` Jerin Jacob
@ 2020-08-06 17:24         ` Thomas Monjalon
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2020-08-06 17:24 UTC (permalink / raw)
  To: Konstantin Ananyev
  Cc: Bruce Richardson, dev, Ferruh Yigit, Stephen Hemminger,
	Honnappa Nagarahalli, David Marchand, Kevin Traynor, Jerin Jacob

06/08/2020 19:06, Jerin Jacob:
> On Thu, Aug 6, 2020 at 10:36 PM Bruce Richardson
> <bruce.richardson@intel.com> wrote:
> >
> > On Thu, Aug 06, 2020 at 06:37:20PM +0200, Thomas Monjalon wrote:
> > > 06/08/2020 14:57, Ferruh Yigit:
> > > > On 8/6/2020 1:23 PM, Konstantin Ananyev wrote:
> > > > > Announce removal of unused enum value (RTE_ACL_CLASSIFY_NUM).
> > > > >
> > > > > Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
> > > > > ---
> > > > > +* acl: ``RTE_ACL_CLASSIFY_NUM`` enum value will be removed. This enum
> > > > > +  value is not used inside DPDK, while it prevents to add new classify
> > > > > +  algorithms without causing an ABI breakage.
> > > >
> > > > Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
> > >
> > > Acked-by: Thomas Monjalon <thomas@monjalon.net>
> > >
> > Acked-by: Bruce Richardson <bruce.richardson@intel.com>
> 
> Acked-by: Jerin Jacob <jerinj@marvell.com>

Applied




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-08-06 17:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-06 12:23 [dpdk-dev] [PATCH] doc: announce remove of unused enum in ACL library Konstantin Ananyev
2020-08-06 12:57 ` Ferruh Yigit
2020-08-06 16:37   ` Thomas Monjalon
2020-08-06 17:05     ` Bruce Richardson
2020-08-06 17:06       ` Jerin Jacob
2020-08-06 17:24         ` 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).