[dpdk-dev] [PATCH 0/6] optimization and bugfix for hns3 PMD
Min Hu (Connor)
humin29 at huawei.com
Mon Apr 26 05:34:46 CEST 2021
This patch set contains one patch for performance optimization,
this is: 'net/hns3: improve IO path data cache usage'.
The others are bugfixes for hns3 PMD.
Chengwen Feng (6):
net/hns3: delete some unused capabilities
net/hns3: modify write reg opt API impl
net/hns3: use RTE DIM instead of ARRAY SIZE
net/hns3: improve IO path data cache usage
net/hns3: log fdir configuration
net/hns3: fix vector Rx burst default value
drivers/net/hns3/hns3_cmd.c | 11 +---
drivers/net/hns3/hns3_cmd.h | 15 +++--
drivers/net/hns3/hns3_ethdev.h | 43 +++++++-------
drivers/net/hns3/hns3_fdir.c | 13 +++++
drivers/net/hns3/hns3_flow.c | 18 +++---
drivers/net/hns3/hns3_intr.c | 4 +-
drivers/net/hns3/hns3_rxtx.h | 128 ++++++++++++++++++++++++-----------------
7 files changed, 129 insertions(+), 103 deletions(-)
--
2.7.4
More information about the dev
mailing list