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 <roy.fan.zh...@intel.com> --- doc/guides/sample_app_ug/vhost_crypto.rst | 26 +- examples/vhost_crypto/main.c | 480 +++++++++++++++++------------- 2 files changed, 282 insertions(+), 224 deletions(-)
Applied to dpdk-next-virtio/master. Thanks, Maxime