> Subject: [PATCH] net/ice: support represented port flow action > Date: Mon, 25 Jul 2022 13:35:49 +0800 > Message-ID: <20220725053549.4130777-1-zhichaox.z...@intel.com> (raw) > > From: Zhichao Zeng <zhichaox.z...@intel.com> > > Add support for action REPRESENTED_PORT in DCF. Supposed to send matching > traffic to the entity (VF) represented by the given ethdev, at embedded > switch level. > > Signed-off-by: Zhichao Zeng <zhichaox.z...@intel.com>
Tested and passed. Regards, Tested-by: Ke Xu <ke1...@intel.com> > --- > doc/guides/nics/features/ice.ini | 1 + > drivers/net/ice/ice_switch_filter.c | 28 ++++++++++++++++++++++++++++ > 2 files changed, 29 insertions(+)