> -----Original Message----- > From: Zhichao Zeng <[email protected]> > Sent: Saturday, September 17, 2022 9:49 AM > To: [email protected] > Cc: Zhou, YidingX <[email protected]>; Zeng, ZhichaoX > <[email protected]>; Yang, Qiming <[email protected]>; Zhang, > Qi Z <[email protected]> > Subject: [PATCH] net/ice: support traffic to original DCF port > > Add support for sending traffic to the original DCF port with > 'port_representor' action by using DCF port id as 'port_id'. > > For example: > testpmd> flow create 0 ingress pattern any > / end actions port_representor port_id 0 / end > > Signed-off-by: Zhichao Zeng <[email protected]> > --- > doc/guides/nics/features/ice.ini | 1 + > drivers/net/ice/ice_switch_filter.c | 25 +++++++++++++++++++++++++ > 2 files changed, 26 insertions(+) >
Tested and passed, using 'port_representor' action covering dcf to self dcf, dcf to other dcf, dcf to iavf, dcf to iavf of other dcf. Tested-by: Ke Xu <[email protected]>

