From: Jeff Kirsher <[email protected]> Date: Tue, 11 Nov 2014 09:28:24 -0800
> On Tue, 2014-11-11 at 09:26 -0800, Alexander Duyck wrote: >> The Intel drivers were pretty much just using the plain vanilla GFP >> flags >> in their calls to __skb_alloc_page so this change makes it so that >> they use >> dev_alloc_page which just uses GFP_ATOMIC for the gfp_flags value. >> >> Cc: Jeff Kirsher <[email protected]> >> Cc: Matthew Vick <[email protected]> >> Cc: Don Skidmore <[email protected]> >> Signed-off-by: Alexander Duyck <[email protected]> >> --- >> drivers/net/ethernet/intel/fm10k/fm10k_main.c | 2 +- >> drivers/net/ethernet/intel/igb/igb_main.c | 2 +- >> drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 3 +-- >> 3 files changed, 3 insertions(+), 4 deletions(-) > > Thanks Alex, I will add the patch to my queue. I think this entire series will need to go via my tree, because the conversions are all required for patch #5 which removes the replaced interface altogether. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
