numam-dpdk/drivers/crypto
Pablo de Lara 94831f8f1d crypto: fix build with icc
This commit fixes a compilation error on icc,
due to unallowed conversion from int to enum:

drivers/crypto/snow3g/rte_snow3g_pmd.c(155):
    error #188: enumerated type mixed with another type
        sess->op = mode;
                 ^
drivers/crypto/kasumi/rte_kasumi_pmd.c(155):
    error #188: enumerated type mixed with another type
        sess->op = mode;
                 ^

Fixes: 3aafc423cf ("snow3g: add driver for SNOW 3G library")
Fixes: 2773c86d06 ("crypto/kasumi: add driver for KASUMI library")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
2016-10-04 20:41:09 +02:00
..
aesni_gcm crypto/aesni_gcm: move pre-counter block to driver 2016-10-04 20:41:09 +02:00
aesni_mb vdev: rename init/uninit ops to probe/remove 2016-10-06 16:02:14 +02:00
kasumi crypto: fix build with icc 2016-10-04 20:41:09 +02:00
null crypto/null: fix key size increment value 2016-10-04 20:41:09 +02:00
qat crypto/qat: add 3DES cipher algorithm 2016-10-04 20:41:09 +02:00
snow3g crypto: fix build with icc 2016-10-04 20:41:09 +02:00
Makefile crypto/kasumi: add driver for KASUMI library 2016-06-20 22:25:32 +02:00