Message ID | 20220930072220.20753-1-liudongdong3@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | some bugfixes and clean code for hns3 - part2 | expand |
On 9/30/22 10:22, Dongdong Liu wrote: > This patchset include some bugfixes and clean code for hns3. > This patchset is based on the patchset [1] that have been sent out > before. Depend on [1] applied first. > > [1]: [PATCH RESEND 00/13] some bugfixes and clean code for hns3 > https://patches.dpdk.org/project/dpdk/list/?series=24533 > > Chengwen Feng (5): > net/hns3: fix header file self contained > net/hns3: remove unused structure definition > net/hns3: do not use reserved identifier macro > net/hns3: revert fix mailbox communication with HW > net/hns3: fix VF mark wrong message processed > > Dongdong Liu (1): > net/hns3: fix gcov compile warning > > Huisong Li (11): > net/hns3: fix have no valid RSS rule > net/hns3: fix RSS filter restore > net/hns3: fix the lock protection of RSS flow rule > net/hns3: fix RSS flow rule restore failed > net/hns3: move flow direction rule recovery position > net/hns3: fix hns3 restore filter function input > net/hns3: fix incorrect packet type report for GENEVE > net/hns3: fix fail to enable IPV4 or IPV6 packet RSS > net/hns3: fix some spelling errors > net/hns3: fix inconsistent RSS behavior > net/hns3: add check for L3 and L4 type > > Jie Hai (2): > net/hns3: fix magic numbers > net/hns3: fix the obtaination of minimum Tx frame length > Applied to dpdk-next-net/main, thanks.