> Subject: [PATCH] net/ice: remove deprecated VF flow action > Date: Wed, 10 Aug 2022 14:49:37 +0800 > Message-ID: <[email protected]> (raw) > > From: Zhichao Zeng <[email protected]> > > According to the ABI and API Deprecation, remove deprecated VF action > as hard-to-use / ambiguous. > > Action REPRESENTED_PORT should be used instead. > > Signed-off-by: Zhichao Zeng <[email protected]>
Tested and passed. Regards, Tested-by: Ke Xu <[email protected]> > --- > doc/guides/nics/features/ice.ini | 1 - > drivers/net/ice/ice_switch_filter.c | 22 ---------------------- > 2 files changed, 23 deletions(-)

