Re: [dpdk-dev] [PATCH] doc: announce deprecation of flow copy function

2018-08-08 Thread Thomas Monjalon
08/08/2018 05:11, Jerin Jacob: > -Original Message- > > Date: Fri, 3 Aug 2018 16:37:52 +0200 > > From: Adrien Mazarguil > > To: Neil Horman > > Cc: dev@dpdk.org, Thomas Monjalon , Ferruh Yigit > > , Gaetan Rivet > > Subject: [dpdk-dev] [PATCH]

Re: [dpdk-dev] [PATCH] doc: announce deprecation of flow copy function

2018-08-07 Thread Jerin Jacob
-Original Message- > Date: Fri, 3 Aug 2018 16:37:52 +0200 > From: Adrien Mazarguil > To: Neil Horman > Cc: dev@dpdk.org, Thomas Monjalon , Ferruh Yigit > , Gaetan Rivet > Subject: [dpdk-dev] [PATCH] doc: announce deprecation of flow copy function > X-Mailer:

Re: [dpdk-dev] [PATCH] doc: announce deprecation of flow copy function

2018-08-07 Thread Maxime Coquelin
On 08/03/2018 04:37 PM, Adrien Mazarguil wrote: Signed-off-by: Adrien Mazarguil Cc: Thomas Monjalon Cc: Ferruh Yigit Cc: Gaetan Rivet --- doc/guides/rel_notes/deprecation.rst | 7 +++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/re

Re: [dpdk-dev] [PATCH] doc: announce deprecation of flow copy function

2018-08-05 Thread Thomas Monjalon
03/08/2018 16:37, Adrien Mazarguil: > +* ethdev: flow API function ``rte_flow_copy()`` will be deprecated in v18.11 > + in favor of ``rte_flow_conv()`` (which will appear in that version) and > + subsequently removed for v19.02. > + > + This is due to a lack of flexibility and reliance on a type

[dpdk-dev] [PATCH] doc: announce deprecation of flow copy function

2018-08-03 Thread Adrien Mazarguil
Signed-off-by: Adrien Mazarguil Cc: Thomas Monjalon Cc: Ferruh Yigit Cc: Gaetan Rivet --- doc/guides/rel_notes/deprecation.rst | 7 +++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 14714fe94..05c77da65 1006