mbox series

[v2,0/9] updates and fixes for hns3 PMD driver

Message ID 20200929120117.50394-1-huwei013@chinasoftinc.com (mailing list archive)
Headers
Series updates and fixes for hns3 PMD driver |

Message

Wei Hu (Xavier) Sept. 29, 2020, 12:01 p.m. UTC
  This series are updates and fixes for hns3 PMD driver.

Chengchang Tang (1):
  net/hns3: support start and stop Tx or Rx queue

Hongbo Zheng (2):
  net/hns3: check return value when reading PCI config space
  net/hns3: remove redundant return value assignments

Huisong Li (3):
  net/hns3: expand the number of queues for one TC up to 512
  net/hns3: offload calculating the shapping para to firmware
  net/hns3: set max scheduling rate based on actual board

Wei Hu (Xavier) (3):
  net/hns3: maximize the queue number
  net/hns3: fix error type when validating RSS flow action
  net/hns3: set suitable type when initial flow error struct

 config/rte_config.h               |   3 +
 drivers/net/hns3/hns3_cmd.c       |   2 +-
 drivers/net/hns3/hns3_cmd.h       |  28 +-
 drivers/net/hns3/hns3_dcb.c       | 205 +++++++++---
 drivers/net/hns3/hns3_dcb.h       |  60 +++-
 drivers/net/hns3/hns3_ethdev.c    | 214 +++++++++---
 drivers/net/hns3/hns3_ethdev.h    |  32 +-
 drivers/net/hns3/hns3_ethdev_vf.c | 214 ++++++++----
 drivers/net/hns3/hns3_fdir.c      |   6 +-
 drivers/net/hns3/hns3_flow.c      |  97 +++---
 drivers/net/hns3/hns3_intr.c      |   1 -
 drivers/net/hns3/hns3_regs.c      |   4 +-
 drivers/net/hns3/hns3_regs.h      |   5 +
 drivers/net/hns3/hns3_rss.c       |  34 +-
 drivers/net/hns3/hns3_rss.h       |   5 +-
 drivers/net/hns3/hns3_rxtx.c      | 675 +++++++++++++++++++++++++++++++-------
 drivers/net/hns3/hns3_rxtx.h      |  18 +-
 drivers/net/hns3/hns3_stats.c     |  73 ++++-
 drivers/net/hns3/hns3_stats.h     |   6 +-
 19 files changed, 1281 insertions(+), 401 deletions(-)
  

Comments

Ferruh Yigit Sept. 30, 2020, 10:59 p.m. UTC | #1
On 9/29/2020 1:01 PM, Wei Hu (Xavier) wrote:
> This series are updates and fixes for hns3 PMD driver.
> 
> Chengchang Tang (1):
>    net/hns3: support start and stop Tx or Rx queue
> 
> Hongbo Zheng (2):
>    net/hns3: check return value when reading PCI config space
>    net/hns3: remove redundant return value assignments
> 
> Huisong Li (3):
>    net/hns3: expand the number of queues for one TC up to 512
>    net/hns3: offload calculating the shapping para to firmware
>    net/hns3: set max scheduling rate based on actual board
> 
> Wei Hu (Xavier) (3):
>    net/hns3: maximize the queue number
>    net/hns3: fix error type when validating RSS flow action
>    net/hns3: set suitable type when initial flow error struct
> 

Series applied to dpdk-next-net/main, thanks.