app/testpmd: move variables definition in source
authorGeorgios Katsikas <katsikas.gp@gmail.com>
Wed, 24 Jan 2018 11:53:36 +0000 (12:53 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 31 Jan 2018 22:34:47 +0000 (23:34 +0100)
commit63531389d5790fe3d1045ecbf1112b0aa70e8046
tree9d534b070b6332d8206889cb7db8fc04140b7179
parentc7217b9dd8efaac9214fa84cbd5b3b153bc49ab8
app/testpmd: move variables definition in source

This patch moves the definition of 3 variables in testpmd.h
into the respective .c file. The idea behind this move is
to allow external applications to compile against testpmd
without throwing compilation errors related to multiple
definition of variables.

Also, an extern dcb_q_mapping in testpmd.h is removed
since it appears that this variable is not defined
elsewhere in the tree.

Signed-off-by: Georgios Katsikas <katsikas.gp@gmail.com>
app/test-pmd/testpmd.c
app/test-pmd/testpmd.h