DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: announce removal of legacy ethdev filtering API
@ 2020-08-03 11:49 Thomas Monjalon
  2020-08-03 11:54 ` Andrew Rybchenko
  2020-08-04  7:51 ` David Marchand
  0 siblings, 2 replies; 6+ messages in thread
From: Thomas Monjalon @ 2020-08-03 11:49 UTC (permalink / raw)
  To: dev
  Cc: adrien.mazarguil, shahafs, david.marchand, jerinj, arybchenko,
	ferruh.yigit, bruce.richardson, hemant.agrawal, stephen,
	ajit.khaparde, johndale, xavier.huwei, xuanziyang2, wei.zhao1,
	rmody

Deprecation of rte_eth_dev_filter_ctrl() was announced in 2016,
and confirmed last year by avoiding include of rte_eth_ctrl.h.
After 4 years, it is time to complete the removal of the API
which is replaced with rte_flow.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 doc/guides/rel_notes/deprecation.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index ea4cfa7a48..6e12e57a13 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -81,8 +81,7 @@ Deprecation Notices
   as filter types MACVLAN, ETHERTYPE, FLEXIBLE, SYN, NTUPLE, TUNNEL, FDIR,
   HASH and L2_TUNNEL, is superseded by the generic flow API (rte_flow) in
   PMDs that implement the latter.
