From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH v3] crypto/scheduler: add mode specific option support Date: Wed, 05 Apr 2017 13:43:24 +0200 Message-ID: <2931110.MkCoQrrDzj@xps13> References: <1490974226-40957-1-git-send-email-roy.fan.zhang@intel.com> <1491382943-106849-1-git-send-email-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, Fan Zhang , dev@dpdk.org, pablo.de.lara.guarch@intel.com To: Declan Doherty Return-path: Received: from mail-wr0-f182.google.com (mail-wr0-f182.google.com [209.85.128.182]) by dpdk.org (Postfix) with ESMTP id A32CF2C6E for ; Wed, 5 Apr 2017 13:43:27 +0200 (CEST) Received: by mail-wr0-f182.google.com with SMTP id w11so9916677wrc.3 for ; Wed, 05 Apr 2017 04:43:27 -0700 (PDT) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-04-05 11:02, Declan Doherty: > 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 > > --- > ... > > > > 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 It is always better to have this kind of documentation update within the same patch as code update.