From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 586905A38 for ; Fri, 6 May 2016 15:59:15 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP; 06 May 2016 06:59:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,587,1455004800"; d="scan'208";a="98426436" Received: from sie-lab-212-116.ir.intel.com (HELO silpixa00378492.ir.intel.com) ([10.237.212.116]) by fmsmga004.fm.intel.com with ESMTP; 06 May 2016 06:59:14 -0700 From: Pablo de Lara To: dev@dpdk.org Cc: declan.doherty@intel.com, Pablo de Lara Date: Fri, 6 May 2016 15:03:41 +0100 Message-Id: <1462543429-26741-1-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.5.0 Subject: [dpdk-dev] [PATCH 0/8] Snow3G bit-level support 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: Fri, 06 May 2016 13:59:15 -0000 The underlying library libsso for Snow3G PMD will be updated, to support bit-level operations. This patchset updates the PMD to allow the user to perform crypto operation at bit-level. It also add some unit tests and updates the documentation. This patchset depends on the following patchset: "Add new KASUMI SW PMD" (http://dpdk.org/ml/archives/dev/2016-May/038515.html) A v2 will be sent once the library update is available, which will be soon. Pablo de Lara (8): snow3g: rename libsso reference due to library update doc: update build instructions for libsso_snow3g snow3g: support bit-level operations test: use new bit-level memcmp macro test: fix buffer lengths for snow3G tests test: add out-of-place crypto op tests for Snow3G PMD test: add bit-level Snow3G UIA2 tests test: add Snow3G UEA2 test with offset app/test/test_cryptodev.c | 367 ++++++++++++++------- app/test/test_cryptodev_snow3g_hash_test_vectors.h | 107 ++++++ doc/guides/cryptodevs/snow3g.rst | 40 +-- drivers/crypto/snow3g/Makefile | 10 +- drivers/crypto/snow3g/rte_snow3g_pmd.c | 129 +++++++- mk/rte.app.mk | 4 +- scripts/test-build.sh | 6 +- 7 files changed, 487 insertions(+), 176 deletions(-) -- 2.5.0