net/mlx5: fix offload flags in SSE Rx
authorYongseok Koh <yskoh@mellanox.com>
Wed, 2 Aug 2017 17:29:52 +0000 (10:29 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 3 Aug 2017 21:24:44 +0000 (23:24 +0200)
commit58db3b6fe92234bed9e2306b66b5daf4f591fb13
treef4bc03dcc00b81e6e37a4818feb08d206346ace9
parent545b884b1da384106327cef1a2124ab986831076
net/mlx5: fix offload flags in SSE Rx

The pinfo variable has wrong data. This has to have merged data of two
fields from Rx completion - pkt_info and hdr_type_etc.

Fixes: 6cb559d67b83 ("net/mlx5: add vectorized Rx/Tx burst for x86")

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