From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <reshma.pattan@intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id 56B63590B
 for <dev@dpdk.org>; Tue, 25 Oct 2016 14:40:02 +0200 (CEST)
Received: from orsmga005.jf.intel.com ([10.7.209.41])
 by fmsmga102.fm.intel.com with ESMTP; 25 Oct 2016 05:40:01 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.31,545,1473145200"; d="scan'208";a="23477962"
Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75])
 by orsmga005.jf.intel.com with ESMTP; 25 Oct 2016 05:40:00 -0700
Received: from irsmsx109.ger.corp.intel.com ([169.254.13.122]) by
 IRSMSX153.ger.corp.intel.com ([169.254.9.226]) with mapi id 14.03.0248.002;
 Tue, 25 Oct 2016 13:39:59 +0100
From: "Pattan, Reshma" <reshma.pattan@intel.com>
To: Oleg Kuporosov <olegk@mellanox.com>, Olivier Matz <olivier.matz@6wind.com>
CC: "Richardson, Bruce" <bruce.richardson@intel.com>, "Ananyev, Konstantin"
 <konstantin.ananyev@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [dpdk-dev] [PATCH 1/3] mbuf: embedding timestamp into the packet
Thread-Index: AQHSJV8ThfAmOPJOW0KOln5cWxpuAaCuUVSAgAFD5gCAAG7pgIAJKgiA
Date: Tue, 25 Oct 2016 12:39:59 +0000
Message-ID: <3AEA2BF9852C6F48A459DA490692831F010BD1E5@IRSMSX109.ger.corp.intel.com>
References: <1476369308-17021-1-git-send-email-olegk@mellanox.com>
 <1476369308-17021-2-git-send-email-olegk@mellanox.com>
 <efb55b81-339b-6706-12ef-d67bae6e6c5f@6wind.com>
 <3AEA2BF9852C6F48A459DA490692831F010AFE30@IRSMSX109.ger.corp.intel.com>
 <AM4PR0501MB2785EE15A56BBE62012CF72CCFD20@AM4PR0501MB2785.eurprd05.prod.outlook.com>
In-Reply-To: <AM4PR0501MB2785EE15A56BBE62012CF72CCFD20@AM4PR0501MB2785.eurprd05.prod.outlook.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzQ5NTZjNjQtYWY2Ni00YWFhLWI1Y2EtY2U3ZDY1ZmJlMWZjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjE4a05nb3ZuVkphWXpheVlteUFCMFFZRTRnK3Z1ZFRQSHFUXC85dTB4SWpnPSJ9
x-ctpclassification: CTP_IC
x-originating-ip: [163.33.239.182]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH 1/3] mbuf: embedding timestamp into the packet
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 25 Oct 2016 12:40:02 -0000

Hi,

> -----Original Message-----
> From: Oleg Kuporosov [mailto:olegk@mellanox.com]
> Sent: Wednesday, October 19, 2016 6:40 PM
> To: Pattan, Reshma <reshma.pattan@intel.com>; Olivier Matz
> <olivier.matz@6wind.com>
> Cc: Richardson, Bruce <bruce.richardson@intel.com>; Ananyev, Konstantin
> <konstantin.ananyev@intel.com>; dev@dpdk.org
> Subject: RE: [dpdk-dev] [PATCH 1/3] mbuf: embedding timestamp into the
> packet
>=20
> Hello Reshma
>=20
> > I just read this mail chain, to make every one aware again, I am
> > emphasizing on the point that I am also adding new "time_arraived"
> > field to mbuf struct as part of  below 17.02 Road map item.
>=20
> Thanks for your work for extending statistics support in DPDK.
>=20
> "time_arrived" points here for mostly RX path, while more common term use=
d
> "timestamp"
> Allows also using it for TX path as well in the future.
>=20

I will take a note of this for next revision.

Thanks,
Reshma