> -----邮件原件----- > 发件人: Stephen Hemminger <[email protected]> > 发送时间: 2026年3月24日 3:51 > 收件人: Feifei Wang <[email protected]> > 抄送: [email protected]; wangfeifei (J) <[email protected]> > 主题: Re: [PATCH v7 7/7] net/hinic3: use different callback func to support htn > fdir > > On Mon, 23 Mar 2026 16:04:50 +0800 > Feifei Wang <[email protected]> wrote: > > > > > + if (nic_dev->feature_cap & NIC_F_HTN_CMDQ) { > > + rss_type.ipv6_ext = (rss_hf & RTE_ETH_RSS_IPV6_EX) ? 1 : 0; > > + rss_type.tcp_ipv6_ext = (rss_hf & RTE_ETH_RSS_IPV6_TCP_EX) ? 1 > > : 0; > > + } else { > > + rss_type.ipv6_ext = 0; > > + rss_type.ipv6_ext = 0; > > + } > > + > > Overall AI review is good, but: > > One issue remains from V6: > Patch 7/7: net/hinic3: use different callback func to support htn fdir The > copy-paste bug in hinic3_init_rss_type() is still present. > The hinic3_rss_hash_update() instance was fixed but > hinic3_init_rss_type() still has: > > rss_type.ipv6_ext = 0; > rss_type.ipv6_ext = 0; > > The second line should be rss_type.tcp_ipv6_ext = 0. > This was reported in both the V2 and V6 reviews. [Feifei] Sorry to ignore this, we will fix this in the next version.
- [PATCH v7 0/7] hinic3 change for support new SPx NIC Feifei Wang
- [PATCH v7 1/7] net/hinic3: add support for new SPx ... Feifei Wang
- Re: [PATCH v7 1/7] net/hinic3: add support for ... Stephen Hemminger
- [PATCH v7 2/7] net/hinic3: add enhance cmdq support... Feifei Wang
- [PATCH v7 3/7] net/hinic3: use different callback f... Feifei Wang
- [PATCH v7 5/7] net/hinic3: add rx ops to support Co... Feifei Wang
- [PATCH v7 4/7] net/hinic3: add fun init ops to supp... Feifei Wang
- [PATCH v7 6/7] net/hinic3: add tx ops to support Co... Feifei Wang
- [PATCH v7 7/7] net/hinic3: use different callback f... Feifei Wang
- Re: [PATCH v7 7/7] net/hinic3: use different ca... Stephen Hemminger
- 回复: [PATCH v7 7/7] net/hinic3: use differen... wangfeifei (J)
- [PATCH v8 0/7] hinic3 change for support new SPx NIC Feifei Wang
- [PATCH v8 1/7] net/hinic3: add support for new SPx ... Feifei Wang
- [PATCH v8 2/7] net/hinic3: add enhance cmdq support... Feifei Wang
- [PATCH v8 3/7] net/hinic3: use different callback f... Feifei Wang
- [PATCH v8 4/7] net/hinic3: add fun init ops to supp... Feifei Wang
- [PATCH v8 6/7] net/hinic3: add tx ops to support Co... Feifei Wang
- [PATCH v8 5/7] net/hinic3: add rx ops to support Co... Feifei Wang
- [PATCH v8 7/7] net/hinic3: use different callback f... Feifei Wang
- Re: [PATCH v8 0/7] hinic3 change for support new SP... Stephen Hemminger
- Re: [PATCH v8 0/7] hinic3 change for support new SP... Stephen Hemminger

