commit | 29c2849e0d204bdc892842e2aae744d2219f07f2 | [log] [tgz] |
---|---|---|
author | Tariq Toukan <tariqt@mellanox.com> | Sun Jul 02 17:33:59 2017 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Sun Sep 03 06:34:09 2017 +0300 |
tree | 35a4a3875543dd75b01c97d70621cdbac13f23a7 | |
parent | 70871f1ec4a7e2d52683a53a5ee596790080a2c3 [diff] |
net/mlx5e: Slightly increase RX page-cache size In XDP_TX flow, we now get back quicker to each page in page-cache, and on some occasions refcount does not get back to 1 on time, causing some costly page allocations. Slightly increase the size of RX page-cache to significantly decrease the chances for this to happen. Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>