From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 5/8] sample/vhost:remove ip_hdr structure defination Date: Wed, 11 Nov 2015 11:05:01 +0100 Message-ID: <9350583.vPnT7bVTb2@xps13> References: <1447224046-1169-1-git-send-email-jijiang.liu@intel.com> <1447224046-1169-6-git-send-email-jijiang.liu@intel.com> <20151111083400.GB2326@yliu-dev.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Yuanhan Liu Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 41B5C8D85 for ; Wed, 11 Nov 2015 11:06:13 +0100 (CET) Received: by wmec201 with SMTP id c201so39597199wme.1 for ; Wed, 11 Nov 2015 02:06:13 -0800 (PST) In-Reply-To: <20151111083400.GB2326@yliu-dev.sh.intel.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" 2015-11-11 16:34, Yuanhan Liu: > On Wed, Nov 11, 2015 at 02:40:43PM +0800, Jijiang Liu wrote: > > Remove the ip_hdr structure defination. > > Even for such simple patch, you need state why. Stating that > "remove ip_hdr structure defination because we already have > that in rte_ip.h" will definitely let others to accept your > patch eaiser. Yes, thanks Yuanhan.