From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 7F688F94 for ; Mon, 17 Apr 2017 21:47:00 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Apr 2017 12:46:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,215,1488873600"; d="scan'208";a="90546275" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga005.fm.intel.com with ESMTP; 17 Apr 2017 12:46:58 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by irsmsx105.ger.corp.intel.com ([169.254.7.163]) with mapi id 14.03.0319.002; Mon, 17 Apr 2017 20:46:57 +0100 From: "De Lara Guarch, Pablo" To: "Zhang, Roy Fan" , "dev@dpdk.org" CC: "Doherty, Declan" Thread-Topic: [PATCH v5] crypto/scheduler: add mode specific option support Thread-Index: AQHSriZ4TFfpjjlzN0uplE+RPhu47aHKCjQg Date: Mon, 17 Apr 2017 19:46:56 +0000 Message-ID: References: <1491407658-115719-1-git-send-email-roy.fan.zhang@intel.com> <1491408429-117653-1-git-send-email-roy.fan.zhang@intel.com> In-Reply-To: <1491408429-117653-1-git-send-email-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmI2ZTkyYjItZDhmZC00NTBhLTg5ZDEtYWM3MTM4ZGJhNzhmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik9zYlwvVmZ0ZzRrWWlKTU1jZitOQThlS0kzZ0lQYTRIQTU4QjNYNTl5S1FzPSJ9 x-ctpclassification: CTP_IC 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 v5] crypto/scheduler: add mode specific option 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: Mon, 17 Apr 2017 19:47:01 -0000 > -----Original Message----- > From: Zhang, Roy Fan > Sent: Wednesday, April 05, 2017 5:07 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; Doherty, Declan > Subject: [PATCH v5] crypto/scheduler: add mode specific option support >=20 > Some scheduling modes may need extra options to be configured, > this patch adds the function prototype for setting/getting > options. >=20 > Signed-off-by: Fan Zhang > Acked-by: Declan Doherty Applied to dpdk-next-crypto. Thanks, Pablo