From mboxrd@z Thu Jan 1 00:00:00 1970 From: "De Lara Guarch, Pablo" Subject: Re: [PATCH] crypto/scheduler: add mode specific option support Date: Tue, 21 Mar 2017 14:34:01 +0000 Message-ID: References: <1487687379-43345-1-git-send-email-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "Zhang, Roy Fan" , "dev@dpdk.org" Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 7E04E3B5 for ; Tue, 21 Mar 2017 15:34:04 +0100 (CET) In-Reply-To: <1487687379-43345-1-git-send-email-roy.fan.zhang@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" Hi Fan, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Fan Zhang > Sent: Tuesday, February 21, 2017 2:30 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [dpdk-dev] [PATCH] 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 > --- > drivers/crypto/scheduler/rte_cryptodev_scheduler.c | 57 > ++++++++++++++++++++++ > drivers/crypto/scheduler/rte_cryptodev_scheduler.h | 27 ++++++++++ > .../scheduler/rte_cryptodev_scheduler_operations.h | 5 ++ > drivers/crypto/scheduler/scheduler_roundrobin.c | 10 +++- > 4 files changed, 98 insertions(+), 1 deletion(-) >=20 You are adding two new functions to the API, so you should add them in the = version.map file. Thanks, Pablo