[dpdk-dev] [PATCH v3 1/3] kasumi: add new KASUMI PMD

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jun 20 21:19:48 CEST 2016


2016-06-20 15:40, Pablo de Lara:
> +include $(RTE_SDK)/mk/rte.vars.mk
> +
> +ifeq ($(LIBSSO_KASUMI_PATH),)
> +$(error "Please define LIBSSO_KASUMI_PATH environment variable")
> +endif

This is not "make clean" compliant.
See previous fix of other crypto drivers:
	http://dpdk.org/browse/dpdk/commit/?id=1eec9aa301


More information about the dev mailing list