mbox series

[v2,0/6] some bugfixes for hns3

Message ID 1609904792-63280-1-git-send-email-oulijun@huawei.com (mailing list archive)
Headers
Series some bugfixes for hns3 |

Message

Lijun Ou Jan. 6, 2021, 3:46 a.m. UTC
  Here series fix some hns3 PMD bugs.

Change frome V1:
1. remove the fixes patch[6/7] from V1
2. fix ferruh Yigit's comments.

Huisong Li (3):
  net/hns3: fix xstats statistics with id and names
  net/hns3: fix abnormal return value in xstats
  net/hns3: fix Rx/Tx abnormal errors stats

Lijun Ou (2):
  net/hns3: fix incorrect interception with filter director
  net/hns3: remove unnecessary memset

Min Hu (Connor) (1):
  net/hns3: fix crash with multi-process

 drivers/net/hns3/hns3_ethdev.c | 16 +++++---
 drivers/net/hns3/hns3_ethdev.h |  2 -
 drivers/net/hns3/hns3_flow.c   |  5 ---
 drivers/net/hns3/hns3_rss.c    |  5 ---
 drivers/net/hns3/hns3_stats.c  | 87 ++++++++++++++++++++++++++++++------------
 5 files changed, 73 insertions(+), 42 deletions(-)
  

Comments

Ferruh Yigit Jan. 14, 2021, 11:34 p.m. UTC | #1
On 1/6/2021 3:46 AM, Lijun Ou wrote:
> Here series fix some hns3 PMD bugs.
> 
> Change frome V1:
> 1. remove the fixes patch[6/7] from V1
> 2. fix ferruh Yigit's comments.
> 
> Huisong Li (3):
>    net/hns3: fix xstats statistics with id and names
>    net/hns3: fix abnormal return value in xstats
>    net/hns3: fix Rx/Tx abnormal errors stats
> 
> Lijun Ou (2):
>    net/hns3: fix incorrect interception with filter director
>    net/hns3: remove unnecessary memset
> 
> Min Hu (Connor) (1):
>    net/hns3: fix crash with multi-process
> 

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