* [dpdk-dev] [PATCH] doc: announce removal of ethdev flow director API
@ 2020-08-03 17:49 Thomas Monjalon
2020-08-03 17:57 ` Ajit Khaparde
2020-08-04 7:36 ` David Marchand
0 siblings, 2 replies; 7+ messages in thread
From: Thomas Monjalon @ 2020-08-03 17: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
The flow director config, part of the legacy filtering API,
was marked as deprecated last year.
A separate notice is added to make clear that these specific structs
will be removed as well in DPDK 20.11, as the rest of the legacy
filtering API.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
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 ea4cfa7a48..24474c563f 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -84,6 +84,10 @@ Deprecation Notices
Target release for removal of the legacy API will be defined once most
PMDs have switched to rte_flow.
+* ethdev: The flow director API, including ``rte_eth_conf.fdir_conf`` field,
+ and the related structures (``rte_fdir_*`` and ``rte_eth_fdir_*``),
+ 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.
invalid port ID, unsupported operation, failed operation):
--
2.27.0
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce removal of ethdev flow director API
2020-08-03 17:49 [dpdk-dev] [PATCH] doc: announce removal of ethdev flow director API Thomas Monjalon
@ 2020-08-03 17:57 ` Ajit Khaparde
2020-08-04 3:51 ` Jerin Jacob
2020-08-04 7:36 ` David Marchand
1 sibling, 1 reply; 7+ messages in thread
From: Ajit Khaparde @ 2020-08-03 17:57 UTC (permalink / raw)
To: Thomas Monjalon
Cc: dpdk-dev, Adrien Mazarguil, Shahaf Shuler, David Marchand,
Jerin Jacob Kollanukkaran, Andrew Rybchenko, Ferruh Yigit,
Bruce Richardson, Hemant Agrawal, Stephen Hemminger, John Daley,
Wei Hu (Xavier, Ziyang Xuan, Zhao1, Wei, Rasesh Mody
On Mon, Aug 3, 2020 at 10:49 AM Thomas Monjalon <thomas@monjalon.net> wrote:
> The flow director config, part of the legacy filtering API,
> was marked as deprecated last year.
> A separate notice is added to make clear that these specific structs
> will be removed as well in DPDK 20.11, as the rest of the legacy
> filtering API.
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.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 ea4cfa7a48..24474c563f 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -84,6 +84,10 @@ Deprecation Notices
> Target release for removal of the legacy API will be defined once most
> PMDs have switched to rte_flow.
>
> +* ethdev: The flow director API, including ``rte_eth_conf.fdir_conf``
> field,
> + and the related structures (``rte_fdir_*`` and ``rte_eth_fdir_*``),
> + 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.
> invalid port ID, unsupported operation, failed operation):
> --
> 2.27.0
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce removal of ethdev flow director API
2020-08-03 17:57 ` Ajit Khaparde
@ 2020-08-04 3:51 ` Jerin Jacob
2020-08-05 13:46 ` Andrew Rybchenko
0 siblings, 1 reply; 7+ messages in thread
From: Jerin Jacob @ 2020-08-04 3:51 UTC (permalink / raw)
To: Ajit Khaparde
Cc: Thomas Monjalon, dpdk-dev, Adrien Mazarguil, Shahaf Shuler,
David Marchand, Jerin Jacob Kollanukkaran, Andrew Rybchenko,
Ferruh Yigit, Bruce Richardson, Hemant Agrawal,
Stephen Hemminger, John Daley, Wei Hu (Xavier, Ziyang Xuan,
Zhao1, Wei, Rasesh Mody
On Mon, Aug 3, 2020 at 11:28 PM Ajit Khaparde
<ajit.khaparde@broadcom.com> wrote:
>
> On Mon, Aug 3, 2020 at 10:49 AM Thomas Monjalon <thomas@monjalon.net> wrote:
>
> > The flow director config, part of the legacy filtering API,
> > was marked as deprecated last year.
> > A separate notice is added to make clear that these specific structs
> > will be removed as well in DPDK 20.11, as the rest of the legacy
> > filtering API.
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> >
> Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Acked-by: Jerin Jacob <jerinj@marvell.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 ea4cfa7a48..24474c563f 100644
> > --- a/doc/guides/rel_notes/deprecation.rst
> > +++ b/doc/guides/rel_notes/deprecation.rst
> > @@ -84,6 +84,10 @@ Deprecation Notices
> > Target release for removal of the legacy API will be defined once most
> > PMDs have switched to rte_flow.
> >
> > +* ethdev: The flow director API, including ``rte_eth_conf.fdir_conf``
> > field,
> > + and the related structures (``rte_fdir_*`` and ``rte_eth_fdir_*``),
> > + 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.
> > invalid port ID, unsupported operation, failed operation):
> > --
> > 2.27.0
> >
> >
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce removal of ethdev flow director API
2020-08-03 17:49 [dpdk-dev] [PATCH] doc: announce removal of ethdev flow director API Thomas Monjalon
2020-08-03 17:57 ` Ajit Khaparde
@ 2020-08-04 7:36 ` David Marchand
2020-08-04 7:49 ` Hemant Agrawal
1 sibling, 1 reply; 7+ messages in thread
From: David Marchand @ 2020-08-04 7:36 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 7:49 PM Thomas Monjalon <thomas@monjalon.net> wrote:
>
> The flow director config, part of the legacy filtering API,
> was marked as deprecated last year.
> A separate notice is added to make clear that these specific structs
> will be removed as well in DPDK 20.11, as the rest of the legacy
> filtering API.
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: David Marchand <david.marchand@redhat.com>
--
David Marchand
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce removal of ethdev flow director API
2020-08-04 7:36 ` David Marchand
@ 2020-08-04 7:49 ` Hemant Agrawal
0 siblings, 0 replies; 7+ messages in thread
From: Hemant Agrawal @ 2020-08-04 7:49 UTC (permalink / raw)
To: David Marchand, Thomas Monjalon
Cc: dev, Adrien Mazarguil, Shahaf Shuler, Jerin Jacob Kollanukkaran,
Andrew Rybchenko, Yigit, Ferruh, Bruce Richardson,
Stephen Hemminger, Ajit Khaparde, John Daley, Wei Hu (Xavier),
Ziyang Xuan, Wei Zhao, Rasesh Mody
> On Mon, Aug 3, 2020 at 7:49 PM Thomas Monjalon <thomas@monjalon.net>
> wrote:
> >
> > The flow director config, part of the legacy filtering API, was marked
> > as deprecated last year.
> > A separate notice is added to make clear that these specific structs
> > will be removed as well in DPDK 20.11, as the rest of the legacy
> > filtering API.
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>
> Acked-by: David Marchand <david.marchand@redhat.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce removal of ethdev flow director API
2020-08-04 3:51 ` Jerin Jacob
@ 2020-08-05 13:46 ` Andrew Rybchenko
2020-08-06 0:30 ` Thomas Monjalon
0 siblings, 1 reply; 7+ messages in thread
From: Andrew Rybchenko @ 2020-08-05 13:46 UTC (permalink / raw)
To: Jerin Jacob, Ajit Khaparde
Cc: Thomas Monjalon, dpdk-dev, Adrien Mazarguil, Shahaf Shuler,
David Marchand, Jerin Jacob Kollanukkaran, Ferruh Yigit,
Bruce Richardson, Hemant Agrawal, Stephen Hemminger, John Daley,
Wei Hu (Xavier, Ziyang Xuan, Zhao1, Wei, Rasesh Mody
On 8/4/20 6:51 AM, Jerin Jacob wrote:
> On Mon, Aug 3, 2020 at 11:28 PM Ajit Khaparde
> <ajit.khaparde@broadcom.com> wrote:
>>
>> On Mon, Aug 3, 2020 at 10:49 AM Thomas Monjalon <thomas@monjalon.net> wrote:
>>
>>> The flow director config, part of the legacy filtering API,
>>> was marked as deprecated last year.
>>> A separate notice is added to make clear that these specific structs
>>> will be removed as well in DPDK 20.11, as the rest of the legacy
>>> filtering API.
>>>
>>> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>>>
>> Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
>
> Acked-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce removal of ethdev flow director API
2020-08-05 13:46 ` Andrew Rybchenko
@ 2020-08-06 0:30 ` Thomas Monjalon
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2020-08-06 0:30 UTC (permalink / raw)
To: dev
Cc: Jerin Jacob, Ajit Khaparde, Adrien Mazarguil, Shahaf Shuler,
David Marchand, Jerin Jacob Kollanukkaran, Ferruh Yigit,
Bruce Richardson, Hemant Agrawal, Stephen Hemminger, John Daley,
Wei Hu (Xavier, Ziyang Xuan, Zhao1, Wei, Rasesh Mody,
Andrew Rybchenko
> >>> The flow director config, part of the legacy filtering API,
> >>> was marked as deprecated last year.
> >>> A separate notice is added to make clear that these specific structs
> >>> will be removed as well in DPDK 20.11, as the rest of the legacy
> >>> filtering API.
> >>>
> >>> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> >> Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
> > Acked-by: Jerin Jacob <jerinj@marvell.com>
> Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
> Acked-by: David Marchand <david.marchand@redhat.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Applied
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-08-06 0:31 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03 17:49 [dpdk-dev] [PATCH] doc: announce removal of ethdev flow director API Thomas Monjalon
2020-08-03 17:57 ` Ajit Khaparde
2020-08-04 3:51 ` Jerin Jacob
2020-08-05 13:46 ` Andrew Rybchenko
2020-08-06 0:30 ` Thomas Monjalon
2020-08-04 7:36 ` David Marchand
2020-08-04 7:49 ` Hemant Agrawal
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).