Re: [dpdk-dev] [PATCH v3 0/9] code optimization for hns3 PMD

2021-11-08 Thread Ferruh Yigit
On 11/6/2021 1:42 AM, Min Hu (Connor) wrote: This patch set contains refactor patches and code check patches. Chengwen Feng (1): net/hns3: remove PF/VF duplicate code Huisong Li (7): net/hns3: fix the shift of DMA address in Rx/Tx queue net/hns3: remove a redundant function declaration

[dpdk-dev] [PATCH v3 0/9] code optimization for hns3 PMD

2021-11-05 Thread Min Hu (Connor)
This patch set contains refactor patches and code check patches. Chengwen Feng (1): net/hns3: remove PF/VF duplicate code Huisong Li (7): net/hns3: fix the shift of DMA address in Rx/Tx queue net/hns3: remove a redundant function declaration net/hns3: modifying code alignment net/hns3: