Re: [net-next PATCH 0/6] net: Alloc NAPI page frags from their own pool
From: David Miller <davem@davemloft.net>
Date: 2014-12-10 18:32:28
From: David Miller <davem@davemloft.net>
Date: 2014-12-10 18:32:28
From: Alexander Duyck <redacted> Date: Tue, 09 Dec 2014 19:40:35 -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.
Looks great, series applied, thanks Alex.