From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dumitrescu, Cristian" Subject: Re: [PATCH v5 00/10] net/softnic: implement metering and policing API Date: Fri, 28 Sep 2018 10:36:42 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E7CC50C@IRSMSX107.ger.corp.intel.com> References: <20180918165835.107593-2-jasvinder.singh@intel.com> <20180926130854.122474-1-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "Singh, Jasvinder" , "dev@dpdk.org" Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 3CF891B17B for ; Fri, 28 Sep 2018 12:40:19 +0200 (CEST) In-Reply-To: <20180926130854.122474-1-jasvinder.singh@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Singh, Jasvinder > Sent: Wednesday, September 26, 2018 2:09 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH v5 00/10] net/softnic: implement metering and policing AP= I >=20 > This series is prepared on top of following patchset; > https://mails.dpdk.org/archives/dev/2018-September/111379.html >=20 > v5 changes > - fix wrong parameter in memcpy for table meter profile update >=20 > v4 changes > - introduce the table meter profile check in softnic pipeline table meter > profile add function (rte_eth_softnic_thread.c) > - change the table action check function to more generic form > softnic_table_is_action_enabled() (rte_eth_softnic_flow.c) >=20 > v3 changes: > - update pipeline table with meter profiles > - update pipeline table with dscp table entry update >=20 > v2 changes: > - fix copyright year for rte_eth_softnic_meter.c > - Place all checks in a separate functions while creating meter object > - Use softnic_pipeline_table_mtr_profile_add() api to add meter profile > instead of implementing new function > - Use stats type indicator to determine the stats_mask for meter stats re= ad >=20 Series applied to next-pipeline tree, thanks!