Re: [dpdk-dev] [PATCH] examples/vhost_crypto: fix parsing

2018-04-10 Thread Maxime Coquelin
On 04/09/2018 07:57 PM, Fan Zhang wrote: Fixes: 2ce5bd8c442d ("examples/vhost_crypto: add vhost crypto sample application") This patch fixes the parsing of cryptodev id in the cmdline. Signed-off-by: Fan Zhang --- examples/vhost_crypto/main.c | 5 - 1 file changed, 5 deletions(-) di

[dpdk-dev] [PATCH] examples/vhost_crypto: fix parsing

2018-04-09 Thread Fan Zhang
Fixes: 2ce5bd8c442d ("examples/vhost_crypto: add vhost crypto sample application") This patch fixes the parsing of cryptodev id in the cmdline. Signed-off-by: Fan Zhang --- examples/vhost_crypto/main.c | 5 - 1 file changed, 5 deletions(-) diff --git a/examples/vhost_crypto/main.c b/examp