Skip to content
Snippets Groups Projects
Commit 7dbea3e8 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'napi_page_frags'


Alexander Duyck says:

====================
net: Alloc NAPI page frags from their own pool

This patch series implements a means of allocating page fragments without
the need for the local_irq_save/restore in __netdev_alloc_frag.  By doing
this I am able to decrease packet processing time by 11ns per packet in my
test environment.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 6e5f59aa 45abfb10
No related branches found
No related tags found
No related merge requests found
Showing
with 178 additions and 70 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment