doc: update minimum requirement of l2fwd-crypto

Added note section to update information for use cases working with
multiple crypto devices.

Signed-off-by: Vipin Varghese <vipin.varghese@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
This commit is contained in:
Vipin Varghese 2018-02-05 23:02:07 +05:30 committed by Thomas Monjalon
parent 0625a29f42
commit 10b9d471a6

View File

@ -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
-----------