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 BD01F1B2B3 for ; Fri, 6 Oct 2017 12:03:18 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Oct 2017 03:03:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,482,1500966000"; d="scan'208";a="1179312280" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga001.jf.intel.com with ESMTP; 06 Oct 2017 03:03:16 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 6 Oct 2017 11:03:15 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by irsmsx111.ger.corp.intel.com ([169.254.2.30]) with mapi id 14.03.0319.002; Fri, 6 Oct 2017 11:03:15 +0100 From: "Dumitrescu, Cristian" To: Thomas Monjalon CC: "dev@dpdk.org" , "adrien.mazarguil@6wind.com" , "jerin.jacob@caviumnetworks.com" , "hemant.agrawal@nxp.com" Thread-Topic: [dpdk-dev] [PATCH 2/3] ethdev: add new rte_mtr API for traffic metering and policing Thread-Index: AQHTMtyBUqIg0ZWDNUqUUlMQn+TlYKLWrreQ Date: Fri, 6 Oct 2017 10:03:14 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BACA99B@IRSMSX108.ger.corp.intel.com> References: <1496162653-137817-3-git-send-email-cristian.dumitrescu@intel.com> <1503705973-80742-1-git-send-email-cristian.dumitrescu@intel.com> <1503705973-80742-3-git-send-email-cristian.dumitrescu@intel.com> <7606743.IzLPf0N4zN@xps> In-Reply-To: <7606743.IzLPf0N4zN@xps> Accept-Language: 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 Subject: Re: [dpdk-dev] [PATCH 2/3] ethdev: add new rte_mtr API for traffic metering and policing 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: Fri, 06 Oct 2017 10:03:19 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Thursday, September 21, 2017 2:20 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org; adrien.mazarguil@6wind.com; > jerin.jacob@caviumnetworks.com; hemant.agrawal@nxp.com > Subject: Re: [dpdk-dev] [PATCH 2/3] ethdev: add new rte_mtr API for traff= ic > metering and policing >=20 > 26/08/2017 02:06, Cristian Dumitrescu: > > +DPDK_17.11 { > > + global: > > + > > + rte_eth_dev_mtr_ops_get; > > + rte_mtr_meter_profile_add; > > + rte_mtr_meter_profile_delete; > > + rte_mtr_create; > > + rte_mtr_destroy; > > + rte_mtr_meter_profile_update; > > + rte_mtr_policer_action_update; > > + rte_mtr_stats_update; > > + rte_mtr_stats_read; > > + > > +} DPDK_17.08; >=20 > This API is experimental. So you should not version it in 17.11. > You can look how it was done for EAL: >=20 > EXPERIMENTAL { > global: > ... > } DPDK_17.11; Hi Thomas, Done as requested in V2 sent yesterday. Let me know if you are OK with V2. Thanks, Cristian