From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f174.google.com (mail-wr0-f174.google.com [209.85.128.174]) by dpdk.org (Postfix) with ESMTP id 6B84D1E20 for ; Wed, 5 Apr 2017 13:43:27 +0200 (CEST) Received: by mail-wr0-f174.google.com with SMTP id w43so10110848wrb.0 for ; Wed, 05 Apr 2017 04:43:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=624EiLnaSN//FX0Hhhkreyd+tkQBTUx8arRjZGn1/0U=; b=14sa0CstDUTsyb0bF5226D/8bhDtEk+65zkPFKd4CBi7fdKDZzf/8+uxvr1beQFmC1 KiiYnQN+3zoCDtT8gyFZ35qymgjT2k0+FZbPgPlAOAVZeRZOINp7UQRsgqL5ugucJpsG Z4rzq4kPFB4QsdwimqSYB1MduPWGsxCn+ds3dQJpTmqoOhOUqGkRo6K8dpwypjSVR43R zFtRIY1aLIbdDVjGvGU4SJ2OtIK7ryNPG9ZEmo92DwTc6qSv95T4cWsQAfsZIZnpfUZa EfRTBxPMNiQes5l+D9Pn/g9UoptRVU0boURbjmDILLjfgVq46p35PDbGEM5WuQADXid1 mCqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=624EiLnaSN//FX0Hhhkreyd+tkQBTUx8arRjZGn1/0U=; b=YTONQLJLHhF/Aj72svqt6tRhfT1Fy9ruONPSjztHWH5qm/5oTzgrFwo5WO5Zh6dcvA 32qNx53iTTyBnIGThll3WpRMSwA+uZItJXKpdHZ6llIIgYcac6nEj1FdjK+nbAWEliMW stYP6gbLQrJeaQe35YCBd9foWEYzSaLlD5fZIGiQQjxzcW3gm+RdO0SA26yZnJvxUC74 kY6/DrQHagz4OpNdXN+5wv7bcaUOSQfzvD2ACWM9j8wNiJkJKKFWRymCoKDExBPCFX43 zUT1kgahHZvg8J89uc8T4L99V/ynouOo7LHumSm0NT0tHwvkb5qXhiTOWycdvDWcVsPm hnRg== X-Gm-Message-State: AFeK/H29nsdwSp+k+MtAS2pw9hF5CNcr/pFXumFuJfob8mv6sBAX6f34o/krS8Hfkh3ZU6lt X-Received: by 10.28.64.135 with SMTP id n129mr13383014wma.45.1491392606498; Wed, 05 Apr 2017 04:43:26 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id k13sm96274wmi.28.2017.04.05.04.43.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Apr 2017 04:43:25 -0700 (PDT) From: Thomas Monjalon To: Declan Doherty Cc: stable@dpdk.org, Fan Zhang , dev@dpdk.org, pablo.de.lara.guarch@intel.com Date: Wed, 05 Apr 2017 13:43:24 +0200 Message-ID: <2931110.MkCoQrrDzj@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v3] crypto/scheduler: add mode specific option support X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Apr 2017 11:43:27 -0000 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.