net/mlx4: fix Rx offload non-fragmented indication
authorMoti Haimovsky <motih@mellanox.com>
Tue, 30 Jan 2018 17:02:51 +0000 (19:02 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 6 Feb 2018 11:51:30 +0000 (12:51 +0100)
commitc7aaaecd41d9a34a8753aca70c7527ae0c03eb85
tree1e231f8b4756754f38c9ccaee983827d49cb34f0
parentb87c06483ae805846bfb3ec2594c62ac80f0a8e1
net/mlx4: fix Rx offload non-fragmented indication

This patch fixes the missing RTE_PTYPE_L4_NONFRAG on non-fragmented
IP packets with unrecognized payload type.

Fixes: aee4a03fee4f ("net/mlx4: enhance Rx packet type offloads")
Cc: stable@dpdk.org
Signed-off-by: Moti Haimovsky <motih@mellanox.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
drivers/net/mlx4/mlx4_rxtx.c