From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id E04D62951 for ; Fri, 5 Aug 2016 18:05:38 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id i5so43654587wmg.0 for ; Fri, 05 Aug 2016 09:05:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=sdJG6ofANj5uy9FZeSX1iUeUjssRU38D4GamfRmCLNg=; b=ywpKAdjZkFhw5Qe74lNVakoQ3k721szvDo0e0E5GLtJw9S2YQohlsaTBLDgF7l1+sr l8FG/04OtF/z4nbV8zLd3jQehaXcQrvTY64BNbR8JEED3TaCR09ujH/Z8daUBSZAyJZQ 12l50fNRdiaScpKVQsxCFuc4i+BPthLE3/29PNzGPhP1dsPdo0eEjS0uApUwAVvYHpRB u9BrYIwLcOGJ1Rhq76YLe85LyLZrcpVzbgpFFoBme6OixjEt1zzAp0a9w/RV770Y3u7P l+OuiFkATmXDowkLjHfpxMwJ9jaOzkAYaD/dcnBJ4WUXXF3NUHwQmPNLxOJbc1T6uCMp /pDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=sdJG6ofANj5uy9FZeSX1iUeUjssRU38D4GamfRmCLNg=; b=CRgSlWzn9YdBP9u4P8xQrAW1A6WrbcRK/CXIH9T53n+Ec7MYYga0tC4TD0a8GsvpCB PGht901u/azm+nHosTnsINxXiqfzxotm9G5VpYui6fk0UuPclDw5B0NrBRDXewA6V6Ti w9eaf9v03EKCBpep0qNuwiB/eWjIjBvL9ca7/ADUOY6St9L1zkxRusO/6D1+GiNkqRL8 im8kd7XmlBaHYaf3aBFViS20GSBvaJFk7dsBdg2Zmm0ngASQ8EtS9APiui+IpmjMNUJs FTPnsNY4Vd+vpAP15IK4Fg7ekFjsspSB5fFUJ+EWhd0l0qaYkWnGJzfx9SRK2FHTHOrm MPcA== X-Gm-Message-State: AEkooushTsuqtaSbXVM41yd+I9Ft1e8WiSEfhmB309bWMsUKim7Xw29/O/55XeRAT6fQKDx2CStdhvyBosg6Yw== X-Received: by 10.194.59.77 with SMTP id x13mr37803783wjq.144.1470413138492; Fri, 05 Aug 2016 09:05:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.9.164 with HTTP; Fri, 5 Aug 2016 09:05:37 -0700 (PDT) In-Reply-To: <348A99DA5F5B7549AA880327E580B435890797A9@IRSMSX101.ger.corp.intel.com> References: <348A99DA5F5B7549AA880327E580B435890797A9@IRSMSX101.ger.corp.intel.com> From: Chinmaya Dwibedy Date: Fri, 5 Aug 2016 21:35:37 +0530 Message-ID: To: "Trahe, Fiona" Cc: "users@dpdk.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-users] Question on using crypto library (S/W implementation) with DPDK application X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2016 16:05:39 -0000 Hi Mr. Fiona, Thank you so much for your valuable response. Regards, Chinmaya On Fri, Aug 5, 2016 at 7:48 PM, Trahe, Fiona wrote: > Hi Chinmaya, > > > > Sorry for the slow response. > > > > There=E2=80=99s a PMD currently under development which may provide what = you=E2=80=99re > looking for. > > It will provide 3DES_CBC_128/192 with MD5_HMAC, SHA1/SHA224/SHA256_HMAC > and AES-GMAC. > > It will translate from dpdk cryptodev API to openssl=E2=80=99s libcrypto = for the > software enablement of these algorithms. > > > > See Tim O=E2=80=99Driscoll=E2=80=99s post re 16.11 roadmap on the dev mai= ling list for > more details > > http://dpdk.org/ml/archives/dev/2016-July/043534.html > > > > > > At the moment there are no plans to integrate with AF_ALG. > > The performance is unlikely to be satisfactory. > > > > Regards, > > Fiona > > > > > > Hi, > > > > Our application will run on VM (Cloud environment). If access to > > crypto acceleration hardware > > > > (besides Intel AES NI/Intel QAT) are not present, what are the > > different available choices ? > > > > Do I need to integrate the OpenSSL or Libgcrypt library and invoke > > it's APIs from a DPDK application? > > > > Can we use the AF_ALG protocol so as to use the kernels crypto framework? > > > > Please clarify. Thank you in advance for your support and time. > > > > > > > > Regards, > > > > Chinmaya > > >