test/flow_classify: fix build warning
authorJasvinder Singh <jasvinder.singh@intel.com>
Thu, 18 Jan 2018 15:18:14 +0000 (15:18 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 18 Jan 2018 23:43:56 +0000 (00:43 +0100)
commit89769e5de7d54e0e837c50bd963c90f0468d9102
treed818bdb4358aef64ffc10e79664afe478274d264
parente00093f381a185e59795b554c040754b1c33c9ef
test/flow_classify: fix build warning

Move all static variables defined in header file to c file.

error log: /usr/bin/ld: Warning: size of symbol 'count' changed
  from 8 in test_pmd_perf.o to 24 in test_flow_classify.o

Fixes: 50bdac5916d9 ("flow_classify: remove table id parameter from API")

Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
test/test/test_flow_classify.c
test/test/test_flow_classify.h