Re: [dpdk-dev] [PATCH v1] net/ice: fix wrong IP RSS configuration template

2021-05-09 Thread Zhang, Qi Z
> -Original Message- > From: Xu, Ting > Sent: Saturday, May 8, 2021 3:12 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Xu, Ting ; sta...@dpdk.org > Subject: [PATCH v1] net/ice: fix wrong IP RSS configuration template > > To enable IP fragment RSS hash, ICE_FLOW_SEG_HDR_IPV

[dpdk-dev] [PATCH v1] net/ice: fix wrong IP RSS configuration template

2021-05-08 Thread Ting Xu
To enable IP fragment RSS hash, ICE_FLOW_SEG_HDR_IPV_FRAG is added to the IP RSS configuration template, together with ICE_FLOW_SEG_HDR_IPV_OTHER. It will cause error when associating flow profile. And packet id field for RSS is not correctly added when IP fragment is enabled. To fix this issue, th

[dpdk-dev] [PATCH v1] net/ice: fix wrong IP RSS configuration template

2021-05-07 Thread Ting Xu
To enable IP fragment RSS hash, ICE_FLOW_SEG_HDR_IPV_FRAG is added to the IP RSS configuration template, together with ICE_FLOW_SEG_HDR_IPV_OTHER. It will cause error when associating flow profile. To fix this issue, this patch only selects one of the above two segment header types based on rss typ