From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: [PATCH v2 0/2] net/mlx5: fix erroneous index handling for Tx ring Date: Tue, 9 May 2017 13:49:29 -0700 Message-ID: References: <20170506012018.18579-1-yskoh@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , , , Yongseok Koh To: Return-path: Received: from EUR01-HE1-obe.outbound.protection.outlook.com (mail-he1eur01on0082.outbound.protection.outlook.com [104.47.0.82]) by dpdk.org (Postfix) with ESMTP id CFC5E5A8D for ; Tue, 9 May 2017 22:49:47 +0200 (CEST) In-Reply-To: <20170506012018.18579-1-yskoh@mellanox.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" 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(-) -- 2.11.0