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

2021-10-13 Thread Slava Ovsiienko
nday, October 10, 2021 17:39 > >> To: dev@dpdk.org > >> Cc: NBU-Contact-Thomas Monjalon ; Ori Kam > >> ; Xiaoyun Li ; Ferruh Yigit > >> ; Andrew Rybchenko > >> > >> Subject: [dpdk-dev] [PATCH v3 01/12] ethdev: add port representor > >> i

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

2021-10-13 Thread Ferruh Yigit
On 10/10/2021 3:39 PM, Ivan Malov wrote: diff --git a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst index 89d4b33ef1..1261cb2bf3 100644 --- a/doc/guides/rel_notes/release_21_11.rst +++ b/doc/guides/rel_notes/release_21_11.rst @@ -188,6 +188,8 @@ API Changes

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

2021-10-12 Thread Ivan Malov
-dev] [PATCH v3 01/12] ethdev: add port representor item to flow API 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 --- app/test-pmd/cmdl

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

2021-10-12 Thread Andrew Rybchenko
On 10/11/21 2:49 PM, Ori Kam wrote: > Hi Ivan, > >> -Original Message- >> From: Ivan Malov >> Sent: Sunday, October 10, 2021 5:39 PM >> Subject: [PATCH v3 01/12] ethdev: add port representor item to flow API >> >> For use in "transfer" flows. Supposed to match traffic entering the embedde

Re: [dpdk-dev] [PATCH v3 01/12] ethdev: add port representor item 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 01/12] ethdev: add port representor item to flow API > > For use in "transfer" flows. Supposed to match traffic entering the embedded > switch from the given > ethdev. > > Mus

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

2021-10-10 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 --- app/test-pmd/cmdline_flow.c | 27 ++ doc/guides/prog_guide/rte_flow.rst | 59