Re: [dpdk-dev] [PATCH 1/2] cryptodev: change queue pair configure structure

2018-12-04 Thread Trahe, Fiona
Hi Fan, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Fan Zhang > Sent: Thursday, November 15, 2018 10:24 AM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com > Subject: [dpdk-dev] [PATCH 1/2] cryptodev: change queue pair configure > stru

Re: [dpdk-dev] [PATCH 1/2] cryptodev: change queue pair configure structure

2018-11-19 Thread Zhang, Roy Fan
dk-dev] [PATCH 1/2] cryptodev: change queue pair configure > structure > > Hi Fan, > > > --- a/config/common_base > > +++ b/config/common_base > > @@ -446,7 +446,7 @@ CONFIG_RTE_LIBRTE_VDEV_NETVSC_PMD=n > > # > > # Compile null PMD > > # &

Re: [dpdk-dev] [PATCH 1/2] cryptodev: change queue pair configure structure

2018-11-16 Thread Ananyev, Konstantin
Hi Fan, > --- a/config/common_base > +++ b/config/common_base > @@ -446,7 +446,7 @@ CONFIG_RTE_LIBRTE_VDEV_NETVSC_PMD=n > # > # Compile null PMD > # > -CONFIG_RTE_LIBRTE_PMD_NULL=y > +CONFIG_RTE_LIBRTE_PMD_NULL=n > > # > # Compile software PMD backed by PCAP files > @@ -525,13 +525,13 @@ CON

[dpdk-dev] [PATCH 1/2] cryptodev: change queue pair configure structure

2018-11-15 Thread Fan Zhang
This patch changes the cryptodev queue pair configure structure to enable two mempool passed into cryptodev PMD simutaneously. Signed-off-by: Fan Zhang --- app/test-crypto-perf/main.c| 6 ++-- config/common_base | 24 +++--- driver