* [dpdk-dev] [PATCH] doc: announce removal of L2 tunnel filtering API
@ 2020-08-03 18:06 Thomas Monjalon
2020-08-04 3:54 ` Ajit Khaparde
2020-08-04 7:51 ` David Marchand
0 siblings, 2 replies; 6+ messages in thread
From: Thomas Monjalon @ 2020-08-03 18:06 UTC (permalink / raw)
To: dev
Cc: adrien.mazarguil, shahafs, david.marchand, arybchenko,
ferruh.yigit, bruce.richardson, stephen, wei.zhao1
The functions for L2 tunnel were missed when marking the legacy
filtering API as deprecated. That's why a separate notice is done
to make clear that it will be removed as well in DPDK 20.11.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
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 ea4cfa7a48..cad2f777f2 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -84,6 +84,12 @@ Deprecation Notices
Target release for removal of the legacy API will be defined once most
PMDs have switched to rte_flow.
+* ethdev: the legacy L2 tunnel filtering API is deprecated as the rest of
+ the legacy filtering API.
+ The functions ``rte_eth_dev_l2_tunnel_eth_type_conf`` and
+ ``rte_eth_dev_l2_tunnel_offload_set`` which were not marked as deprecated,
+ 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] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce removal of L2 tunnel filtering API
2020-08-03 18:06 [dpdk-dev] [PATCH] doc: announce removal of L2 tunnel filtering API Thomas Monjalon
@ 2020-08-04 3:54 ` Ajit Khaparde
2020-08-04 7:51 ` David Marchand
1 sibling, 0 replies; 6+ messages in thread
From: Ajit Khaparde @ 2020-08-04 3:54 UTC (permalink / raw)
To: Thomas Monjalon
Cc: dpdk-dev, Adrien Mazarguil, Shahaf Shuler, David Marchand,
Andrew Rybchenko, Ferruh Yigit, Bruce Richardson,
Stephen Hemminger, Zhao1, Wei
On Mon, Aug 3, 2020 at 11:06 AM Thomas Monjalon <thomas@monjalon.net> wrote:
> The functions for L2 tunnel were missed when marking the legacy
> filtering API as deprecated. That's why a separate notice is done
> to make clear that it will be removed as well in DPDK 20.11.
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.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 ea4cfa7a48..cad2f777f2 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -84,6 +84,12 @@ Deprecation Notices
> Target release for removal of the legacy API will be defined once most
> PMDs have switched to rte_flow.
>
> +* ethdev: the legacy L2 tunnel filtering API is deprecated as the rest of
> + the legacy filtering API.
> + The functions ``rte_eth_dev_l2_tunnel_eth_type_conf`` and
> + ``rte_eth_dev_l2_tunnel_offload_set`` which were not marked as
> deprecated,
> + 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] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce removal of L2 tunnel filtering API
2020-08-03 18:06 [dpdk-dev] [PATCH] doc: announce removal of L2 tunnel filtering API Thomas Monjalon
2020-08-04 3:54 ` Ajit Khaparde
@ 2020-08-04 7:51 ` David Marchand
2020-08-04 8:54 ` Jerin Jacob
1 sibling, 1 reply; 6+ messages in thread
From: David Marchand @ 2020-08-04 7:51 UTC (permalink / raw)
To: Thomas Monjalon
Cc: dev, Adrien Mazarguil, Shahaf Shuler, Andrew Rybchenko, Yigit,
Ferruh, Bruce Richardson, Stephen Hemminger, Wei Zhao
On Mon, Aug 3, 2020 at 8:06 PM Thomas Monjalon <thomas@monjalon.net> wrote:
>
> The functions for L2 tunnel were missed when marking the legacy
> filtering API as deprecated. That's why a separate notice is done
> to make clear that it will be removed as well in DPDK 20.11.
>
> 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 L2 tunnel filtering API
2020-08-04 7:51 ` David Marchand
@ 2020-08-04 8:54 ` Jerin Jacob
2020-08-05 8:45 ` Andrew Rybchenko
0 siblings, 1 reply; 6+ messages in thread
From: Jerin Jacob @ 2020-08-04 8:54 UTC (permalink / raw)
To: David Marchand
Cc: Thomas Monjalon, dev, Adrien Mazarguil, Shahaf Shuler,
Andrew Rybchenko, Yigit, Ferruh, Bruce Richardson,
Stephen Hemminger, Wei Zhao
On Tue, Aug 4, 2020 at 1:21 PM David Marchand <david.marchand@redhat.com> wrote:
>
> On Mon, Aug 3, 2020 at 8:06 PM Thomas Monjalon <thomas@monjalon.net> wrote:
> >
> > The functions for L2 tunnel were missed when marking the legacy
> > filtering API as deprecated. That's why a separate notice is done
> > to make clear that it will be removed as well in DPDK 20.11.
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>
> Acked-by: David Marchand <david.marchand@redhat.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
>
>
> --
> David Marchand
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce removal of L2 tunnel filtering API
2020-08-04 8:54 ` Jerin Jacob
@ 2020-08-05 8:45 ` Andrew Rybchenko
2020-08-06 0:37 ` Thomas Monjalon
0 siblings, 1 reply; 6+ messages in thread
From: Andrew Rybchenko @ 2020-08-05 8:45 UTC (permalink / raw)
To: Jerin Jacob, David Marchand
Cc: Thomas Monjalon, dev, Adrien Mazarguil, Shahaf Shuler, Yigit,
Ferruh, Bruce Richardson, Stephen Hemminger, Wei Zhao
On 8/4/20 11:54 AM, Jerin Jacob wrote:
> On Tue, Aug 4, 2020 at 1:21 PM David Marchand <david.marchand@redhat.com> wrote:
>>
>> On Mon, Aug 3, 2020 at 8:06 PM Thomas Monjalon <thomas@monjalon.net> wrote:
>>>
>>> The functions for L2 tunnel were missed when marking the legacy
>>> filtering API as deprecated. That's why a separate notice is done
>>> to make clear that it will be removed as well in DPDK 20.11.
>>>
>>> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>>
>> Acked-by: David Marchand <david.marchand@redhat.com>
>
> Acked-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce removal of L2 tunnel filtering API
2020-08-05 8:45 ` Andrew Rybchenko
@ 2020-08-06 0:37 ` Thomas Monjalon
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2020-08-06 0:37 UTC (permalink / raw)
To: dev
Cc: Jerin Jacob, David Marchand, Adrien Mazarguil, Shahaf Shuler,
Yigit, Ferruh, Bruce Richardson, Stephen Hemminger, Wei Zhao,
Andrew Rybchenko
> >>> The functions for L2 tunnel were missed when marking the legacy
> >>> filtering API as deprecated. That's why a separate notice is done
> >>> to make clear that it will be removed as well in DPDK 20.11.
> >>>
> >>> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> >> Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
> >> Acked-by: David Marchand <david.marchand@redhat.com>
> > Acked-by: Jerin Jacob <jerinj@marvell.com>
> Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
Applied
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-08-06 0:37 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03 18:06 [dpdk-dev] [PATCH] doc: announce removal of L2 tunnel filtering API Thomas Monjalon
2020-08-04 3:54 ` Ajit Khaparde
2020-08-04 7:51 ` David Marchand
2020-08-04 8:54 ` Jerin Jacob
2020-08-05 8:45 ` Andrew Rybchenko
2020-08-06 0:37 ` 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).