mbox series

[v3,0/8] hns3 misc updates

Message ID 1603975917-28576-1-git-send-email-oulijun@huawei.com (mailing list archive)
Headers
Series hns3 misc updates |

Message

Lijun Ou Oct. 29, 2020, 12:51 p.m. UTC
  Here patch series are a API implementation and
some bugfixes for hns3 PMD driver.

v2->v3:
-rewrite commit for patch[7/8]

v1->v3:
-fix checkpatch warnings

Chengchang Tang (2):
  net/hns3: fix packect type report in Rx
  net/hns3: fix HW ring not clear after queue stop

Hongbo Zheng (2):
  net/hns3: fix uncheck return value warning
  net/hns3: fix value check of setting VF PCI bus function

Huisong Li (2):
  net/hns3: fix RSS max queue id allowed in multi-TC case
  net/hns3: fix data type to release fake queue > 255

Lijun Ou (2):
  net/hns3: add queue count of Rx API support
  net/hns3: fix meson build for enabling SVE Rx/Tx

 drivers/net/hns3/hns3_ethdev.c    |   9 ++-
 drivers/net/hns3/hns3_ethdev.h    |   5 +-
 drivers/net/hns3/hns3_ethdev_vf.c |   3 +-
 drivers/net/hns3/hns3_flow.c      |  45 +++++-------
 drivers/net/hns3/hns3_rss.c       |  13 ++--
 drivers/net/hns3/hns3_rxtx.c      | 144 ++++++++++++++++++++++++++++++--------
 drivers/net/hns3/hns3_rxtx.h      |  14 ++--
 drivers/net/hns3/meson.build      |   3 +-
 8 files changed, 161 insertions(+), 75 deletions(-)
  

Comments

Ferruh Yigit Oct. 30, 2020, 5 p.m. UTC | #1
On 10/29/2020 12:51 PM, Lijun Ou wrote:
> Here patch series are a API implementation and
> some bugfixes for hns3 PMD driver.
> 
> v2->v3:
> -rewrite commit for patch[7/8]
> 
> v1->v3:
> -fix checkpatch warnings
> 
> Chengchang Tang (2):
>    net/hns3: fix packect type report in Rx
>    net/hns3: fix HW ring not clear after queue stop
> 
> Hongbo Zheng (2):
>    net/hns3: fix uncheck return value warning
>    net/hns3: fix value check of setting VF PCI bus function
> 
> Huisong Li (2):
>    net/hns3: fix RSS max queue id allowed in multi-TC case
>    net/hns3: fix data type to release fake queue > 255
> 
> Lijun Ou (2):
>    net/hns3: add queue count of Rx API support
>    net/hns3: fix meson build for enabling SVE Rx/Tx
> 

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