Re: [dpdk-dev] [PATCH v3 03/12] ethdev: add port representor action to flow API

2021-10-12 Thread Andrew Rybchenko
On 10/11/21 9:18 PM, Ori Kam wrote: > Hi Ivan > >> -Original Message- >> From: Ivan Malov >> Sent: Sunday, October 10, 2021 5:39 PM >> Subject: [PATCH v3 03/12] ethdev: add port representor action to flow API >> >> For use in "transfer" flows. Supposed to send matching traffic to the give

Re: [dpdk-dev] [PATCH v3 03/12] ethdev: add port representor action to flow API

2021-10-11 Thread Ori Kam
Hi Ivan > -Original Message- > From: Ivan Malov > Sent: Sunday, October 10, 2021 5:39 PM > Subject: [PATCH v3 03/12] ethdev: add port representor action to flow API > > For use in "transfer" flows. Supposed to send matching traffic to the given > ethdev (to the application), at > embedd

[dpdk-dev] [PATCH v3 03/12] ethdev: add port representor action to flow API

2021-10-10 Thread Ivan Malov
For use in "transfer" flows. Supposed to send matching traffic to the given ethdev (to the application), at embedded switch level. Signed-off-by: Ivan Malov --- app/test-pmd/cmdline_flow.c | 26 ++ doc/guides/prog_guide/rte_flow.rst | 56 + do