From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 3ED737F18 for ; Fri, 7 Nov 2014 14:59:26 +0100 (CET) Received: by mail-wg0-f48.google.com with SMTP id m15so3816219wgh.7 for ; Fri, 07 Nov 2014 06:08:58 -0800 (PST) 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=62girykIMSo5vn9daaLpACitoZxAX9Dzfx34/S9/4nw=; b=kD5YWZbLwQBISvqEO3v8m50iE+rDwCUhfn2wVKRTw/Y2r+5lX9WU+3kV7CYSA+YO4z q3n/2TuEUrfDMfoBT7K2isV4UqQ0MDVFeYEqFT3qroKgUTw18BGoOV6WZBCiJzeofc9y HjPhz5fDfsemWep+9YMv1GiSU4fkGiderobHMoycYSP+0wP0QCBnKxZzPbLmHuxDl76g IBYtCEnvkdCv8eLQNfBoduTxwnG0vPtgZoyc/F6XTdVaujTY1uUAqK06ttnNKkSeczpz TLQxP855WObFo//Lwn9GNc5QZiO6PFmUpcDM8c8F7k+2hL76Fz7fNOCFpqQ206X8RpFI qLmg== X-Gm-Message-State: ALoCoQlOoGhbjEHSf7epgteyyWfGwp0FYP0cZCuIz/lBAkQoiAkdWtZNUS8bMmS0SY0jcKViy0Zx X-Received: by 10.180.100.129 with SMTP id ey1mr5624077wib.28.1415369336981; Fri, 07 Nov 2014 06:08:56 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id n4sm2174555wiz.17.2014.11.07.06.08.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Nov 2014 06:08:56 -0800 (PST) From: Thomas Monjalon To: Bruce Richardson Date: Fri, 07 Nov 2014 15:08:37 +0100 Message-ID: <12637932.Y7zovmjmBL@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1415282132-11056-1-git-send-email-bruce.richardson@intel.com> References: <9190772.1rnKUO3oNV@xps13> <1415282132-11056-1-git-send-email-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, Qinglai Xiao Subject: Re: [dpdk-dev] [PATCH] distributor: add comments to make code more readable 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: Fri, 07 Nov 2014 13:59:26 -0000 2014-11-06 13:55, Bruce Richardson: > From: "Bruce Richardson" > > Add in some additional comments around more complex areas of the code > so as to make the code easier to read and understand. > > Signed-off-by: Bruce Richardson Applied Qinglai, if you change the design, you'll now have some comments to update ;) Thanks -- Thomas