Re: [dpdk-dev] [PATCH] net/hns3: support Tx push quick doorbell to improve perf

2021-06-14 Thread Min Hu (Connor)
fixed in v2, thanks. 在 2021/6/14 22:35, Andrew Rybchenko 写道: Why is the same patch sent twice? Could you cleanup patchwork, please, and set appropriate status? On 6/13/21 4:42 AM, Min Hu (Connor) wrote: From: Chengwen Feng Kunpeng 930 support tx push mode which could improve performance, It

Re: [dpdk-dev] [PATCH] net/hns3: support Tx push quick doorbell to improve perf

2021-06-14 Thread Andrew Rybchenko
Why is the same patch sent twice? Could you cleanup patchwork, please, and set appropriate status? On 6/13/21 4:42 AM, Min Hu (Connor) wrote: From: Chengwen Feng Kunpeng 930 support tx push mode which could improve performance, It tx -> Tx works like below: 1. Add pcie bar45 which support

[dpdk-dev] [PATCH] net/hns3: support Tx push quick doorbell to improve perf

2021-06-12 Thread Min Hu (Connor)
From: Chengwen Feng Kunpeng 930 support tx push mode which could improve performance, It works like below: 1. Add pcie bar45 which support driver direct write the Tx descriptor or tail reg to it. 2. Support three operations: a) direct write one Tx descriptor, b) direct write two Tx descriptors, c

[dpdk-dev] [PATCH] net/hns3: support Tx push quick doorbell to improve perf

2021-06-12 Thread Min Hu (Connor)
From: Chengwen Feng Kunpeng 930 support tx push mode which could improve performance, It works like below: 1. Add pcie bar45 which support driver direct write the Tx descriptor or tail reg to it. 2. Support three operations: a) direct write one Tx descriptor, b) direct write two Tx descriptors, c