From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo de Lara Subject: [PATCH] doc: how to build KASUMI as shared library Date: Thu, 13 Oct 2016 20:34:12 +0100 Message-ID: <1476387252-238163-1-git-send-email-pablo.de.lara.guarch@intel.com> Cc: Pablo de Lara To: dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 3D42B6CC3 for ; Thu, 13 Oct 2016 21:32:56 +0200 (CEST) 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" Libsso KASUMI library has to be built with specific parameters to make the KASUMI PMD be built as a shared library, so a note has been added in its documentation. Signed-off-by: Pablo de Lara --- doc/guides/cryptodevs/kasumi.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/guides/cryptodevs/kasumi.rst b/doc/guides/cryptodevs/kasumi.rst index c122f00..90d8e7b 100644 --- a/doc/guides/cryptodevs/kasumi.rst +++ b/doc/guides/cryptodevs/kasumi.rst @@ -68,7 +68,13 @@ and click on "Kasumi Bit Stream crypto library" link, to download the library. After downloading the library, the user needs to unpack and compile it on their system before building DPDK:: - make kasumi + make + +**Note**: To build the PMD as a shared library, the libsso_kasumi +library must be built as follows:: + + make KASUMI_CFLAGS=-DKASUMI_C + Initialization -------------- -- 2.7.4