From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 2BAFCDE5 for ; Mon, 16 Jan 2017 17:18:39 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 16 Jan 2017 08:18:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,239,1477983600"; d="scan'208";a="809499329" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by FMSMGA003.fm.intel.com with ESMTP; 16 Jan 2017 08:18:38 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.77]) by IRSMSX106.ger.corp.intel.com ([169.254.8.197]) with mapi id 14.03.0248.002; Mon, 16 Jan 2017 16:18:37 +0000 From: "Mcnamara, John" To: Thomas Monjalon , "Horton, Remy" CC: "Pattan, Reshma" , "dev@dpdk.org" , "olivier.matz@6wind.com" Thread-Topic: [dpdk-dev] [PATCH v6 4/4] latencystats: added new library for latency stats Thread-Index: AQHSbYL7suCzHc2z3EGH6Pnmd8//aqE7Mxdg Date: Mon, 16 Jan 2017 16:18:36 +0000 Message-ID: References: <1484150594-3758-1-git-send-email-remy.horton@intel.com> <8494765.8zaa745I9T@xps13> <13507107.EIuE9WulkJ@xps13> In-Reply-To: <13507107.EIuE9WulkJ@xps13> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTNjYzYxMTQtZTM4My00MTZhLTkyOTEtOTFhOTBkYjlkODM5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImZQdGF2VG1LejNWdDZ6WEdUZzk0K0RFdzVVTzNLSllUY1EzbCtjVHVHZzg9In0= x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v6 4/4] latencystats: added new library for latency stats X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2017 16:18:40 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Friday, January 13, 2017 9:54 AM > To: Mcnamara, John ; Horton, Remy > > Cc: Pattan, Reshma ; dev@dpdk.org; > olivier.matz@6wind.com > Subject: Re: [dpdk-dev] [PATCH v6 4/4] latencystats: added new library fo= r > latency stats > > ... > > > > Is that an issue? The other patch adds the same field for more or less > the same purpose. > > If the other patch goes in we can rework this patch or if this patch > > goes in the other one won't be required. >=20 > Yes > The only issue is that it is not yet accepted or merged. > I think Olivier was considering it in a more global mbuf rework. Hi, I think we should put the timestamp into this release since more than=20 one developer/feature is looking for it. If Olivier does the rework in the next release he can move it or leave it in the current position. John