mbox series

[v6,0/8] features and bugfixes for hns3

Message ID 1616498467-37533-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers
Series features and bugfixes for hns3 |

Message

humin (Q) March 23, 2021, 11:20 a.m. UTC
  This series add four features according to the 21.05 roadmap, and
also two cleanups added.

v6:
* Adjust the styles of hns3.rst about runtime config options.

v5:
* Document hns3.rst about description of vec, common and simple.

v4:
* Rename variable name oq_glb_drop_cnt to oq_drop_cnt.

v3:
* Change code styles.

v2:
* Fixed commit information about patch set.

Chengchang Tang (1):
  net/hns3: support for outer UDP cksum

Chengwen Feng (1):
  net/hns3: support runtime config to select IO burst func

Hongbo Zheng (4):
  net/hns3: adjust the format of RAS related structures
  net/hns3: delete redundant xstats RAS statistics
  net/hns3: support query Tx descriptor status
  net/hns3: support query Rx descriptor status

Min Hu (Connor) (2):
  net/hns3: support imissed stats for PF/VF
  net/hns3: support oerrors stats in PF

 doc/guides/nics/features/hns3.ini      |    2 +
 doc/guides/nics/features/hns3_vf.ini   |    2 +
 doc/guides/nics/hns3.rst               |   37 +
 doc/guides/rel_notes/release_21_05.rst |    4 +
 drivers/net/hns3/hns3_cmd.c            |    3 +
 drivers/net/hns3/hns3_cmd.h            |   13 +
 drivers/net/hns3/hns3_ethdev.c         |   86 +-
 drivers/net/hns3/hns3_ethdev.h         |   76 +-
 drivers/net/hns3/hns3_ethdev_vf.c      |   18 +
 drivers/net/hns3/hns3_intr.c           | 2127 ++++++++++++++++++--------------
 drivers/net/hns3/hns3_regs.h           |    2 +
 drivers/net/hns3/hns3_rxtx.c           |  203 ++-
 drivers/net/hns3/hns3_rxtx.h           |    6 +-
 drivers/net/hns3/hns3_rxtx_vec_sve.c   |    5 +-
 drivers/net/hns3/hns3_stats.c          |  394 +++---
 drivers/net/hns3/hns3_stats.h          |    2 +-
 16 files changed, 1856 insertions(+), 1124 deletions(-)
  

Comments

Ferruh Yigit March 23, 2021, 12:49 p.m. UTC | #1
On 3/23/2021 11:20 AM, Min Hu (Connor) wrote:
> This series add four features according to the 21.05 roadmap, and
> also two cleanups added.
> 
> v6:
> * Adjust the styles of hns3.rst about runtime config options.
> 
> v5:
> * Document hns3.rst about description of vec, common and simple.
> 
> v4:
> * Rename variable name oq_glb_drop_cnt to oq_drop_cnt.
> 
> v3:
> * Change code styles.
> 
> v2:
> * Fixed commit information about patch set.
> 
> Chengchang Tang (1):
>    net/hns3: support for outer UDP cksum
> 
> Chengwen Feng (1):
>    net/hns3: support runtime config to select IO burst func
> 
> Hongbo Zheng (4):
>    net/hns3: adjust the format of RAS related structures
>    net/hns3: delete redundant xstats RAS statistics
>    net/hns3: support query Tx descriptor status
>    net/hns3: support query Rx descriptor status
> 
> Min Hu (Connor) (2):
>    net/hns3: support imissed stats for PF/VF
>    net/hns3: support oerrors stats in PF
> 

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