Re: [dpdk-dev] [PATCH v1] net/ice: fix IPv6 fragment RSS L3 dst/src not work

2021-07-21 Thread Zhang, Qi Z
> -Original Message- > From: Xu, Ting > Sent: Sunday, July 18, 2021 10:50 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei ; Xu, Ting ; > sta...@dpdk.org > Subject: [PATCH v1] net/ice: fix IPv6 fragment RSS L3 dst/src not work > > Since the header type of IPv6 fr

[dpdk-dev] [PATCH v1] net/ice: fix IPv6 fragment RSS L3 dst/src not work

2021-07-18 Thread Ting Xu
Since the header type of IPv6 fragment is wrong, the L3 dst/src RSS hash fields cannot work properly. This patch changed the header type from any to outer. Fixes: f1ea76eb6394 ("net/ice: support RSS hash for IP fragment") Cc: sta...@dpdk.org Signed-off-by: Ting Xu --- drivers/net/ice/ice_hash.c