mbox series

[net,0/2] cxgb4: Fix ethtool selftest flits calculation

Message ID 20200818154058.1770002-1-ganji.aravind@chelsio.com
Headers show
Series cxgb4: Fix ethtool selftest flits calculation | expand

Message

Ganji Aravind Aug. 18, 2020, 3:40 p.m. UTC
Patch 1 will fix work request size calculation for loopback selftest.

Patch 2 will fix race between loopback selftest and normal Tx handler.

Thanks,
Ganji Aravind.

Ganji Aravind (2):
  cxgb4: Fix work request size calculation for loopback test
  cxgb4: Fix race between loopback and normal Tx path

 drivers/net/ethernet/chelsio/cxgb4/sge.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Comments

David Miller Aug. 18, 2020, 8:03 p.m. UTC | #1
From: Ganji Aravind <ganji.aravind@chelsio.com>
Date: Tue, 18 Aug 2020 21:10:56 +0530

> Patch 1 will fix work request size calculation for loopback selftest.
> 
> Patch 2 will fix race between loopback selftest and normal Tx handler.

Series applied.

Thanks for the review Jesse.