From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 1/4] net/af_packet: add iface name to internals Date: Thu, 5 Jan 2017 14:04:38 +0000 Message-ID: References: <1483624424-2806-1-git-send-email-ciwillia@brocade.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: linville@tuxdriver.com To: "Charles (Chas) Williams" , dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 56A773777 for ; Thu, 5 Jan 2017 15:04:41 +0100 (CET) In-Reply-To: <1483624424-2806-1-git-send-email-ciwillia@brocade.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/5/2017 1:53 PM, Charles (Chas) Williams wrote: > This will be used by later changes to determine the underlying linux > interface. > > Signed-off-by: Charles (Chas) Williams Hi Charles, Independent from the patch content, it will be useful if you can send new patchset as reply to previous one, this way all patches will be in same mail thread, this will help to trace/review them, also it will be easier to find them in mail archive in the future. Another thing is, if you can add a version diff in the comment log, after "---", that helps others to understand what has been changed in this new version. Thanks, ferruh <...>