From mboxrd@z Thu Jan 1 00:00:00 1970 From: "De Lara Guarch, Pablo" Subject: Re: [PATCH v2 4/4] examples/l2fwd-crypto: updated example for libcrypto PMD Date: Mon, 19 Sep 2016 23:58:18 +0000 Message-ID: References: <1474275582-6108-1-git-send-email-michalx.k.jastrzebski@intel.com> <1474275582-6108-5-git-send-email-michalx.k.jastrzebski@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "Mrozowicz, SlawomirX" , "Mrzyglod, DanielX T" To: "Jastrzebski, MichalX K" , "dev@dpdk.org" Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 3C7EF37B2 for ; Tue, 20 Sep 2016 01:58:21 +0200 (CEST) In-Reply-To: <1474275582-6108-5-git-send-email-michalx.k.jastrzebski@intel.com> Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, > -----Original Message----- > From: Jastrzebski, MichalX K > Sent: Monday, September 19, 2016 2:00 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; Mrozowicz, SlawomirX; Mrzyglod, DanielX T > Subject: [PATCH v2 4/4] examples/l2fwd-crypto: updated example for > libcrypto PMD >=20 > From: Slawomir Mrozowicz >=20 > To verify real traffic l2fwd-crypto example can be used with this command= : > sudo ./build/l2fwd-crypto -c 0x3 -n 4 --vdev "cryptodev_libcrypto_pmd" > --vdev "cryptodev_libcrypto_pmd" > -- -p 0x3 --chain CIPHER_HASH --cipher_op ENCRYPT --cipher_algo AES_CBC > --cipher_key 00:01:02:03:04:05:06:07:08:09:0a:0b:0c:0d:0e:0f > --iv 00:01:02:03:04:05:06:07:08:09:0a:0b:0c:0d:0e:ff > --auth_op GENERATE --auth_algo SHA1_HMAC > --auth_key > 11:11:11:11:11:11:11:11:11:11:11:11:11:11:11:11: > 11:11:11:11:11:11:11:11:11:11:11:11:11:11:11:11: > 11:11:11:11:11:11:11:11:11:11:11:11:11:11:11:11: > 11:11:11:11:11:11:11:11:11:11:11:11:11:11:11:11 >=20 > Limitations > ----------- > Maximum number of sessions is 2048. I think it would be more valuable to include here the extra algorithms that can be used in this app with this patch, instead of including an examp= le of the command line. Also, the maximum number of sessions is an arbitrary maximum number for all= vdevs, so I think it is not necessary to include it in here.=20 >=20 > Signed-off-by: Daniel Mrzyglod Thanks, Pablo