From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP; 19 Sep 2016 16:58:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,364,1470726000"; d="scan'208";a="11172451" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga005.jf.intel.com with ESMTP; 19 Sep 2016 16:58:19 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.164]) by IRSMSX152.ger.corp.intel.com ([169.254.6.13]) with mapi id 14.03.0248.002; Tue, 20 Sep 2016 00:58:18 +0100 From: "De Lara Guarch, Pablo" To: "Jastrzebski, MichalX K" , "dev@dpdk.org" CC: "Mrozowicz, SlawomirX" , "Mrzyglod, DanielX T" Thread-Topic: [PATCH v2 4/4] examples/l2fwd-crypto: updated example for libcrypto PMD Thread-Index: AQHSElUikDAKNeS4EkqbXdB66+VxtqCBfWGQ 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> In-Reply-To: <1474275582-6108-5-git-send-email-michalx.k.jastrzebski@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTc5MmYwZmMtMmI1Mi00M2NmLWJhNTQtZDUyOGI2ZjE0YTdmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlQzSGhSdFZrQnNsXC8wXC9yXC9YSWJVeHYzWGhuWmFcLzJRayttejdNTkRJVWVRPSJ9 x-ctpclassification: CTP_IC 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 v2 4/4] examples/l2fwd-crypto: updated example for libcrypto PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 23:58:21 -0000 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