Re: [dpdk-dev] [PATCH v6 01/12] ethdev: add port representor item to flow API

2021-10-13 Thread Andrew Rybchenko
On 10/13/21 8:02 PM, Ivan Malov wrote: For use in "transfer" flows. Supposed to match traffic entering the embedded switch from the given ethdev. Must not be combined with direction attributes. Signed-off-by: Ivan Malov Acked-by: Ori Kam Acked-by: Andrew Rybchenko [snip] diff --git a/doc

[dpdk-dev] [PATCH v6 01/12] ethdev: add port representor item to flow API

2021-10-13 Thread Ivan Malov
For use in "transfer" flows. Supposed to match traffic entering the embedded switch from the given ethdev. Must not be combined with direction attributes. Signed-off-by: Ivan Malov Acked-by: Ori Kam Acked-by: Andrew Rybchenko --- app/test-pmd/cmdline_flow.c | 27 ++ do