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 3CF891B17B for ; Fri, 28 Sep 2018 12:40:19 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Sep 2018 03:40:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,314,1534834800"; d="scan'208";a="87497488" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by orsmga003.jf.intel.com with ESMTP; 28 Sep 2018 03:36:48 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.56]) by IRSMSX108.ger.corp.intel.com ([169.254.11.187]) with mapi id 14.03.0319.002; Fri, 28 Sep 2018 11:36:42 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH v5 00/10] net/softnic: implement metering and policing API Thread-Index: AQHUVZoXo+toSYdoQUehvBcF+orIiaUFgvwQ 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> In-Reply-To: <20180926130854.122474-1-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmE4NTcwY2MtZjg0NC00OWRlLWI3YzctZjIwMmExYjJmMTc0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiM0RTUVlINk44SDhSMVQxTWdxV3o4QTFQUjR6dURGVU5nejhBZ1hZbzRBNDBIaXRPRzJqUzhjNUU3d09IamNDYiJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action 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 v5 00/10] net/softnic: implement metering and policing API 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, 28 Sep 2018 10:40:20 -0000 > -----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!