Re: [dpdk-dev] [PATCH 1/2] examples/ip_pipeline: fix crypto queue config

2020-02-14 Thread Dumitrescu, Cristian
> -Original Message- > From: dev On Behalf Of Hemant Agrawal > Sent: Wednesday, December 11, 2019 5:26 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; sta...@dpdk.org; > Jun Yang ; Hemant Agrawal > > Subject: [dpdk-dev] [PATCH 1/2] examples/ip_pipeline: f

Re: [dpdk-dev] [PATCH 1/2] examples/ip_pipeline: fix crypto queue config

2020-02-14 Thread Zhang, Roy Fan
> -Original Message- > From: dev On Behalf Of Hemant Agrawal > Sent: Wednesday, December 11, 2019 5:26 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; sta...@dpdk.org; > Jun Yang ; Hemant Agrawal > > Subject: [dpdk-dev] [PATCH 1/2] examples/ip_pipeline: f

[dpdk-dev] [PATCH 1/2] examples/ip_pipeline: fix crypto queue config

2019-12-10 Thread Hemant Agrawal
queue_conf need to have mempool details before pair setup. Fixes: 261bbff75e34 ("examples: use separate crypto session mempools") Cc: sta...@dpdk.org Signed-off-by: Jun Yang Signed-off-by: Hemant Agrawal --- examples/ip_pipeline/cryptodev.c | 24 +--- 1 file changed, 13 ins