commit | 22087d659212d2401f4caa602fd57160ff1e6222 | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@gmail.com> | Tue Feb 05 22:20:09 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 06 19:50:41 2019 -0800 |
tree | a47534e6f69bd93e8478ffff37fa4653afec0cca | |
parent | a6e11f6bbd29a92d1357c2f3033a70fb1b767432 [diff] |
net: emac: remove IBM_EMAC_RX_SKB_HEADROOM The EMAC driver had a custom IBM_EMAC_RX_SKB_HEADROOM Kconfig option that reserved additional skb headroom for RX. This patch removes the option and migrates the code to use napi_alloc_skb() and netdev_alloc_skb_ip_align() in its place. Signed-off-by: Christian Lamparter <chunkeey@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>