commit | 385565a1f0d365793e1f90746237d508bfeef9af | [log] [tgz] |
---|---|---|
author | Lendacky, Thomas <Thomas.Lendacky@amd.com> | Fri Mar 20 11:50:41 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 20 16:33:57 2015 -0400 |
tree | fb6eb9f32cf98ace59ea3cc3a5fd8dcc3f8a2a6b | |
parent | 4a57ebcc2c1e8a924c3897df2c11c5d4620ec89e [diff] |
amd-xgbe: Use napi_alloc_skb when allocating skb in softirq Use the napi_alloc_skb function to allocate an skb when running within the softirq context to avoid calls to local_irq_save/restore. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>