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 8671F2C0C for ; Tue, 2 Aug 2016 12:30:25 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id i5so283044352wmg.0 for ; Tue, 02 Aug 2016 03:30:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=5ARni7Kq1tgmd8w4ZT3so86FeKf8dWEDo4fpVmD8EnY=; b=c1sqduIVjGD/QkOuImTMNsSConBbw2uBmdAxsCglYUf5ri6z5rYcpcsIirDDl+IhJN VlIH12Z9C8Js3SLPLhNp4DmbjOijnaqcZNeGEgF5R+j00VTCurKJocR1ZOEuONXI3lkL iyMi2Pz2jZPFoF6VRELTBCVF5ATtB3wfctIh6ayAwcChbJ87Tt73lkdprSojpTsIhTtK Niu5qCjHZ3eWR5Jm8OLUy+GAN7MXZS1GTuLVMiOGm+pfOFtor2fl81xM16syHhm1P/Jj 7KVIQH4LQ1GAU32i8kMRsPK2PikBjCFhQCI0dPkDzR/N4hoguDTa9IhpnxZ3eDSudqb6 gfWA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=5ARni7Kq1tgmd8w4ZT3so86FeKf8dWEDo4fpVmD8EnY=; b=ciHGIF6KUJR3fyf1JkG6N/ivpmIYh8aTunUGx7OypXLvvV96LB7RJKw7dfMIMNF1H9 ZCYZa0L2wbYV0whSud/jSd4Anl0AO4ZSRmcI35p6vxhORbyhGDjFjJ1S7iO3NlKt2uF1 FwWxT4XdfOdQjLRiAY/afs89kUf3AYwWM3r+CoYRiek7CmIEkVfQ+36godfP1x0gxnVF wA/2K1ng//jYSC6e4WkSsRZtFk+6u9LXnc6/FbnJdofSSMhvYJe9wAKYVonwvKzhKh73 nWKreNI21zEGM0U/wcc6BghxO1CND4WMRF2dTv8VYczk8unE3aQjtNszTqw4HeM2qwN9 gugw== X-Gm-Message-State: AEkoous52wX8F2kD8VsbKOcpwVOSDCaNuV5cid2rJkAtB85tPRMgl0U794aoyzp0/jM/Q3/H0iFxH3Hacrd0Sw== X-Received: by 10.194.186.231 with SMTP id fn7mr55883302wjc.164.1470133825106; Tue, 02 Aug 2016 03:30:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.9.164 with HTTP; Tue, 2 Aug 2016 03:30:24 -0700 (PDT) From: Chinmaya Dwibedy Date: Tue, 2 Aug 2016 16:00:24 +0530 Message-ID: To: users@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [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: Tue, 02 Aug 2016 10:30:25 -0000 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