Re: [dpdk-dev] [PATCH] net/ice: delete unsupport ptypes in default hash set

2020-11-02 Thread Zhang, Qi Z
> -Original Message- > From: Guo, Junfeng > Sent: Monday, November 2, 2020 9:55 AM > To: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei > Cc: dev@dpdk.org; Guo, Junfeng > Subject: [PATCH] net/ice: delete unsupport ptypes in default hash set > > Ptypes for GTPU with inner SCTP are not su

[dpdk-dev] [PATCH] net/ice: delete unsupport ptypes in default hash set

2020-11-01 Thread Junfeng Guo
Ptypes for GTPU with inner SCTP are not supported in current DDP pkg. Thus, delete them in the default hash set config function. Also clean up the rss vsi when calling the hash set config function. Signed-off-by: Junfeng Guo --- drivers/net/ice/ice_ethdev.c | 40 ++---