cryptodev: allow full control from secondary process
authorReshma Pattan <reshma.pattan@intel.com>
Tue, 5 Jan 2016 16:34:57 +0000 (16:34 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 24 Feb 2016 18:15:26 +0000 (19:15 +0100)
commitdc309365ab076481d77c60d57e65d6152bfa1642
tree3ab9bb9ccb0892840e7de0c3eef4b41e7ab2cdd8
parent525e478f5e1770561fe0589369ec450fc8af0184
cryptodev: allow full control from secondary process

Macro RTE_PROC_PRIMARY_OR_ERR_RET blocking the secondary process from
API usage. API access should be given to both secondary and primary.

Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
lib/librte_cryptodev/rte_cryptodev.c