]> asedeno.scripts.mit.edu Git - linux.git/commit
net/mlx5e: IPOIB, Add a missing skb_pull
authorTariq Toukan <tariqt@mellanox.com>
Thu, 31 May 2018 15:04:23 +0000 (18:04 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Fri, 1 Jun 2018 23:48:14 +0000 (16:48 -0700)
commitc90262f8468acfed573e195de9443007dad27451
treee4dd528a48a07bd64447c6f2c13a4ce6d533434a
parent4b3e85a52ae4ea516fe297acad32872bc13bf620
net/mlx5e: IPOIB, Add a missing skb_pull

A call to mlx5e_tx_skb_pull_inline was mistakenly dropped
in the cited patch. Get it back.

Fixes: 043dc78ecf07 ("net/mlx5e: TX, Use actual WQE size for SQ edge fill")
Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_tx.c