From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <declan.doherty@intel.com>
Received: from mga04.intel.com (mga04.intel.com [192.55.52.120])
 by dpdk.org (Postfix) with ESMTP id 6C40C2C6E;
 Wed,  5 Apr 2017 12:02:53 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple;
 d=intel.com; i=@intel.com; q=dns/txt; s=intel;
 t=1491386573; x=1522922573;
 h=subject:to:references:cc:from:message-id:date:
 mime-version:in-reply-to:content-transfer-encoding;
 bh=VfTUmprRDW/EsMQUvqoUxn55XoPIGIcSnzjWHlO6yvU=;
 b=pLoX4xljRPUHC68vqtLz1PUhrNfvOfDZAnsPeZOrFs6uXZ8XWwZ342KO
 y4DkEcJk67SJs/PQiRYrbmMX5gFTVA==;
Received: from fmsmga006.fm.intel.com ([10.253.24.20])
 by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 05 Apr 2017 03:02:52 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.36,278,1486454400"; d="scan'208";a="84945173"
Received: from dwdohert-mobl1.ger.corp.intel.com (HELO [163.33.228.220])
 ([163.33.228.220])
 by fmsmga006.fm.intel.com with ESMTP; 05 Apr 2017 03:02:51 -0700
To: Fan Zhang <roy.fan.zhang@intel.com>, dev@dpdk.org
References: <1490974226-40957-1-git-send-email-roy.fan.zhang@intel.com>
 <1491382943-106849-1-git-send-email-roy.fan.zhang@intel.com>
Cc: pablo.de.lara.guarch@intel.com, stable@dpdk.org
From: Declan Doherty <declan.doherty@intel.com>
Message-ID: <fed5cc55-5720-7b5e-27ca-91b80ee8711b@intel.com>
Date: Wed, 5 Apr 2017 11:02:50 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101
 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <1491382943-106849-1-git-send-email-roy.fan.zhang@intel.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH v3] 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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Apr 2017 10:02:54 -0000

On 05/04/2017 10:02 AM, Fan Zhang wrote:
> Some scheduling modes may need extra options to be configured,
> this patch adds the function prototype for setting/getting
> options.
>
> Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
> ---
...
>

Fan, could you send a documentation patch with a update to the scheduler 
documentation about the new option introduced in this patch.

Acked-by: Declan Doherty <declan.doherty@intel.com>