mbox series

[0/7] misc updates for hns3 PMD driver

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

Message

Wei Hu (Xavier) March 17, 2020, 9:11 a.m. UTC
  This series are updates and fixes for hns3 PMD driver.

Chengchang Tang (2):
  net/hns3: remove redundant MAC addr check when setting MAC
  net/hns3: modify inappropriate names

Chengwen Feng (3):
  net/hns3: fix packets's offload features flags in Rx
  net/hns3: fix default error code of command interface
  net/hns3: fix crash when flushing RSS flow rules with FLR

Min Hu (Connor) (1):
  net/hns3: fix configuring illeagl VLAN pvid

Wei Hu (Xavier) (1):
  net/hns3: fix abnormal status after reset occurs repeatedly

 drivers/net/hns3/hns3_cmd.c       | 24 +++++++++++----
 drivers/net/hns3/hns3_ethdev.c    | 51 +++++++++++++------------------
 drivers/net/hns3/hns3_ethdev_vf.c | 28 +++++------------
 drivers/net/hns3/hns3_flow.c      |  5 ++-
 drivers/net/hns3/hns3_rxtx.c      |  5 +--
 5 files changed, 55 insertions(+), 58 deletions(-)
  

Comments

Ferruh Yigit March 19, 2020, 9:08 a.m. UTC | #1
On 3/17/2020 9:11 AM, Wei Hu (Xavier) wrote:
> This series are updates and fixes for hns3 PMD driver.
> 
> Chengchang Tang (2):
>   net/hns3: remove redundant MAC addr check when setting MAC
>   net/hns3: modify inappropriate names
> 
> Chengwen Feng (3):
>   net/hns3: fix packets's offload features flags in Rx
>   net/hns3: fix default error code of command interface
>   net/hns3: fix crash when flushing RSS flow rules with FLR
> 
> Min Hu (Connor) (1):
>   net/hns3: fix configuring illeagl VLAN pvid
> 
> Wei Hu (Xavier) (1):
>   net/hns3: fix abnormal status after reset occurs repeatedly
> 

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