From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id A9C2C1B6B5 for ; Tue, 6 Feb 2018 13:04:51 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Feb 2018 04:04:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,468,1511856000"; d="scan'208";a="27700413" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga004.fm.intel.com with ESMTP; 06 Feb 2018 04:04:49 -0800 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX107.ger.corp.intel.com (163.33.3.99) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 6 Feb 2018 12:04:48 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.197]) by IRSMSX156.ger.corp.intel.com ([169.254.3.153]) with mapi id 14.03.0319.002; Tue, 6 Feb 2018 12:04:48 +0000 From: "Mcnamara, John" To: "De Lara Guarch, Pablo" , "Varghese, Vipin" , "dev@dpdk.org" , "Kovacevic, Marko" CC: "Varghese, Vipin" Thread-Topic: [dpdk-dev] [PATCH] doc: update info on multi crypto instances Thread-Index: AQHTno6gH1AYzJkU/k2jOU5pEKN71KOV9x6AgAFQ4JA= Date: Tue, 6 Feb 2018 12:04:47 +0000 Message-ID: References: <1517841347-9340-1-git-send-email-vipin.varghese@intel.com> In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTNkMjJhZTItMjNlZS00YjExLTg1YzYtYWRhNjllMDZlY2UxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InhiMkt6bUpQMEJHaExEYUR6VFNMTk9tdzdQSlYyR2FrUDRjSWY3RGdDbzQ9In0= dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: update info on multi crypto instances X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2018 12:04:52 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Monday, February 5, 2018 3:58 PM > To: Varghese, Vipin ; dev@dpdk.org; Kovacevic, > Marko > Cc: Mcnamara, John ; Varghese, Vipin > > Subject: RE: [dpdk-dev] [PATCH] doc: update info on multi crypto instance= s >=20 >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Vipin Varghese > > Sent: Monday, February 5, 2018 2:36 PM > > To: dev@dpdk.org; Kovacevic, Marko > > Cc: Mcnamara, John ; Varghese, Vipin > > > > Subject: [dpdk-dev] [PATCH] doc: update info on multi crypto instances > > > > Added note section to update information for use cases working with > > multiple crypto devices. >=20 > I would change the title to something more generic, since you are adding > other info and not just the multi crypto device issue. >=20 > > > > Signed-off-by: Vipin Varghese > > --- > > doc/guides/sample_app_ug/l2_forward_crypto.rst | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > > > diff --git a/doc/guides/sample_app_ug/l2_forward_crypto.rst > > b/doc/guides/sample_app_ug/l2_forward_crypto.rst > > index 1e85b4a..c2e6128 100644 > > --- a/doc/guides/sample_app_ug/l2_forward_crypto.rst > > +++ b/doc/guides/sample_app_ug/l2_forward_crypto.rst > > @@ -199,6 +199,14 @@ To run the application in linuxapp environment > > with 2 lcores, 2 ports and 2 cryp Refer to the *DPDK Getting Started > > Guide* for general information on running applications and the > > Environment Abstraction Layer (EAL) options. > > > > +.. Note:: > > + > > + * The ``l2fwd-crypto`` sample application requires IPv4 packets > > + for > > crypto operation. > > + > > + * If multiple Ethernet ports is passed, then equal number of > > + crypto devices are to be passed. Probably better as: If multiple Ethernet ports are passed then an equal number of crypto devices must be passed.