Re: [PATCH net v2 0/3] Fix bugs in Octeontx2 netdev driver

2020-07-28 Thread David Miller
From: sundeep.l...@gmail.com Date: Sat, 25 Jul 2020 10:13:51 +0530 > From: Subbaraya Sundeep > > 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. > Th

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

2020-07-24 Thread sundeep . lkml
From: Subbaraya Sundeep 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): oct