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

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

Re: [dpdk-dev] [PATCH v3 04/12] ethdev: add represented port 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 04/12] ethdev: add represented port action to flow API > > For use in "transfer" flows. Supposed to send matching traffic to the entity > represented by the given > ethdev, at

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

2021-10-10 Thread Ivan Malov
For use in "transfer" flows. Supposed to send matching traffic to the entity represented by the given ethdev, at embedded switch level. Such an entity can be a network (via a network port), a guest machine (via a VF) or another ethdev in the same application. Signed-off-by: Ivan Malov --- app/te