From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/3] kni: minor opto Date: Thu, 04 Jun 2015 17:02:06 +0200 Message-ID: <1991422.2bqYBlViPU@xps13> References: <1433359137-12720-1-git-send-email-rolette@infiniteio.com> <20150604133916.GB10532@bricha3-MOBL3> <20150604134056.GC10532@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id F11BEC380 for ; Thu, 4 Jun 2015 17:02:58 +0200 (CEST) Received: by wifw1 with SMTP id w1so61833263wif.0 for ; Thu, 04 Jun 2015 08:02:58 -0700 (PDT) In-Reply-To: <20150604134056.GC10532@bricha3-MOBL3> 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" 2015-06-04 14:40, Bruce Richardson: > On Thu, Jun 04, 2015 at 02:39:17PM +0100, Bruce Richardson wrote: > > On Wed, Jun 03, 2015 at 02:18:55PM -0500, Jay Rolette wrote: > > > Don't need the 'safe' version of list_for_each_entry() if you aren't deleting from the list as you iterate over it > > > > > > Signed-off-by: Jay Rolette > > > > Acked-by: Bruce Richardson > > > Forgot to mention though, that the commit title needs to be a little more > descriptive. So you should not ack this version ;)