[dpdk-dev] [PATCH v3] net/mlx4: fix Rx packet type offloads

Ferruh Yigit ferruh.yigit at intel.com
Fri Nov 10 03:32:41 CET 2017


On 11/9/2017 1:18 AM, Adrien Mazarguil wrote:
> On Thu, Nov 09, 2017 at 10:59:33AM +0200, Moti Haimovsky wrote:
>> 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: aee4a03fee4f ("net/mlx4: enhance Rx packet type offloads")
>>
>> Signed-off-by: Moti Haimovsky <motih at mellanox.com>
> 
> Acked-by: Adrien Mazarguil <adrien.mazarguil at 6wind.com>

Applied to dpdk/master, thanks.


More information about the dev mailing list