Hi Ivan, > -----Original Message----- > From: Ivan Malov <[email protected]> > Sent: Sunday, October 10, 2021 5:39 PM > To: [email protected] > Cc: NBU-Contact-Thomas Monjalon <[email protected]>; Ori Kam > <[email protected]>; Xiaoyun Li > <[email protected]>; Ferruh Yigit <[email protected]>; Andrew > Rybchenko > <[email protected]> > Subject: [PATCH v3 02/12] ethdev: add represented port item to flow API > > 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 attributes. > > Signed-off-by: Ivan Malov <[email protected]> > ---
Acked-by: Ori Kam <[email protected]> Thanks, Ori

