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 072452904 for ; Wed, 6 Apr 2016 11:03:13 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP; 06 Apr 2016 02:03:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,447,1455004800"; d="scan'208";a="80013669" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga004.fm.intel.com with ESMTP; 06 Apr 2016 02:03:12 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.19]) by IRSMSX154.ger.corp.intel.com ([169.254.12.173]) with mapi id 14.03.0248.002; Wed, 6 Apr 2016 10:02:44 +0100 From: "Van Haaren, Harry" To: Thomas Monjalon , "'David Harton (dharton)'" CC: "dev@dpdk.org" , "Tahhan, Maryam" Thread-Topic: [dpdk-dev] [PATCH] doc: announce xstats api change for 16.07 Thread-Index: AQHRj2TGC1w7MzqL2k2CwLQlTw7bAZ97pzcAgAD4zIA= Date: Wed, 6 Apr 2016 09:02:43 +0000 Message-ID: References: <1459879089-3430-1-git-send-email-harry.van.haaren@intel.com> <1955261.zYXyGahjVu@xps13> In-Reply-To: <1955261.zYXyGahjVu@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjczOWY2MDctODZjZC00YjEyLWJjODAtMGEyZmFlODU3NDYyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InJOM3I4VFhPXC9Ob01ES0hCd3VEYlNjMXY1REhBNXNKcHBuWHdWTlBxK0dJPSJ9 x-ctpclassification: CTP_IC 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] doc: announce xstats api change for 16.07 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: Wed, 06 Apr 2016 09:03:14 -0000 + David Harton, > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Subject: Re: [dpdk-dev] [PATCH] doc: announce xstats api change for 16.07 > 2016-04-05 18:58, Harry van Haaren: > > +* ABI change is planned for the xstats API > Have you already submitted a RFC patch to let us have an opinion on the c= hange? > We need, at least, to see the structure changes. This API break is to allow changing the API of xstats given the conversatio= n that was on-list, as discussed in this thread: http://thread.gmane.org/gmane.comp.networking.dpdk.devel/31728/focus=3D3190= 3 The issue we are going to fix is that currently PMDs copy strings when retr= ieving statistics, which causes unnecessary overhead. The implementation is= not decided yet, but using an int->value mapping seems logical. The rte_eth_xstats struct size may be modified, and the API to retrieve sta= tistics will be modified.