From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id DAD062A7 for ; Tue, 17 Jun 2014 13:44:29 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 17 Jun 2014 04:39:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,493,1400050800"; d="scan'208";a="558818055" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga002.jf.intel.com with ESMTP; 17 Jun 2014 04:44:40 -0700 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.239]) by IRSMSX103.ger.corp.intel.com ([169.254.3.58]) with mapi id 14.03.0123.003; Tue, 17 Jun 2014 12:42:57 +0100 From: "Ananyev, Konstantin" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v2 0/7] add mtu and flow control handlers Thread-Index: AQHPhwy3DNZ+AHlmXEexeQr1GYA9WZtz+DGggAD49gCAABKmUP//+YCAgAA2r6A= Date: Tue, 17 Jun 2014 11:42:56 +0000 Message-ID: <2601191342CEEE43887BDE71AB9772580EFB76F6@IRSMSX105.ger.corp.intel.com> References: <1402666663-10260-1-git-send-email-david.marchand@6wind.com> <539FFF5A.80307@6wind.com> <2601191342CEEE43887BDE71AB9772580EFB75F6@IRSMSX105.ger.corp.intel.com> <18221367.CmmvaOYvmf@xps13> In-Reply-To: <18221367.CmmvaOYvmf@xps13> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v2 0/7] add mtu and flow control handlers 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: Tue, 17 Jun 2014 11:44:30 -0000 >As you konw, rte_ether.h is for ethernet definition >(and should be located in librte_net). >For RTE_IPV4_MIN_MTU, I think librte_net/rte_ip.h is more appropriate. Yes, it is. Konstantin