Re: [dpdk-dev] [PATCH] net/mlx5: fix tunnel offload detection

2017-09-05 Thread Ferruh Yigit
On 9/4/2017 4:07 PM, Nélio Laranjeiro wrote: > On Mon, Sep 04, 2017 at 07:43:51PM +0800, Xueming Li wrote: >> PMD driver got random tunnel_en value on ConnextX-4LX NIC, depends on >> compile optimization level. The variable was not initialized and >> detection logic was absent. Fixes: f5fde5205101

Re: [dpdk-dev] [PATCH] net/mlx5: fix tunnel offload detection

2017-09-04 Thread Nélio Laranjeiro
On Mon, Sep 04, 2017 at 07:43:51PM +0800, Xueming Li wrote: > PMD driver got random tunnel_en value on ConnextX-4LX NIC, depends on > compile optimization level. The variable was not initialized and > detection logic was absent. > > Fixes: 578ff15e ("net/mlx5: add hardware checksum offload for tun

[dpdk-dev] [PATCH] net/mlx5: fix tunnel offload detection

2017-09-04 Thread Xueming Li
PMD driver got random tunnel_en value on ConnextX-4LX NIC, depends on compile optimization level. The variable was not initialized and detection logic was absent. Fixes: 578ff15e ("net/mlx5: add hardware checksum offload for tunnel packets") Signed-off-by: Xueming Li Acked-by: Shahaf Shuler ---