test/pmd_perf: declare variables as static
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Fri, 19 Jan 2018 14:37:13 +0000 (14:37 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 1 Feb 2018 00:07:36 +0000 (01:07 +0100)
commit532e5242db15b311594c4a633d520ed3ae87b38d
treefc9dbae470aee1bc2dde197b5c9eeeb879af472b
parentabdf63d11b0917bde76fa5a73c16363bc497085b
test/pmd_perf: declare variables as static

Some variables in the PMD perf test were declared as global,
but they are only used in this test, so they should actually
be declared as static.

Fixes: 002ade70e933 ("app/test: measure cycles per packet in Rx/Tx")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
test/test/test_pmd_perf.c