commit | 0723a3aec0ade2d4223800ad26323a9c5369c0a0 | [log] [tgz] |
---|---|---|
author | Ioana Ciocoi Radulescu <ruxandra.radulescu@nxp.com> | Mon Feb 04 17:00:35 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 06 10:49:55 2019 -0800 |
tree | c59f366030601ee9356f4077166db8424dfdd851 | |
parent | 27c874867c4e92278cc78f3c27574fb92d7f1578 [diff] |
dpaa2-eth: Use napi_consume_skb() While in NAPI context, free skbs by calling napi_consume_skb() instead of dev_kfree_skb(), to take advantage of the bulk freeing mechanism. Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>