-  Target release for removal of the legacy API will be defined once most
-  PMDs have switched to rte_flow.
+  The legacy API will be removed in DPDK 20.11.
 
 * ethdev: Update API functions returning ``void`` to return ``int`` with
   negative errno values to indicate various error conditions (e.g.
-- 
2.27.0


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

* Re: [dpdk-dev] [PATCH] doc: announce removal of legacy ethdev filtering API
  2020-08-03 11:49 [dpdk-dev] [PATCH] doc: announce removal of legacy ethdev filtering API Thomas Monjalon
@ 2020-08-03 11:54 ` Andrew Rybchenko
  2020-08-03 11:57   ` Jerin Jacob
  2020-08-04  7:51 ` David Marchand
  1 sibling, 1 reply; 6+ messages in thread
From: Andrew Rybchenko @ 2020-08-03 11:54 UTC (permalink / raw)
  To: Thomas Monjalon, dev
  Cc: adrien.mazarguil, shahafs, david.marchand, jerinj, ferruh.yigit,
	bruce.richardson, hemant.agrawal, stephen, ajit.khaparde,
	johndale, xavier.huwei, xuanziyang2, wei.zhao1, rmody

On 8/3/20 2:49 PM, Thomas Monjalon wrote:
> Deprecation of rte_eth_dev_filter_ctrl() was announced in 2016,
> and confirmed last year by avoiding include of rte_eth_ctrl.h.
> After 4 years, it is time to complete the removal of the API
> which is replaced with rte_flow.
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>

Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>


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

* Re: [dpdk-dev] [PATCH] doc: announce removal of legacy ethdev filtering API
  2020-08-03 11:54 ` Andrew Rybchenko
@ 2020-08-03 11:57   ` Jerin Jacob
  2020-08-03 14:30     ` Ajit Khaparde
  0 siblings, 1 reply; 6+ messages in thread
From: Jerin Jacob @ 2020-08-03 11:57 UTC (permalink / raw)
  To: Andrew Rybchenko
  Cc: Thomas Monjalon, dpdk-dev, Adrien Mazarguil, Shahaf Shuler,
	David Marchand, Jerin Jacob, Ferruh Yigit, Richardson, Bruce,
	Hemant Agrawal, Stephen Hemminger, Ajit Khaparde, John Daley,
	Wei Hu (Xavier, Ziyang Xuan, wei.zhao1, Rasesh Mody

On Mon, Aug 3, 2020 at 5:24 PM Andrew Rybchenko
<arybchenko@solarflare.com> wrote:
>
> On 8/3/20 2:49 PM, Thomas Monjalon wrote:
> > Deprecation of rte_eth_dev_filter_ctrl() was announced in 2016,
> > and confirmed last year by avoiding include of rte_eth_ctrl.h.
> > After 4 years, it is time to complete the removal of the API
> > which is replaced with rte_flow.
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> >
>
> Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>

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


>

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

* Re: [dpdk-dev] [PATCH] doc: announce removal of legacy ethdev filtering API
  2020-08-03 11:57   ` Jerin Jacob
@ 2020-08-03 14:30     ` Ajit Khaparde
  2020-08-06  0:26       ` Thomas Monjalon
  0 siblings, 1 reply; 6+ messages in thread
From: Ajit Khaparde @ 2020-08-03 14:30 UTC (permalink / raw)
  To: Jerin Jacob
  Cc: Andrew Rybchenko, Thomas Monjalon, dpdk-dev, Adrien Mazarguil,
	Shahaf Shuler, David Marchand, Jerin Jacob, Ferruh Yigit,
	Richardson, Bruce, Hemant Agrawal, Stephen Hemminger, John Daley,
	Wei Hu (Xavier, Ziyang Xuan, Zhao1, Wei, Rasesh Mody

On Mon, Aug 3, 2020 at 4:57 AM Jerin Jacob <jerinjacobk@gmail.com> wrote:

> On Mon, Aug 3, 2020 at 5:24 PM Andrew Rybchenko
> <arybchenko@solarflare.com> wrote:
> >
> > On 8/3/20 2:49 PM, Thomas Monjalon wrote:
> > > Deprecation of rte_eth_dev_filter_ctrl() was announced in 2016,
> > > and confirmed last year by avoiding include of rte_eth_ctrl.h.
> > > After 4 years, it is time to complete the removal of the API
> > > which is replaced with rte_flow.
> > >
> > > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> > >
> >
> > Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
>
> Acked-by: Jerin Jacob <jerinj@marvell.com>
>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>


>
>
> >
>

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

* Re: [dpdk-dev] [PATCH] doc: announce removal of legacy ethdev filtering API
  2020-08-03 11:49 [dpdk-dev] [PATCH] doc: announce removal of legacy ethdev filtering API Thomas Monjalon
  2020-08-03 11:54 ` Andrew Rybchenko
@ 2020-08-04  7:51 ` David Marchand
  1 sibling, 0 replies; 6+ messages in thread
From: David Marchand @ 2020-08-04  7:51 UTC (permalink / raw)
  To: Thomas Monjalon
  Cc: dev, Adrien Mazarguil, Shahaf Shuler, Jerin Jacob Kollanukkaran,
	Andrew Rybchenko, Yigit, Ferruh, Bruce Richardson,
	Hemant Agrawal, Stephen Hemminger, Ajit Khaparde, John Daley,
	Wei Hu (Xavier),
	Ziyang Xuan, Wei Zhao, Rasesh Mody

On Mon, Aug 3, 2020 at 1:49 PM Thomas Monjalon <thomas@monjalon.net> wrote:
>
> Deprecation of rte_eth_dev_filter_ctrl() was announced in 2016,
> and confirmed last year by avoiding include of rte_eth_ctrl.h.
> After 4 years, it is time to complete the removal of the API
> which is replaced with rte_flow.
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

Acked-by: David Marchand <david.marchand@redhat.com>


-- 
David Marchand


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

* Re: [dpdk-dev] [PATCH] doc: announce removal of legacy ethdev filtering API
  2020-08-03 14:30     ` Ajit Khaparde
@ 2020-08-06  0:26       ` Thomas Monjalon
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2020-08-06  0:26 UTC (permalink / raw)
  To: dev
  Cc: Jerin Jacob, Andrew Rybchenko, dpdk-dev, Adrien Mazarguil,
	Shahaf Shuler, David Marchand, Jerin Jacob, Ferruh Yigit,
	Richardson, Bruce, Hemant Agrawal, Stephen Hemminger, John Daley,
	Wei Hu (Xavier, Ziyang Xuan, Zhao1, Wei, Rasesh Mody,
	Ajit Khaparde

> > > > Deprecation of rte_eth_dev_filter_ctrl() was announced in 2016,
> > > > and confirmed last year by avoiding include of rte_eth_ctrl.h.
> > > > After 4 years, it is time to complete the removal of the API
> > > > which is replaced with rte_flow.
> > > >
> > > > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> > > Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
> > Acked-by: Jerin Jacob <jerinj@marvell.com>
> Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Acked-by: David Marchand <david.marchand@redhat.com>

Applied



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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03 11:49 [dpdk-dev] [PATCH] doc: announce removal of legacy ethdev filtering API Thomas Monjalon
2020-08-03 11:54 ` Andrew Rybchenko
2020-08-03 11:57   ` Jerin Jacob
2020-08-03 14:30     ` Ajit Khaparde
2020-08-06  0:26       ` Thomas Monjalon
2020-08-04  7:51 ` David Marchand

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).