mbox series

[0/6] optimization and bugfix for hns3 PMD

Message ID 1619408092-54050-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers
Series optimization and bugfix for hns3 PMD |

Message

humin (Q) April 26, 2021, 3:34 a.m. UTC
  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(-)