mbox series

[net-next,0/2] qed*: Fix inifinite spinning of PTP poll thread.

Message ID 20190528032133.5745-1-skalluru@marvell.com
Headers show
Series qed*: Fix inifinite spinning of PTP poll thread. | expand

Message

Sudarsana Reddy Kalluru May 28, 2019, 3:21 a.m. UTC
The patch series addresses an error scenario in the PTP Tx implementation.

Please consider applying it to net-next.

Sudarsana Reddy Kalluru (2):
  qed: Reduce the severity of the debug message.
  qede: Handle driver spin for Tx timestamp.

 drivers/net/ethernet/qlogic/qed/qed_ptp.c       |  3 +-
 drivers/net/ethernet/qlogic/qede/qede.h         |  2 ++
 drivers/net/ethernet/qlogic/qede/qede_ethtool.c |  1 +
 drivers/net/ethernet/qlogic/qede/qede_main.c    |  3 ++
 drivers/net/ethernet/qlogic/qede/qede_ptp.c     | 37 ++++++++++++++++++++-----
 5 files changed, 38 insertions(+), 8 deletions(-)

Comments

David Miller May 29, 2019, 7:01 a.m. UTC | #1
From: Sudarsana Reddy Kalluru <skalluru@marvell.com>
Date: Mon, 27 May 2019 20:21:31 -0700

> The patch series addresses an error scenario in the PTP Tx implementation.
> 
> Please consider applying it to net-next.

Series applied.