Re: [dpdk-dev] [PATCH] examples/vhost_crypto: add multi-core support

2018-09-13 Thread Maxime Coquelin
On 06/22/2018 02:36 PM, Fan Zhang wrote: Originally vhost_crypto sample application only supports single core. This patch adds the multi-core support with more flexible options. Signed-off-by: Fan Zhang --- doc/guides/sample_app_ug/vhost_crypto.rst | 26 +- examples/vhost_crypto/main.c

Re: [dpdk-dev] [PATCH] examples/vhost_crypto: add multi-core support

2018-09-12 Thread Maxime Coquelin
Hi Fan, On 06/22/2018 02:36 PM, Fan Zhang wrote: Originally vhost_crypto sample application only supports single core. This patch adds the multi-core support with more flexible options. Signed-off-by: Fan Zhang --- doc/guides/sample_app_ug/vhost_crypto.rst | 26 +- examples/vhost_crypto/ma

Re: [dpdk-dev] [PATCH] examples/vhost_crypto: add multi-core support

2018-07-23 Thread De Lara Guarch, Pablo
Hi Jay/Maxime, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] > Sent: Friday, June 22, 2018 1:36 PM > To: dev@dpdk.org > Cc: maxime.coque...@redhat.com > Subject: [dpdk-dev] [PATCH] examples/vhost_crypto: add multi-core support > > Origin

[dpdk-dev] [PATCH] examples/vhost_crypto: add multi-core support

2018-06-22 Thread Fan Zhang
Originally vhost_crypto sample application only supports single core. This patch adds the multi-core support with more flexible options. Signed-off-by: Fan Zhang --- doc/guides/sample_app_ug/vhost_crypto.rst | 26 +- examples/vhost_crypto/main.c | 480 +-