mbox series

[0/6] some bugfixes for hns3

Message ID 20220624085951.3177-1-liudongdong3@huawei.com (mailing list archive)
Headers
Series some bugfixes for hns3 |

Message

Dongdong Liu June 24, 2022, 8:59 a.m. UTC
  The patchset include some bugfixes and clean code for hns3.

The patchset depend on the below patchset to avoid confilict.
[PATCH 0/2] net/hns3: support backplane media type
https://lore.kernel.org/all/8689c6e8-935b-e2dc-3276-d2970a8bd982@xilinx.com/T/

Chengwen Feng (1):
  net/hns3: fix nb-desc not verified when using SVE

Dongdong Liu (2):
  net/hns3: make code more clean
  net/hns3: delete the unused code

Huisong Li (3):
  net/hns3: cancel heartbeat alarm when VF reset
  net/hns3: fix received unknown event print when PTP enable
  net/hns3: fix statistic lock

 drivers/net/hns3/hns3_cmd.c       | 33 -------------------------------
 drivers/net/hns3/hns3_ethdev.c    | 13 +++---------
 drivers/net/hns3/hns3_ethdev_vf.c |  6 ++++++
 drivers/net/hns3/hns3_rxtx.c      | 13 +++++-------
 drivers/net/hns3/hns3_stats.c     | 22 +++++++++------------
 5 files changed, 23 insertions(+), 64 deletions(-)

--
2.22.0
  

Comments

Andrew Rybchenko June 24, 2022, 12:37 p.m. UTC | #1
On 6/24/22 11:59, Dongdong Liu wrote:
> The patchset include some bugfixes and clean code for hns3.
> 
> The patchset depend on the below patchset to avoid confilict.
> [PATCH 0/2] net/hns3: support backplane media type
> https://lore.kernel.org/all/8689c6e8-935b-e2dc-3276-d2970a8bd982@xilinx.com/T/
> 
> Chengwen Feng (1):
>    net/hns3: fix nb-desc not verified when using SVE
> 
> Dongdong Liu (2):
>    net/hns3: make code more clean
>    net/hns3: delete the unused code
> 
> Huisong Li (3):
>    net/hns3: cancel heartbeat alarm when VF reset
>    net/hns3: fix received unknown event print when PTP enable
>    net/hns3: fix statistic lock
> 
>   drivers/net/hns3/hns3_cmd.c       | 33 -------------------------------
>   drivers/net/hns3/hns3_ethdev.c    | 13 +++---------
>   drivers/net/hns3/hns3_ethdev_vf.c |  6 ++++++
>   drivers/net/hns3/hns3_rxtx.c      | 13 +++++-------
>   drivers/net/hns3/hns3_stats.c     | 22 +++++++++------------
>   5 files changed, 23 insertions(+), 64 deletions(-)
> 
> --
> 2.22.0
> 

With submitted Signed-off-by added to the first patch

Applied to dpdk-next-net/main, thanks.