From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id BAA2C235 for ; Tue, 24 Jul 2018 10:17:57 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jul 2018 01:17:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,397,1526367600"; d="scan'208";a="57412835" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga008.fm.intel.com with ESMTP; 24 Jul 2018 01:17:29 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by IRSMSX101.ger.corp.intel.com ([169.254.1.185]) with mapi id 14.03.0319.002; Tue, 24 Jul 2018 09:17:23 +0100 From: "De Lara Guarch, Pablo" To: "Zhang, Roy Fan" , "dev@dpdk.org" Thread-Topic: [PATCH v2 0/2] crypto/scheduler: add mode specific parameter support Thread-Index: AQHUIokvXYp0/UPYjUGzngaAoDbnO6SeCEYA Date: Tue, 24 Jul 2018 08:17:23 +0000 Message-ID: References: <20180622120847.72376-1-roy.fan.zhang@intel.com> <20180723131715.62875-1-roy.fan.zhang@intel.com> In-Reply-To: <20180723131715.62875-1-roy.fan.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNmE3NWVkZjMtNGI0OS00NTIyLWJiYmItYWUyZjM0NjAxYmY1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTkdzeWt1SlwvcHJGc21RWmNUa0VwWEVjUVZoS2dsU0tkeEV2NWlsajRcL2JkczJrRThnYnY1TTJOa0lPWkFRdDROIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action 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 v2 0/2] crypto/scheduler: add mode specific parameter support 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: Tue, 24 Jul 2018 08:17:58 -0000 > -----Original Message----- > From: Zhang, Roy Fan > Sent: Monday, July 23, 2018 2:17 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [PATCH v2 0/2] crypto/scheduler: add mode specific parameter sup= port >=20 > This patch adds scheduler PMD mode specific parameter support. The > packet-size-distr mode now support custom threshold during initialization= . >=20 > v2: > - Rebased to master (thanks to Pablo) > - Fixed documentation >=20 > Fan Zhang (2): > crypto/scheduler: add mode param parsing > crypto/scheduler: add packet-size-distr mode param parse >=20 > doc/guides/cryptodevs/scheduler.rst | 12 +++- > drivers/crypto/scheduler/rte_cryptodev_scheduler.h | 1 + > drivers/crypto/scheduler/scheduler_pmd.c | 75 > ++++++++++++++++++++++ > 3 files changed, 87 insertions(+), 1 deletion(-) >=20 > -- > 2.13.6 Series applied to dpdk-next-crypto. Thanks, Pablo