回复: [PATCH v7 7/7] net/hinic3: use different callback func to support htn fdir

wangfeifei (J) wangfeifei40 at huawei.com
Tue Mar 24 02:19:34 CET 2026



> -----邮件原件-----
> 发件人: Stephen Hemminger <stephen at networkplumber.org>
> 发送时间: 2026年3月24日 3:51
> 收件人: Feifei Wang <wff_light at vip.163.com>
> 抄送: dev at dpdk.org; wangfeifei (J) <wangfeifei40 at huawei.com>
> 主题: 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 <wff_light at vip.163.com> 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.


More information about the dev mailing list