On 5/22/2023 5:15 PM, Ferruh Yigit wrote: > On 5/22/2023 2:17 PM, Dongdong Liu wrote: >> This patchset contains some features and bugfixes for hns3. >> >> v1->v2: >> -Fix check-git-log warnings. >> >> Chengwen Feng (1): >> net/hns3: fix receive multiple firmware reset interrupts >> >> Dengdui Huang (2): >> net/hns3: fix loop code variable type mismatch >> net/hns3: add Tx/Rx descriptor logs >> >> Huisong Li (2): >> net/hns3: fix never set MAC flow control >> net/hns3: add flow control autoneg for fiber port >> > > Series applied to dpdk-next-net/main, thanks. >
There were multiple conflicts with previous "MAC flow control" feature, can you please double check the latest code in next-net? Like in 'struct hns3_sfp_info_cmd', it wasn't clear which reserved field to use for 'fec_ability', after 'pause_status' split the reserved field into two, etc...