Re: [dpdk-dev] [PATCH] ethdev: remove legacy mirroring API

2021-09-29 Thread Andrew Rybchenko
Hi Thomas, On 9/29/21 11:17 AM, Thomas Monjalon wrote: > Hi Andrew, > Thanks a lot for working on this. > I had sent the deprecation notice and forgot about it, apologies. No worries. I always liked to delete some code. I think it is my favorite in programming :-) > > 28/09/2021 18:16, Andrew R

Re: [dpdk-dev] [PATCH] ethdev: remove legacy mirroring API

2021-09-29 Thread Thomas Monjalon
Hi Andrew, Thanks a lot for working on this. I had sent the deprecation notice and forgot about it, apologies. 28/09/2021 18:16, Andrew Rybchenko: > A more file grain flow API should be used instead of it. Do you mean "fine-grain"? I think we can reference the rte_flow action to be used:

[dpdk-dev] [PATCH] ethdev: remove legacy mirroring API

2021-09-28 Thread Andrew Rybchenko
A more file grain flow API should be used instead of it. Signed-off-by: Andrew Rybchenko --- app/test-pmd/cmdline.c | 283 doc/guides/nics/features.rst| 11 - doc/guides/nics/features/default.ini| 1 - doc/guides/nics/features/i40e