From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vipin Varghese Subject: [PATCH v2] doc: update application minimum requirement info Date: Mon, 5 Feb 2018 23:02:07 +0530 Message-ID: <1517851927-20984-1-git-send-email-vipin.varghese@intel.com> References: <1517841347-9340-1-git-send-email-vipin.varghese@intel.com> Cc: john.mcnamara@intel.com, Vipin Varghese To: dev@dpdk.org, marko.kovacevic@intel.com, pablo.de.lara.guarch@intel.com Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 76B541B656 for ; Mon, 5 Feb 2018 18:32:04 +0100 (CET) In-Reply-To: <1517841347-9340-1-git-send-email-vipin.varghese@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Added note section to update information for use cases working with multiple crypto devices. Signed-off-by: Vipin Varghese --- V2 changes: - updated the title from 'info on multi crypto instances' - Pablo - reframed affirmative word 'should' to 'shall' - pablo --- 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..fddfd1b 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. + + * All crypto devices shall use the same session. + Explanation ----------- -- 1.9.1