From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 7300012A8 for ; Thu, 2 Jul 2015 17:14:11 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 02 Jul 2015 08:14:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,393,1432623600"; d="scan'208";a="517855775" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by FMSMGA003.fm.intel.com with ESMTP; 02 Jul 2015 08:14:09 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.216]) by IRSMSX154.ger.corp.intel.com ([169.254.12.91]) with mapi id 14.03.0224.002; Thu, 2 Jul 2015 16:14:09 +0100 From: "Mcnamara, John" To: Thomas Monjalon , "Lu, Wenzhuo" Thread-Topic: [dpdk-dev] [PATCH v2 1/7] ethdev: add support for ieee1588 timestamping Thread-Index: AQHQsnF4BP6Q8VnEPE6qstXwYE+MQZ3H6wiAgABjVpA= Date: Thu, 2 Jul 2015 15:14:08 +0000 Message-ID: References: <1435585344-26652-1-git-send-email-john.mcnamara@intel.com> <1435585344-26652-2-git-send-email-john.mcnamara@intel.com> <11048333.PsytsIIXGZ@xps13> In-Reply-To: <11048333.PsytsIIXGZ@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] 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 1/7] ethdev: add support for ieee1588 timestamping 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, 02 Jul 2015 15:14:11 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Thursday, July 2, 2015 11:18 AM > To: Mcnamara, John > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 1/7] ethdev: add support for ieee1588 > timestamping >=20 > No, you cannot add new symbols in DPDK_2.0 node. > Please use DPDK_2.1 node. I'll fix in a V3. John. --=20