Re: [PATCH 13/22] liquidio: fix possible eeprom format string overflow

2017-07-14 Thread Burla, Satananda
The 07/14/2017 09:04, David Miller wrote: > From: Arnd Bergmann > Date: Fri, 14 Jul 2017 14:07:05 +0200 > > > gcc reports that the temporary buffer for computing the > > string length may be too small here: > > > > drivers/net/ethernet/cavium/liquidio/lio_ethtool.c: In function > 'lio_get_eeprom_

Re: [PATCH net-next] liquidio: allocate RX buffers in OOM conditions in PF and VF

2017-03-23 Thread Burla, Satananda
The 03/22/2017 19:37, David Miller wrote: > From: Felix Manlunas > Date: Wed, 22 Mar 2017 11:31:13 -0700 > > > From: Satanand Burla > > > > Add workqueue that is periodically run to try to allocate RX buffers in OOM > > conditions in PF and VF. > > > > Signed-off-by: Satanand Burla > > Signed-o