RE: [net PATCH] ixgbe: Fix NULL pointer dereference in ethtool loopback test

2021-04-09 Thread Switzer, David
>-Original Message- >From: Alexander Duyck >Sent: Monday, March 8, 2021 12:42 PM >To: intel-wired-...@lists.osuosl.org >Cc: Brandeburg, Jesse ; Nguyen, Anthony L >; netdev@vger.kernel.org >Subject: [net PATCH] ixgbe: Fix NULL pointer dereference in ethtool lo

Re: [Intel-wired-lan] [net PATCH] ixgbe: Fix NULL pointer dereference in ethtool loopback test

2021-03-08 Thread Björn Töpel
On Mon, 8 Mar 2021 at 21:42, Alexander Duyck wrote: > > From: Alexander Duyck > > The ixgbe driver currently generates a NULL pointer dereference when > performing the ethtool loopback test. This is due to the fact that there > isn't a q_vector associated with the test ring when it is setup as >

[net PATCH] ixgbe: Fix NULL pointer dereference in ethtool loopback test

2021-03-08 Thread Alexander Duyck
From: Alexander Duyck The ixgbe driver currently generates a NULL pointer dereference when performing the ethtool loopback test. This is due to the fact that there isn't a q_vector associated with the test ring when it is setup as interrupts are not normally added to the test rings. To address t