numam-dpdk/drivers
Moti Haimovsky 78214fb882 net/mlx4: fix Rx packet type offloads
This patch improves Rx packet type offload report in case the device is
a virtual function device.
In these devices we observed that the L2 tunnel flag is set also for
non-tunneled packets, this leads to a complete misinterpretation of the
packet type being received.
This issue occurs since the tunnel_mode is not set to 0x7 by the driver
for virtual devices and therefore the value in the L2 tunnel flag is
meaningless and should be ignored.

Fixes: aee4a03fee ("net/mlx4: enhance Rx packet type offloads")

Signed-off-by: Moti Haimovsky <motih@mellanox.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
2017-11-10 02:29:56 +00:00
..
bus bus/pci: fix PPC condition for IOMMU class 2017-11-07 17:04:09 +01:00
crypto bus/vdev: move code from EAL into a new driver 2017-11-07 16:54:07 +01:00
event bus/vdev: move code from EAL into a new driver 2017-11-07 16:54:07 +01:00
mempool mempool: rename address mapping function to IOVA 2017-11-06 22:26:13 +01:00
net net/mlx4: fix Rx packet type offloads 2017-11-10 02:29:56 +00:00
Makefile drivers: add net as dependency for event drivers 2017-10-25 14:03:43 +02:00