All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v2 0/3] Fix bugs in Octeontx2 netdev driver
@ 2020-07-25  4:43 sundeep.lkml
  2020-07-25  4:43 ` [PATCH net v2 1/3] octeontx2-pf: Fix reset_task bugs sundeep.lkml
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: sundeep.lkml @ 2020-07-25  4:43 UTC (permalink / raw)
  To: davem, kuba, netdev; +Cc: sgoutham, sbhatta

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(+)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-07-29  0:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-25  4:43 [PATCH net v2 0/3] Fix bugs in Octeontx2 netdev driver sundeep.lkml
2020-07-25  4:43 ` [PATCH net v2 1/3] octeontx2-pf: Fix reset_task bugs sundeep.lkml
2020-07-25  4:43 ` [PATCH net v2 2/3] octeontx2-pf: cancel reset_task work sundeep.lkml
2020-07-25  4:43 ` [PATCH net v2 3/3] octeontx2-pf: Unregister netdev at driver remove sundeep.lkml
2020-07-29  0:15 ` [PATCH net v2 0/3] Fix bugs in Octeontx2 netdev driver David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.