Re: [dpdk-dev] [PATCH] lib/librte_vhost: remove packet dump

2018-04-11 Thread Maxime Coquelin
On 04/11/2018 10:59 AM, Maxime Coquelin wrote: On 04/11/2018 10:47 AM, Maxime Coquelin wrote: On 04/09/2018 05:34 PM, Fan Zhang wrote: This patch removes unnecessary packet dump for debugging. Signed-off-by: Fan Zhang ---   lib/librte_vhost/vhost_crypto.c | 36 -

Re: [dpdk-dev] [PATCH] lib/librte_vhost: remove packet dump

2018-04-11 Thread Maxime Coquelin
On 04/11/2018 10:47 AM, Maxime Coquelin wrote: On 04/09/2018 05:34 PM, Fan Zhang wrote: This patch removes unnecessary packet dump for debugging. Signed-off-by: Fan Zhang ---   lib/librte_vhost/vhost_crypto.c | 36   1 file changed, 36 deletions(-) Ac

Re: [dpdk-dev] [PATCH] lib/librte_vhost: remove packet dump

2018-04-11 Thread Maxime Coquelin
On 04/09/2018 05:34 PM, Fan Zhang wrote: This patch removes unnecessary packet dump for debugging. Signed-off-by: Fan Zhang --- lib/librte_vhost/vhost_crypto.c | 36 1 file changed, 36 deletions(-) Acked-by: Maxime Coquelin Thanks, Maxime

[dpdk-dev] [PATCH] lib/librte_vhost: remove packet dump

2018-04-09 Thread Fan Zhang
This patch removes unnecessary packet dump for debugging. Signed-off-by: Fan Zhang --- lib/librte_vhost/vhost_crypto.c | 36 1 file changed, 36 deletions(-) diff --git a/lib/librte_vhost/vhost_crypto.c b/lib/librte_vhost/vhost_crypto.c index d84513e7f..d86af