From patchwork Mon Feb 5 17:32:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Varghese, Vipin" X-Patchwork-Id: 34998 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BF5781B657; Mon, 5 Feb 2018 18:32:05 +0100 (CET) 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Feb 2018 09:32:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,465,1511856000"; d="scan'208";a="15158441" Received: from unknown (HELO localhost.localdomain) ([10.224.122.203]) by orsmga007.jf.intel.com with ESMTP; 05 Feb 2018 09:32:00 -0800 From: Vipin Varghese To: dev@dpdk.org, marko.kovacevic@intel.com, pablo.de.lara.guarch@intel.com Cc: john.mcnamara@intel.com, Vipin Varghese Date: Mon, 5 Feb 2018 23:02:07 +0530 Message-Id: <1517851927-20984-1-git-send-email-vipin.varghese@intel.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1517841347-9340-1-git-send-email-vipin.varghese@intel.com> References: <1517841347-9340-1-git-send-email-vipin.varghese@intel.com> Subject: [dpdk-dev] [PATCH v2] doc: update application minimum requirement info 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: , 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 Acked-by: John McNamara Acked-by: Pablo de Lara --- 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 -----------