linux_dsm_epyc7002/drivers/net/ethernet/amd/xgbe
Tom Lendacky 472cfe7127 amd-xgbe: Add the __GFP_NOWARN flag to Rx buffer allocation
When allocating Rx related buffers, alloc_pages is called using an order
number that is decreased until successful. A system under stress can
experience failures during this allocation process resulting in a warning
being issued. This message can be of concern to end users even though the
failure is not fatal. Since the failure is not fatal and can occur
multiple times, the driver should include the __GFP_NOWARN flag to
suppress the warning message from being issued.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-06-29 09:27:03 -07:00
..
Makefile amd-xgbe: Add traffic class support 2014-07-30 18:46:53 -07:00
xgbe-common.h amd-xgbe: Move the PHY support into amd-xgbe 2015-05-15 15:21:43 -04:00
xgbe-dcb.c amd-xgbe: Add netif_* message support to the driver 2015-05-15 15:21:43 -04:00
xgbe-debugfs.c amd-xgbe: Checkpatch fixes 2015-01-16 22:24:19 -05:00
xgbe-desc.c amd-xgbe: Add the __GFP_NOWARN flag to Rx buffer allocation 2015-06-29 09:27:03 -07:00
xgbe-dev.c amd-xgbe: Move the PHY support into amd-xgbe 2015-05-15 15:21:43 -04:00
xgbe-drv.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2015-06-08 20:06:56 -07:00
xgbe-ethtool.c amd-xgbe: Fix flow control setting logic 2015-05-15 15:21:43 -04:00
xgbe-main.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2015-06-24 16:49:49 -07:00
xgbe-mdio.c amd-xgbe: Add more netif_dbg output to the driver 2015-05-25 00:13:58 -04:00
xgbe-ptp.c ptp: xgbe: convert to the 64 bit get/set time methods. 2015-03-31 12:01:16 -04:00
xgbe.h amd-xgbe: Fix flow control setting logic 2015-05-15 15:21:43 -04:00