commit | 60c7f5ae5416a8491216bcccf6b3b3d842d69fa4 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Mar 08 08:17:11 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 09 09:54:46 2017 -0800 |
tree | f303633a8c8443b7d489d91841069665c2e4d890 | |
parent | acd7628de05c73118aab7ae4847a5b5b2c6999c9 [diff] |
mlx4: removal of frag_sizes[] 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> Acked-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>