From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=QKmdzJVJCD1Fh9rzVvdxwZR6aKRKZ3OfzQHZUmPBIyc=; b=UyofliYTADhUK2w9xMffXqEfwOHjzE3WpzWIlLpzPZiKIqm1PWecal/8+MrcXLhUKx 1psHvEGGQY9DHT6UfRGJ3DX18wdylfbcwgA9e6ZGnGtYGE6BaVoxirV8+gSl/e4NVGvN zoTMwH+wykwAsbGc39xHRIQQXWvPk4qbqdG7QWPOJbKAe4Smj/VWLM9qnORm6etVaiZq xMycihsftg825DFQ7kTkjCHBp34KxIb/+VvGGM1/FGJJsHyGKiIU8f7f4WjReoByO3e0 tPG7FIlxEyn9vetSXMX7EdhVbmYj/6wNS/Z7a9lk8xY85ld23/JszpX/bpiyJ9+/EyQq FcVQ== X-Gm-Message-State: ALoCoQlKsVCUBHFzkLpW8+6xJF8i4zDLfbNTLbzqg/8hXi5zyrVgXV9PnZt8balPMKdUULggZ2jX X-Received: by 10.180.208.7 with SMTP id ma7mr54145907wic.0.1433430178826; Thu, 04 Jun 2015 08:02:58 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id g15sm6728641wiv.22.2015.06.04.08.02.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Jun 2015 08:02:58 -0700 (PDT) From: Thomas Monjalon To: Bruce Richardson Date: Thu, 04 Jun 2015 17:02:06 +0200 Message-ID: <1991422.2bqYBlViPU@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <20150604134056.GC10532@bricha3-MOBL3> References: <1433359137-12720-1-git-send-email-rolette@infiniteio.com> <20150604133916.GB10532@bricha3-MOBL3> <20150604134056.GC10532@bricha3-MOBL3> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 1/3] kni: minor opto X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jun 2015 15:02:59 -0000 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 ;)