RE: [PATCH net] bna: fix list corruption

2016-02-26 Thread Rasesh Mody
ds to list corruption. > > Cc: Rasesh Mody > Signed-off-by: Ivan Vecera Acked-by: Rasesh Mody > --- > drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/ethernet/brocade/bna/bna_tx_rx.c >

RE: [PATCH net] bna: check for dma mapping errors

2015-09-18 Thread Rasesh Mody
> From: Ivan Vecera [mailto:ivec...@redhat.com] > Sent: Wednesday, September 16, 2015 6:28 AM > > Check for DMA mapping errors, recover from them and register them in > ethtool stats like other errors. Acked-by: Rasesh Mody Thanks! Rasesh > Cc: Rasesh Mody > Signe

RE: [PATCH net] bna: fix interrupts storm caused by erroneous packets

2015-08-07 Thread Rasesh Mody
ey are never accounted. This counter is used to > inform firmware about number of processed completions (packets). > As these packets are never acked the firmware fires IRQs for them again and > again. > > Fixes: e29aa33 bna: Enable Multi Buffer RX > Signed-off-by: Ivan Vecera

RE: [PATCH net 0/3] bna: misc bugfixes

2015-05-29 Thread Rasesh Mody
> From: Ivan Vecera [mailto:ivec...@redhat.com] > Sent: Thursday, May 28, 2015 2:10 PM > > These patches fix several bugs found during device initialization debugging. > > Cc: Rasesh Mody > > Ivan Vecera (3): > bna: fix firmware loading on big-endian machines &