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

2021-10-12 Thread Andrew Rybchenko
On 10/11/21 2:51 PM, Ori Kam wrote: > Hi Ivan, > >> -Original Message- >> From: Ivan Malov >> Sent: Sunday, October 10, 2021 5:39 PM >> To: dev@dpdk.org >> Cc: NBU-Contact-Thomas Monjalon ; Ori Kam >> ; Xiaoyun Li >> ; Ferruh Yigit ; Andrew >> Rybchenko >> >> Subject: [PATCH v3 02/12]

Re: [dpdk-dev] [PATCH v3 02/12] ethdev: add represented port 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 > To: dev@dpdk.org > Cc: NBU-Contact-Thomas Monjalon ; Ori Kam > ; Xiaoyun Li > ; Ferruh Yigit ; Andrew > Rybchenko > > Subject: [PATCH v3 02/12] ethdev: add represented port item to flow API > >

[dpdk-dev] [PATCH v3 02/12] ethdev: add represented port 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 entity represented by the given ethdev. Such an entity can be a network (via a network port), a guest machine (via a VF) or another ethdev in the same application. Must not be combined with direction attri