net/mlx5: fix ethernet header re-writing
authorNélio Laranjeiro <nelio.laranjeiro@6wind.com>
Thu, 2 Feb 2017 10:34:11 +0000 (11:34 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 10 Feb 2017 11:25:48 +0000 (12:25 +0100)
commit0d637a34cbb2287dc8e285322ba84126c2d4b6e7
tree3507df3127cf70e38e1bd72463ba818e1ec38c83
parente9ddf37a507d42d6b343ec7dcb462adcefb9ac30
net/mlx5: fix ethernet header re-writing

First two bytes of the Ethernet header was written twice at the same place.

Fixes: b8fe952ec5b6 ("net/mlx5: prepare Tx vectorization")

Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
drivers/net/mlx5/mlx5_rxtx.c