From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v3] driver/net/mpipe: fix the crash/hung issue when testpmd quits Date: Fri, 26 Feb 2016 17:35:58 +0000 Message-ID: <20160226173558.GE28808@bricha3-MOBL3> References: <1452263948-22485-2-git-send-email-lsun@ezchip.com> <1455081321-10484-1-git-send-email-lsun@ezchip.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Liming Sun Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 636A55AB3 for ; Fri, 26 Feb 2016 18:36:02 +0100 (CET) Content-Disposition: inline In-Reply-To: <1455081321-10484-1-git-send-email-lsun@ezchip.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Feb 10, 2016 at 12:15:21AM -0500, Liming Sun wrote: > Fixes: the hung/crash issue when quitting testpmd under high > traffic rate. The following issue were found and fixed. > 1. edesc->size is not initialized properly in mpipe_do_xmit() and could > cause buffer leak or corruption when HW buffer return is used. > 2. Check the 'idesc.be' error bit in mpipe_recv_flush() to make sure > buffer is valid before releasing it. This is to avoid issues when > running out of buffers. > 3. priv->rx_buffers counter is not accurate when HW buffer return is > used. Remove this counter to simplify the code. > > Signed-off-by: Liming Sun > Acked-by: Zhigang Lu > --- Applied to dpdk-next-net/rel_16_04 /Bruce