From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/mlx5: fix multi segment packet send Date: Thu, 5 Jan 2017 18:55:58 +0000 Message-ID: References: <1482766116-6202-1-git-send-email-shahafs@mellanox.com> <20161227102127.GG22106@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, stable@dpdk.org To: Adrien Mazarguil , Shahaf Shuler Return-path: In-Reply-To: <20161227102127.GG22106@6wind.com> 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 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)