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 2D7D68E7A for ; Tue, 3 Nov 2015 15:56:14 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 03 Nov 2015 06:56:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,239,1444719600"; d="scan'208";a="810695620" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga001.jf.intel.com with ESMTP; 03 Nov 2015 06:56:12 -0800 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.139]) by IRSMSX107.ger.corp.intel.com ([169.254.10.49]) with mapi id 14.03.0248.002; Tue, 3 Nov 2015 14:56:10 +0000 From: "Tahhan, Maryam" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v2 1/1] ethdev: distinguish between drop and error stats Thread-Index: AQHRCmicEo5mUGdH+UKPLPinIcF7k56JfLOAgADhAmCAAAwXgIAAELUw Date: Tue, 3 Nov 2015 14:56:09 +0000 Message-ID: <1A27633A6DA49C4A92FCD5D4312DBF536A5E6409@IRSMSX109.ger.corp.intel.com> References: <1445257253-3673-1-git-send-email-maryam.tahhan@intel.com> <3108772.cu7MlmvWl0@xps13> <1A27633A6DA49C4A92FCD5D4312DBF536A5E618C@IRSMSX109.ger.corp.intel.com> <5290737.oElNeekJhY@xps13> In-Reply-To: <5290737.oElNeekJhY@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 1/1] ethdev: distinguish between drop and error stats 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, 03 Nov 2015 14:56:14 -0000 > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Tuesday, November 3, 2015 1:56 PM > To: Tahhan, Maryam > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 1/1] ethdev: distinguish between drop a= nd > error stats >=20 > 2015-11-03 13:14, Tahhan, Maryam: > > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > > There was not a lot of comments on this proposal. > > > If the idea is well received, it needs to be implemented in drivers, > > > at least few of them. > > > > Hi Thomas > > I was waiting to implement it across the drivers when I knew it was goi= ng to > be merged to master. It shouldn't break anything that's currently using e= thdev > stats and should be relatively straight forward to implement for the driv= ers. > Does it makes sense to add it into drivers now or wait for the next open = DPDK > window? >=20 > It's better to change API only when it is used by some drivers. > We can wait the release 2.3 to integrate it. Ok, I will wait for 2.3 and integrate it with the drivers. Thanks.