commit | c0f031bc88660e8b96060b76aa72fbe8859bdcc8 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Mon Oct 31 20:43:15 2016 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 01 11:04:59 2016 -0400 |
tree | ddc815d22dab0d8291aa92544256a7629f98ec0d | |
parent | e9949aebe04a1d917a15f4dc71e77deaefe9de94 [diff] |
nfp: use alloc_frag() and build_skb() Speed up RX processing by moving to the alloc_frag()/build_skb() paradigm. Since we're no longer mapping the entire buffer for DMA add helpers which take care of calculating offsets and lengths. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>