Re: [PATCH net-next 1/2] be2net: Collect the transmit queue data in Tx timeout

2018-07-30 Thread David Miller
From: Suresh Kumar Reddy Reddygari Date: Mon, 30 Jul 2018 16:23:12 +0530 > I am clarifying again about the patch (Lancer reset) as I didnt see a reply > from you after my clarification. Ok, please resubmit this patch. Thank you.

Re: [PATCH net-next 1/2] be2net: Collect the transmit queue data in Tx timeout

2018-07-30 Thread Suresh Kumar Reddy Reddygari
On Wed, Jul 25, 2018 at 6:14 PM, Suresh Kumar Reddy Reddygari wrote: > On Mon, Jul 23, 2018 at 11:53 PM, David Miller wrote: >> From: Suresh Reddy >> Date: Mon, 23 Jul 2018 10:25:23 -0400 >> >>> Driver dumps tx_queue, tx_compl, pending SKBs information in tx_timeout. >>> This debug data used to

Re: [PATCH net-next 1/2] be2net: Collect the transmit queue data in Tx timeout

2018-07-25 Thread Suresh Kumar Reddy Reddygari
On Mon, Jul 23, 2018 at 11:53 PM, David Miller wrote: > From: Suresh Reddy > Date: Mon, 23 Jul 2018 10:25:23 -0400 > >> Driver dumps tx_queue, tx_compl, pending SKBs information in tx_timeout. >> This debug data used to idenfiy the cause of the time out. >> >> Also reset Lancer chip in tx_timeout

Re: [PATCH net-next 1/2] be2net: Collect the transmit queue data in Tx timeout

2018-07-23 Thread David Miller
From: Suresh Reddy Date: Mon, 23 Jul 2018 10:25:23 -0400 > Driver dumps tx_queue, tx_compl, pending SKBs information in tx_timeout. > This debug data used to idenfiy the cause of the time out. > > Also reset Lancer chip in tx_timeout. > > Signed-off-by: Suresh Reddy The purpose of the tx time

[PATCH net-next 1/2] be2net: Collect the transmit queue data in Tx timeout

2018-07-23 Thread Suresh Reddy
Driver dumps tx_queue, tx_compl, pending SKBs information in tx_timeout. This debug data used to idenfiy the cause of the time out. Also reset Lancer chip in tx_timeout. Signed-off-by: Suresh Reddy --- drivers/net/ethernet/emulex/benet/be_main.c | 80 - 1 file change