crypto/dpaa_sec: add macro for device name
Fixes: c3e85bdcc6e6 ("crypto/dpaa_sec: add crypto driver for NXP DPAA platform") Cc: stable@dpdk.org Signed-off-by: Ashish Jain <ashish.jain@nxp.com>
This commit is contained in:
parent
4433ced9aa
commit
69cb2eebd1
@ -7,6 +7,9 @@
|
||||
#ifndef _DPAA_SEC_H_
|
||||
#define _DPAA_SEC_H_
|
||||
|
||||
#define CRYPTODEV_NAME_DPAA_SEC_PMD crypto_dpaa_sec
|
||||
/**< NXP DPAA - SEC PMD device name */
|
||||
|
||||
#define NUM_POOL_CHANNELS 4
|
||||
#define DPAA_SEC_BURST 7
|
||||
#define DPAA_SEC_ALG_UNSUPPORT (-1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user