RE: [PATCH v1 3/3] net/ice: fix flow management in FDIR

2023-04-26 Thread Zhang, Qi Z
> -Original Message- > From: Yan, Zhirun > Sent: Wednesday, June 22, 2022 11:01 AM > To: dev@dpdk.org; Zhang, Qi Z ; Yang, Qiming > > Cc: Wang, Xiao W > Subject: [PATCH v1 3/3] net/ice: fix flow management in FDIR > If this is a fix, please add fixline >

[PATCH v1 3/3] net/ice: fix flow management in FDIR

2022-06-21 Thread Zhirun Yan
From: Xiao Wang The supported protocol fields e.g. outer tuples should be included in the key definition of rte_hash table. Besides, a protocol field should be used only when the corresponding mask is set. Signed-off-by: Xiao Wang --- drivers/net/ice/ice_ethdev.h | 8 ++ drivers/net/ice