From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <keith.wiles@intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id 68E00FACC
 for <dev@dpdk.org>; Thu,  9 Feb 2017 19:15:04 +0100 (CET)
Received: from fmsmga004.fm.intel.com ([10.253.24.48])
 by fmsmga101.fm.intel.com with ESMTP; 09 Feb 2017 10:15:03 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.35,137,1484035200"; d="scan'208";a="223363909"
Received: from fshahid-mobl2.amr.corp.intel.com ([10.254.19.238])
 by fmsmga004.fm.intel.com with ESMTP; 09 Feb 2017 10:15:03 -0800
From: Keith Wiles <keith.wiles@intel.com>
To: dev@dpdk.org
Date: Thu,  9 Feb 2017 12:14:48 -0600
Message-Id: <20170209181450.58466-10-keith.wiles@intel.com>
X-Mailer: git-send-email 2.10.1
In-Reply-To: <20170209181450.58466-1-keith.wiles@intel.com>
References: <20170209181450.58466-1-keith.wiles@intel.com>
Subject: [dpdk-dev] [PATCH 09/11] doc/cryptoperf: use corelist instead of
	coremask
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: Thu, 09 Feb 2017 18:15:05 -0000

Signed-off-by: Keith Wiles <keith.wiles@intel.com>
---
 doc/guides/tools/cryptoperf.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/guides/tools/cryptoperf.rst b/doc/guides/tools/cryptoperf.rst
index 6832312..30994cd 100644
--- a/doc/guides/tools/cryptoperf.rst
+++ b/doc/guides/tools/cryptoperf.rst
@@ -94,9 +94,10 @@ The following are the EAL command-line options that can be used in conjunction
 with the ``dpdk-test-crypto-perf`` applcation.
 See the DPDK Getting Started Guides for more information on these options.
 
-*   ``-c <COREMASK>``
+*   ``-c <COREMASK>`` or ``-l <CORELIST>``
 
-        Set the hexadecimal bitmask of the cores to run on.
+        Set the hexadecimal bitmask of the cores to run on. The corelist is a
+        list cores to use.
 
 *   ``-w <PCI>``
 
-- 
2.8.0.GIT