From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E67574D27 for ; Wed, 24 Oct 2018 16:49:11 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Oct 2018 07:49:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,420,1534834800"; d="scan'208";a="102099254" Received: from klaatz-mobl.ger.corp.intel.com (HELO [10.237.220.107]) ([10.237.220.107]) by fmsmga001.fm.intel.com with ESMTP; 24 Oct 2018 07:49:08 -0700 To: Thomas Monjalon Cc: dev@dpdk.org, harry.van.haaren@intel.com, stephen@networkplumber.org, gaetan.rivet@6wind.com, shreyansh.jain@nxp.com, mattias.ronnblom@ericsson.com, bruce.richardson@intel.com References: <20181022110014.82153-1-kevin.laatz@intel.com> <20181024132725.5142-1-kevin.laatz@intel.com> <2719828.p5IpHx36I6@xps> From: "Laatz, Kevin" Message-ID: <92881123-98b4-509c-bd56-6a418730c983@intel.com> Date: Wed, 24 Oct 2018 15:49:07 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <2719828.p5IpHx36I6@xps> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v7 00/13] introduce telemetry library 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: Wed, 24 Oct 2018 14:49:12 -0000 On 24/10/2018 15:13, Thomas Monjalon wrote: > 24/10/2018 15:27, Kevin Laatz: >> This patchset introduces a Telemetry library for DPDK Service Assurance. >> This library provides an easy way to query DPDK Ethdev metrics. > This new library is not defined as experimental. > Is it on purpose? > > We are supposed to give an experimental period to new APIs: > http://doc.dpdk.org/guides/contributing/versioning.html#general-guidelines Will do, Thanks.