Re: Aw: [PATCH] [v8] net: emac: emac gigabit ethernet controller driver
From: Timur Tabi <hidden>
Date: 2016-08-12 20:39:23
Also in:
linux-arm-msm, linux-devicetree
From: Timur Tabi <hidden>
Date: 2016-08-12 20:39:23
Also in:
linux-arm-msm, linux-devicetree
Lino Sanfilippo wrote:
You can either extend the refill function by one gfp_t parameter and then call it with GFP_KERNEL for the initial rx buffer allocation when the hw is brought up and then with GFP_ATOMIC for refilling in the NAPI handler. Or simply always use GFP_ATOMIC. In the latter case the additional parameter is not needed of course and you can use netdev_alloc_skb_ip_align() instead of __netdev_alloc_skb_ip_align().
I will change this to use netdev_alloc_skb_ip_align(). Thanks. -- Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc. Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.