Re: [PATCH] net/ice: support original represented_port action

2022-08-29 Thread Xu, Ke1
> Subject: [PATCH] net/ice: support original represented_port action > Date: Fri, 26 Aug 2022 15:25:44 +0800 > Message-ID: <20220826072545.18127-1-zhichaox.z...@intel.com> (raw) > > From: Zhichao Zeng > > Add support to send matching traffic to the original DCF p

[PATCH] net/ice: support original represented_port action

2022-08-26 Thread zhichaox . zeng
From: Zhichao Zeng Add support to send matching traffic to the original DCF port with represented_port action by using DCF port id as ethdev_port_id. Signed-off-by: Zhichao Zeng --- drivers/net/ice/ice_switch_filter.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dri