From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 130382C4F; Fri, 20 Jan 2017 19:44:26 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jan 2017 10:44:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,259,1477983600"; d="scan'208";a="924874110" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga003.jf.intel.com with ESMTP; 20 Jan 2017 10:44:19 -0800 To: Adrien Mazarguil , Nelio Laranjeiro References: <582098dca09b3d3bb70ec24e6c44426a63348392.1484925981.git.nelio.laranjeiro@6wind.com> <3ca6440e12f5c7489673be37ad0bd164938cdf4d.1484925981.git.nelio.laranjeiro@6wind.com> <20170120164823.GK3779@6wind.com> Cc: dev@dpdk.org, stable@dpdk.org From: Ferruh Yigit Message-ID: <8283eca6-9feb-e4f5-f55a-df94feae3548@intel.com> Date: Fri, 20 Jan 2017 18:44:18 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <20170120164823.GK3779@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 2/2] net/mlx5: fix Rx packet validation and type 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, 20 Jan 2017 18:44:27 -0000 On 1/20/2017 4:48 PM, Adrien Mazarguil wrote: > On Fri, Jan 20, 2017 at 04:27:29PM +0100, Nelio Laranjeiro wrote: >> Rx checksum validation and packet type offloads are read from the wrong >> location. >> >> Fixes: 501505c5608a ("net/mlx: fix IPv4 and IPv6 packet type") >> Fixes: 350f4c482e46 ("net/mlx5: fix Rx checksum macros") >> Fixes: 6218063b39a6 ("net/mlx5: refactor Rx data path") >> >> Cc: stable@dpdk.org >> Signed-off-by: Nelio Laranjeiro >> --- >> drivers/net/mlx5/mlx5_prm.h | 47 +++++++++++++++++++++++++---------------- >> drivers/net/mlx5/mlx5_rxtx.c | 50 +++++++++++++++++++------------------------- >> 2 files changed, 50 insertions(+), 47 deletions(-) > > Acked-by: Adrien Mazarguil Applied to dpdk-next-net/master, thanks.