From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/mlx5: fix tunnel offload detection Date: Tue, 5 Sep 2017 16:56:58 +0100 Message-ID: References: <20170904114351.104617-1-xuemingl@mellanox.com> <20170904150712.izwsar2m5pm6tdlq@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Adrien Mazarguil , dev@dpdk.org To: =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , Xueming Li Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 7D42D293B for ; Tue, 5 Sep 2017 17:57:00 +0200 (CEST) In-Reply-To: <20170904150712.izwsar2m5pm6tdlq@localhost> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 ("net/mlx5: add hardware checksum offload for tunnel packets") Cc: stable@dpdk.org >> >> Signed-off-by: Xueming Li >> Acked-by: Shahaf Shuler > Acked-by: Nelio Laranjeiro Applied to dpdk-next-net/master, thanks.