On 08/03/2017 6:17 PM, Eric Dumazet wrote:
We will soon use order-0 pages, and frag truesize will more precisely
match real sizes.
In the new model, we prefer to use <= 2048 bytes fragments, so that
we can use page-recycle technique on PAGE_SIZE=4096 arches.
We will still pack as much frames as possible on arches with big
pages, like PowerPC.
Signed-off-by: Eric Dumazet <edumazet@google.com>
---
drivers/net/ethernet/mellanox/mlx4/en_rx.c | 24 ++++++++++--------------
drivers/net/ethernet/mellanox/mlx4/mlx4_en.h | 8 --------
2 files changed, 10 insertions(+), 22 deletions(-)
Acked-by: Tariq Toukan <redacted>
Thanks.