Re: [dpdk-dev] [PATCH v2 3/3] cryptodev: fix uninitialized session clear

2019-04-15 Thread Trahe, Fiona
; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v2 3/3] cryptodev: fix uninitialized session clear > > added check to see if a session for a device > has been initialised if it has return 0. > > Fixes: 5d6c73dd5938 ("cryptodev: add reference count to session private data&quo

[dpdk-dev] [PATCH v2 3/3] cryptodev: fix uninitialized session clear

2019-04-15 Thread Marko Kovacevic
added check to see if a session for a device has been initialised if it has return 0. Fixes: 5d6c73dd5938 ("cryptodev: add reference count to session private data") Cc: roy.fan.zh...@intel.com Cc: sta...@dpdk.org Signed-off-by: Marko Kovacevic --- lib/librte_cryptodev/rte_cryptodev.c | 2 ++ 1