Re: [PATCH net-next 00/14] cleanups and RX path rewrite

2016-11-01 Thread David Miller
From: Jakub Kicinski Date: Mon, 31 Oct 2016 20:43:08 + > This series lays groundwork for upcoming XDP support by updating > the RX path not to pre-allocate sk_buffs. I start with few > cleanups, removal of NFP3200-related code being the most significant. > Patch 7 moves to alloc_frag() and b

[PATCH net-next 00/14] cleanups and RX path rewrite

2016-10-31 Thread Jakub Kicinski
Hi! This series lays groundwork for upcoming XDP support by updating the RX path not to pre-allocate sk_buffs. I start with few cleanups, removal of NFP3200-related code being the most significant. Patch 7 moves to alloc_frag() and build_skb() APIs. Again, a number of small cleanups follow. The