commit | 5e7d77a9c5738457cdaa6bc230799c8f80733481 | [log] [tgz] |
---|---|---|
author | Tariq Toukan <tariqt@mellanox.com> | Thu May 24 13:44:24 2018 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Fri Jun 01 16:48:14 2018 -0700 |
tree | 11df478510455afedd88703fba07a8d8dc2d9974 | |
parent | 98db16bab59fed3834cd0c0f4a3dbca57a61fad5 [diff] |
net/mlx5e: TX, Obsolete maintaining local copies of skb->len/data Instead of maintaining a local copy of skb->len/data and updating it upon every copy to the WQE inline part, just calculate it once when needed, using the ihs. This obsoletes the function mlx5e_tx_skb_pull_inline. Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>