From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 190681B283 for ; Fri, 10 Nov 2017 03:32:43 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Nov 2017 18:32:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,372,1505804400"; d="scan'208";a="389380" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.224.59]) ([10.241.224.59]) by FMSMGA003.fm.intel.com with ESMTP; 09 Nov 2017 18:32:42 -0800 To: Adrien Mazarguil , Moti Haimovsky Cc: dev@dpdk.org References: <1510166831-153992-1-git-send-email-motih@mellanox.com> <1510217973-178845-1-git-send-email-motih@mellanox.com> <20171109091831.GY24849@6wind.com> From: Ferruh Yigit Message-ID: <8c6b760a-9752-1213-8fe9-ff2cacb5263b@intel.com> Date: Thu, 9 Nov 2017 18:32:41 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171109091831.GY24849@6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3] net/mlx4: fix Rx packet type offloads X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Nov 2017 02:32:44 -0000 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 > > Acked-by: Adrien Mazarguil Applied to dpdk/master, thanks.