From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v4] aesni_gcm: PMD to support AES_GCM crypto operations
Date: Fri, 11 Mar 2016 00:34:09 +0100 [thread overview]
Message-ID: <4064878.7AC2ZJiLCi@xps13> (raw)
In-Reply-To: <1457628106-29793-1-git-send-email-pablo.de.lara.guarch@intel.com>
2016-03-10 16:41, Pablo de Lara:
> +Intel AES-NI GCM PMD
> +M: Declan Doherty <declan.doherty@intel.com>
> +F: drivers/crypto/aesni_gcm/
Missing doc reference:
F: doc/guides/cryptodevs/aesni_gcm.rst
> +# AESNI MULTI BUFFER / GCM PMDs are dependent on the IPSec_MB library
> +ifeq ($(CONFIG_RTE_LIBRTE_PMD_AESNI_MB),y)
> +_LDLIBS-y += -L$(AESNI_MULTI_BUFFER_LIB_PATH) -lIPSec_MB
> +else ifeq ($(CONFIG_RTE_LIBRTE_PMD_AESNI_GCM),y)
> +_LDLIBS-y += -L$(AESNI_MULTI_BUFFER_LIB_PATH) -lIPSec_MB
> +endif
This dependency should be set when building the PMD as a shared library also.
prev parent reply other threads:[~2016-03-10 23:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-30 13:09 [dpdk-dev] [PATCH] " Declan Doherty
2016-01-30 16:40 ` O'Driscoll, Tim
2016-03-08 10:09 ` [dpdk-dev] [PATCH v2] " Pablo de Lara
2016-03-08 11:22 ` De Lara Guarch, Pablo
2016-03-08 11:26 ` [dpdk-dev] [PATCH v3] " Pablo de Lara
2016-03-10 16:41 ` [dpdk-dev] [PATCH v4] " Pablo de Lara
2016-03-10 18:53 ` John Griffin
2016-03-10 23:45 ` Thomas Monjalon
2016-03-10 23:34 ` Thomas Monjalon [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4064878.7AC2ZJiLCi@xps13 \
--to=thomas.monjalon@6wind.com \
--cc=dev@dpdk.org \
--cc=pablo.de.lara.guarch@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).