Re: [dpdk-dev] [PATCH] doc: announce deprecation of port mirroring API

2020-08-05 Thread Thomas Monjalon
> > > A new API is planned to be introduced for sampling and mirroring > > > with rte_flow. It should be more generic and allow more use cases. > > > > > > This deprecation is to show the direction, avoiding overlapping APIs. > > > > > > Signed-off-by: Thomas Monjalon > Acked-by: Jerin Jacob > >

Re: [dpdk-dev] [PATCH] doc: announce deprecation of port mirroring API

2020-08-04 Thread David Marchand
On Mon, Aug 3, 2020 at 5:33 PM Thomas Monjalon wrote: > > A new API is planned to be introduced for sampling and mirroring > with rte_flow. It should be more generic and allow more use cases. > > This deprecation is to show the direction, avoiding overlapping APIs. > > Signed-off-by: Thomas Monjal

Re: [dpdk-dev] [PATCH] doc: announce deprecation of port mirroring API

2020-08-03 Thread Ajit Khaparde
On Mon, Aug 3, 2020 at 8:36 AM Andrew Rybchenko wrote: > On 8/3/20 6:33 PM, Thomas Monjalon wrote: > > A new API is planned to be introduced for sampling and mirroring > > with rte_flow. It should be more generic and allow more use cases. > > > > This deprecation is to show the direction, avoidin

Re: [dpdk-dev] [PATCH] doc: announce deprecation of port mirroring API

2020-08-03 Thread Andrew Rybchenko
On 8/3/20 6:33 PM, Thomas Monjalon wrote: > A new API is planned to be introduced for sampling and mirroring > with rte_flow. It should be more generic and allow more use cases. > > This deprecation is to show the direction, avoiding overlapping APIs. > > Signed-off-by: Thomas Monjalon I like the

Re: [dpdk-dev] [PATCH] doc: announce deprecation of port mirroring API

2020-08-03 Thread Jerin Jacob
On Mon, Aug 3, 2020 at 9:03 PM Thomas Monjalon wrote: > > A new API is planned to be introduced for sampling and mirroring > with rte_flow. It should be more generic and allow more use cases. > > This deprecation is to show the direction, avoiding overlapping APIs. > > Signed-off-by: Thomas Monjal

[dpdk-dev] [PATCH] doc: announce deprecation of port mirroring API

2020-08-03 Thread Thomas Monjalon
A new API is planned to be introduced for sampling and mirroring with rte_flow. It should be more generic and allow more use cases. This deprecation is to show the direction, avoiding overlapping APIs. Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/deprecation.rst | 6 ++ 1 file ch