commit | 24fd07abfa3584b91f65002956d3d5a5db169185 | [log] [tgz] |
---|---|---|
author | Tariq Toukan <tariqt@mellanox.com> | Thu Feb 15 18:27:06 2018 +0200 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Tue Mar 27 17:17:27 2018 -0700 |
tree | ef2462345d70e1449ca3c9048c5b9d25b10bad3b | |
parent | bd658dda423781dbe775a2d87d662a3145ec05a6 [diff] |
net/mlx5e: Use no-offset function in skb header copy In copying skb header to skb->data, replace the call to skb_copy_to_linear_data_offset() with a zero offset with the call to the no-offset function skb_copy_to_linear_data(). Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>