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 <[email protected]> Acked-by: Fiona Trahe <[email protected]> --- lib/librte_vhost/rte_vhost_crypto.h | 9 ++++++--- lib/librte_vhost/vhost_crypto.c | 8 ++++++-- 2 files changed, 12 insertions(+), 5 deletions(-)
Reviewed-by: Maxime Coquelin <[email protected]> Thanks, Maxime

