git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73d2c1d
)
examples/tep_term: remove unused constant
author
Rami Rosen
<ramirose@gmail.com>
Sun, 13 Jan 2019 15:02:12 +0000
(17:02 +0200)
committer
Thomas Monjalon
<thomas@monjalon.net>
Tue, 15 Jan 2019 01:40:41 +0000
(
02:40
+0100)
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: stable@dpdk.org
Signed-off-by: Rami Rosen <ramirose@gmail.com>
examples/tep_termination/main.c
patch
|
blob
|
history
diff --git
a/examples/tep_termination/main.c
b/examples/tep_termination/main.c
index
7795d08
..
d6379e3
100644
(file)
--- a/
examples/tep_termination/main.c
+++ b/
examples/tep_termination/main.c
@@
-71,9
+71,6
@@
#define INVALID_PORT_ID 0xFFFF
-/* Size of buffers used for snprintfs. */
-#define MAX_PRINT_BUFF 6072
-
/* Maximum character device basename size. */
#define MAX_BASENAME_SZ 20