Skip to content
Commit 0a0e2344 authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

bna: use netdev_alloc_skb_ip_align()



Some workloads need some headroom (NET_SKB_PAD) to avoid expensive
reallocations.

Using netdev_alloc_skb_ip_align() instead of bare skb_alloc() brings the
NET_IP_ALIGN and the NET_SKB_PAD headroom.

Signed-off-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
CC: Rasesh Mody <rmody@brocade.com>
CC: Debashis Dutt <ddutt@brocade.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 135d23d6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment