[dpdk-dev] [PATCH v4] aesni_gcm: PMD to support AES_GCM crypto operations

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Mar 11 00:34:09 CET 2016


2016-03-10 16:41, Pablo de Lara:
> +Intel AES-NI GCM PMD
> +M: Declan Doherty <declan.doherty at 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.


More information about the dev mailing list