Re: [dpdk-dev] [PATCH] examples/vhost: remove unnecessary MAX_PRINT_BUFF defintion

2018-09-10 Thread Maxime Coquelin
On 08/25/2018 09:22 PM, Rami Rosen wrote: This patch removes an unnecessary definition of MAX_PRINT_BUFF in examples/vhost/main.c, since it is no longer being used. Fixes: 68363d85857d ("examples/vhost: remove the non-working zero copy code"). Signed-off-by: Rami Rosen --- examples/vhost/

Re: [dpdk-dev] [PATCH] examples/vhost: remove unnecessary MAX_PRINT_BUFF defintion

2018-08-29 Thread Tiwei Bie
> [PATCH] examples/vhost: remove unnecessary MAX_PRINT_BUFF defintion s/defintion/definition/ Apart from that, Reviewed-by: Tiwei Bie Thanks On Sat, Aug 25, 2018 at 10:22:40PM +0300, Rami Rosen wrote: > This patch removes an unnecessary definition of MAX_PRINT_BUFF > in examples/vhost/main

[dpdk-dev] [PATCH] examples/vhost: remove unnecessary MAX_PRINT_BUFF defintion

2018-08-25 Thread Rami Rosen
This patch removes an unnecessary definition of MAX_PRINT_BUFF in examples/vhost/main.c, since it is no longer being used. Fixes: 68363d85857d ("examples/vhost: remove the non-working zero copy code"). Signed-off-by: Rami Rosen --- examples/vhost/main.c | 3 --- 1 file changed, 3 deletions(-)