mbox series

[net,v2,0/3] Fix bugs in Octeontx2 netdev driver

Message ID 1595652234-29834-1-git-send-email-sundeep.lkml@gmail.com
Headers show
Series Fix bugs in Octeontx2 netdev driver | expand

Message

sundeep subbaraya July 25, 2020, 4:43 a.m. UTC
From: Subbaraya Sundeep <sbhatta@marvell.com>

Hi,

There are problems in the existing Octeontx2
netdev drivers like missing cancel_work for the
reset task, missing lock in reset task and
missing unergister_netdev in driver remove.
This patch set fixes the above problems.

Thanks,
Sundeep


Subbaraya Sundeep (3):
  octeontx2-pf: Fix reset_task bugs
  octeontx2-pf: cancel reset_task work
  octeontx2-pf: Unregister netdev at driver remove

 drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 3 +++
 drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c | 2 ++
 2 files changed, 5 insertions(+)

Comments

David Miller July 29, 2020, 12:15 a.m. UTC | #1
From: sundeep.lkml@gmail.com
Date: Sat, 25 Jul 2020 10:13:51 +0530

> From: Subbaraya Sundeep <sbhatta@marvell.com>
> 
> Hi,
> 
> There are problems in the existing Octeontx2
> netdev drivers like missing cancel_work for the
> reset task, missing lock in reset task and
> missing unergister_netdev in driver remove.
> This patch set fixes the above problems.

Series applied, thanks.