Re: [PATCH net-next 0/3] mlx5e Order-0 pages for Striding RQ

2016-09-17 Thread David Miller
From: Tariq Toukan Date: Thu, 15 Sep 2016 16:08:35 +0300 > In this series, we refactor our Striding RQ receive-flow to always use > fragmented WQEs (Work Queue Elements) using order-0 pages, omitting the > flow that allocates and splits high-order pages which would fragment > and deplete high-ord

[PATCH net-next 0/3] mlx5e Order-0 pages for Striding RQ

2016-09-15 Thread Tariq Toukan
Hi Dave, In this series, we refactor our Striding RQ receive-flow to always use fragmented WQEs (Work Queue Elements) using order-0 pages, omitting the flow that allocates and splits high-order pages which would fragment and deplete high-order pages in the system. The first patch gives a slight d