Re: [PATCH v2 0/5] net: thunderx: Miscellaneous fixes

2016-11-16 Thread David Miller
From: sunil.kovv...@gmail.com Date: Tue, 15 Nov 2016 17:35:56 +0530 > This patchset includes fixes for incorrect LMAC credits, > unreliable driver statistics, memory leak upon interface > down e.t.c > > Changes from v1: > - As suggested replaced bit shifting with BIT() macro > in the patch 'Fix

[PATCH v2 0/5] net: thunderx: Miscellaneous fixes

2016-11-15 Thread sunil . kovvuri
From: Sunil Goutham This patchset includes fixes for incorrect LMAC credits, unreliable driver statistics, memory leak upon interface down e.t.c Changes from v1: - As suggested replaced bit shifting with BIT() macro in the patch 'Fix configuration of L3/L4 length checking'. Radha Mohan Chinta

Re: [PATCH v2 0/5] net: thunderx: Miscellaneous fixes

2015-12-02 Thread David Miller
I'm not even looking at this patch series while it still causes unresolved bugs. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v2 0/5] net: thunderx: Miscellaneous fixes

2015-12-02 Thread Sunil Goutham
From: Sunil Goutham This patch series contains fixes for various issues observed with BGX and NIC drivers. Changes from v1: - Fixed comment syle in the first patch of the series - Removed 'Increase transmit queue length' patch from the series, will recheck if it's a driver or system issue and