Re: [dpdk-dev] [PATCH v5 06/12] vhost/crypto: use separate session mempools

2019-01-11 Thread Maxime Coquelin
On 1/10/19 3:50 PM, Fan Zhang wrote: This patch uses the two session mempool approach to vhost crypto. One mempool is for session header objects, and the other is for session private data. Signed-off-by: Fan Zhang Acked-by: Fiona Trahe --- lib/librte_vhost/rte_vhost_crypto.h | 9 ++---

[dpdk-dev] [PATCH v5 06/12] vhost/crypto: use separate session mempools

2019-01-10 Thread Fan Zhang
This patch uses the two session mempool approach to vhost crypto. One mempool is for session header objects, and the other is for session private data. Signed-off-by: Fan Zhang Acked-by: Fiona Trahe --- lib/librte_vhost/rte_vhost_crypto.h | 9 ++--- lib/librte_vhost/vhost_crypto.c | 8 +