From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 3486929CF; Thu, 5 Jan 2017 19:56:00 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 05 Jan 2017 10:55:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,322,1477983600"; d="scan'208";a="49946931" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by fmsmga005.fm.intel.com with ESMTP; 05 Jan 2017 10:55:58 -0800 To: Adrien Mazarguil , Shahaf Shuler References: <1482766116-6202-1-git-send-email-shahafs@mellanox.com> <20161227102127.GG22106@6wind.com> Cc: dev@dpdk.org, stable@dpdk.org From: Ferruh Yigit Message-ID: Date: Thu, 5 Jan 2017 18:55:58 +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: <20161227102127.GG22106@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] net/mlx5: fix multi segment packet send 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: Thu, 05 Jan 2017 18:56:01 -0000 On 12/27/2016 10:21 AM, Adrien Mazarguil wrote: > Hi Shahaf, > > On Mon, Dec 26, 2016 at 05:28:36PM +0200, Shahaf Shuler wrote: >> Dseg pointer is not initialised when the first segment is inlined >> causing a segmentation fault in such situation. >> >> Fixes: 2a66cf378954 ("net/mlx5: support inline send") >> >> CC: stable@dpdk.org >> Signed-off-by: Shahaf Shuler ... > Acked-by: Adrien Mazarguil Applied to dpdk-next-net/master, thanks. (whitespace int the comment fixed)