From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 2/2] driver/net/mpipe: fix the crash/hung issue when testpmd quits Date: Tue, 9 Feb 2016 15:59:25 +0000 Message-ID: <20160209155925.GC7248@bricha3-MOBL3> References: <1450813790-11874-3-git-send-email-lsun@ezchip.com> <1452263948-22485-1-git-send-email-lsun@ezchip.com> <1452263948-22485-2-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 686FF1396 for ; Tue, 9 Feb 2016 16:59:29 +0100 (CET) Content-Disposition: inline In-Reply-To: <1452263948-22485-2-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 Fri, Jan 08, 2016 at 09:39:08AM -0500, Liming Sun wrote: > 1. Fixed the compiling issue of the ethtool example on tilegx > platform. > 2. Fixed the hung/crash issue when quitting testpmd under high > traffic rate. The buffer error bit needs to be checked before > processing the idesc and releasing the buffer. Code logic is > also simplified. > Again, with two issues being solved, this looks like two patches. Can you also describe exactly the causes of the individual issues in each patch and how the patch fixes them. Please also include a fixes line for each patch as described here: http://dpdk.org/doc/guides/contributing/patches.html#commit-messages-body Thanks, /Bruce