From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/2] net/mlx5: fix erroneous index handling for Tx ring Date: Wed, 10 May 2017 18:06:08 +0200 Message-ID: <2632169.mBh21d6xNu@xps> References: <20170506012018.18579-1-yskoh@mellanox.com> <20170509221033.GQ16218@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Adrien Mazarguil , Ferruh Yigit , nelio.laranjeiro@6wind.com, hhaim@cisco.com To: Yongseok Koh Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id EC5FE14EC for ; Wed, 10 May 2017 18:06:09 +0200 (CEST) In-Reply-To: <20170509221033.GQ16218@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" 10/05/2017 00:10, Adrien Mazarguil: > On Tue, May 09, 2017 at 01:49:29PM -0700, Yongseok Koh wrote: > > This patchset is to fix a critical bug which can occur in case of resource > > deficiency on Tx path. Flowing multi-segment packets can accelerate the > > occurrence rate. > > > > v2: > > * Split the patch into two separate ones to make back-port easier. > > * Added "Fiexes:" tag and "CC: stable@dpdk.org" for the bug fix. > > > > Yongseok Koh (2): > > net/mlx5: fix erroneous index handling for Tx ring > > net/mlx5: change error-prone code on Tx path > > > > drivers/net/mlx5/mlx5_rxtx.c | 51 +++++++++++++++++++------------------------- > > 1 file changed, 22 insertions(+), 29 deletions(-) > > For the series: > > Acked-by: Adrien Mazarguil > > Thanks for extracting the fix into a separate patch. > > Ferruh, Thomas, is there still time to include this for 17.05 given the > seriousness of this bug? Applied, thanks