From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id BB5F12B99 for ; Fri, 4 Mar 2016 15:44:39 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id l68so23272406wml.0 for ; Fri, 04 Mar 2016 06:44:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=Iy9jequR1VUqxfKvkqwhmdqblyx69jvjLtDKDctO80k=; b=OUgRzKTO5618WZvKcKa79FmT5fkFG8QHZN0eWlvEhVkd1fm0M/XSOafYiOAfjP1tRq uIx28uIu+X5CCuiKJrt1CeWepi2vtCoMqHLs0dgblFWEF8K2ObscaUXATE57a4ZUY+Z2 e+gGxZK5n0KqBj0UL8qRQ0wyufnUTdKI79Iw59JTpeUg0oU8LQjtLlZTKRStAHjrdZoS iDPa8Hf4dEeDg3piNRtu6GnZOxYpcB+cyhDIWKBYIIH02sS4BZv6N+ge137UHOYsNMg3 Dgf7XAAx7CrB/ZdAdVljgnkBh5/foPTfla9WzPBzNpK8DHF9wvzodfTcB4/TIoNlr5Ub 4B9g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=Iy9jequR1VUqxfKvkqwhmdqblyx69jvjLtDKDctO80k=; b=W/jSeQSgpf69l6mh7furetPLStPMQER98oN13gpU1TnH4cmNZjHIF6qVoMV7q6ncY0 OWpoh13V+CHTTiUltCUOM5vJCbLmUbGxjpIAvRyFJubFQmmD/e6Uo66r+UnnR2e2/6fj tgi1pKCqi+UNM8zYqnNTmMUPSjn2hCBgdoii7VGzLM3gppXJCIVDzYJims0jWsn6Bhrg CokalWDk+shunBKL/26KwJDOzw5ctmQHmd1NUUbldOuZ8A9oigbEPcM+U4pmtaZF5RZC J88GTBy8kBCpUOX4moj+vQM14jdYTnzSTqMt0ubuDqhiOitzfa8GTZdDp80uLV4BHFdE P8Yw== X-Gm-Message-State: AD7BkJJF9UbYCYfX7mHM+GrChVEHkSBSGaey/umMVtE5qE9/izupUqlcn+VfljdAfacFbM8f X-Received: by 10.194.134.134 with SMTP id pk6mr9487360wjb.176.1457102679537; Fri, 04 Mar 2016 06:44:39 -0800 (PST) Received: from xps13.localnet (171.36.101.84.rev.sfr.net. [84.101.36.171]) by smtp.gmail.com with ESMTPSA id x186sm3633335wmg.19.2016.03.04.06.44.38 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 04 Mar 2016 06:44:38 -0800 (PST) From: Thomas Monjalon To: Declan Doherty Date: Fri, 04 Mar 2016 15:43:03 +0100 Message-ID: <1826992.MPfacW6R8Z@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1456764731-27168-2-git-send-email-declan.doherty@intel.com> References: <1456507817-23781-1-git-send-email-declan.doherty@intel.com> <1456764731-27168-1-git-send-email-declan.doherty@intel.com> <1456764731-27168-2-git-send-email-declan.doherty@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v4 1/2] cryptodev: API tidy and changes to support future extensions 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, 04 Mar 2016 14:44:39 -0000 2016-02-29 16:52, Declan Doherty: > From: Fiona Trahe > > This patch splits symmetric specific definitions and functions away from the > common crypto APIs to facilitate the future extension and expansion of the > cryptodev framework, in order to allow asymmetric crypto operations to be > introduced at a later date, as well as to clean the logical structure of the > public includes. The patch also introduces the _sym prefix to symmetric > specific structure and functions to improve clarity in the API. > > Signed-off-by: Fiona Trahe > Signed-off-by: Declan Doherty Linking test application fails because you forgot renaming the symbols in .map.