Re: [dpdk-dev] [PATCH] examples/tep_term: remove MAX_PRINT_BUFF

2019-01-14 Thread Thomas Monjalon
13/01/2019 16:02, Rami Rosen: > The definition of MAX_PRINT_BUFF in examples/tep_termination/main.c > is not necessary as it is not used. This cleanup patch removes it. > > Fixes: a50245ede72a ("examples/tep_term: initialize VXLAN sample") > Cc: sta...@dpdk.org > > Signed-off-by: Rami Rosen A

[dpdk-dev] [PATCH] examples/tep_term: remove MAX_PRINT_BUFF

2019-01-13 Thread Rami Rosen
The definition of MAX_PRINT_BUFF in examples/tep_termination/main.c is not necessary as it is not used. This cleanup patch removes it. Fixes: a50245ede72a ("examples/tep_term: initialize VXLAN sample") Cc: sta...@dpdk.org Signed-off-by: Rami Rosen --- examples/tep_termination/main.c | 3 ---