Re: [RFC PATCH 0/3] net: Alloc NAPI page frags from their own pool
From: David Miller <davem@davemloft.net> Date: 2014-12-03 03:26:23
From: Alexander Duyck <redacted>
Date: Wed, 26 Nov 2014 16:05:50 -0800
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.