Hi Ivan, > -----Original Message----- > From: Ivan Malov <ivan.ma...@oktetlabs.ru> > Sent: Sunday, October 10, 2021 5:39 PM > To: dev@dpdk.org > Cc: NBU-Contact-Thomas Monjalon <tho...@monjalon.net>; Ori Kam > <or...@nvidia.com>; Xiaoyun Li > <xiaoyun...@intel.com>; Ferruh Yigit <ferruh.yi...@intel.com>; Andrew > Rybchenko > <andrew.rybche...@oktetlabs.ru> > 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 <ivan.ma...@oktetlabs.ru> > ---
Acked-by: Ori Kam <or...@nvidia.com> Thanks, Ori