commit | 78aedd327982ddd3cbb6ffc58f6fe0179cb6238b | [log] [tgz] |
---|---|---|
author | Tariq Toukan <tariqt@mellanox.com> | Wed Jan 18 14:28:53 2017 +0200 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Thu Jun 22 14:30:13 2017 +0300 |
tree | 88568429baf9707a7c503814c2f0ecd5580cefcf | |
parent | 3d09198243b89457649241fb63f809a96a22a8ce [diff] |
net/mlx5e: Build SKB with exact frag_size Build the SKB over the receive packet instead of the whole page. Getting the SKB's linear data and shared_info closer improves locality. In addition, this opens up the possibility to make use of other parts of the page in the downstream page-reuse patch. Fixes: 1bfecfca565c ("net/mlx5e: Build RX SKB on demand") Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>