dpdkstat: rework
authorKim Jones <kim-marie.jones@intel.com>
Mon, 8 Aug 2016 12:30:56 +0000 (13:30 +0100)
committerKim Jones <kim-marie.jones@intel.com>
Thu, 18 Aug 2016 15:27:50 +0000 (16:27 +0100)
commitdbc37ea39ffde66b9bf6f389a7a8f65ab6d7f8f5
tree42c289f0d58468b48138f83809b134e9f4cc3bad
parentfc4f5dc7512b5fb7413561766ba8b508b248712c
dpdkstat: rework

1) Declaring int i = 0 in for loop
2) Removed -fPIC flag
3) Fixed indentation
4) Changed true and false to yes and no
5) Fixed empty var issue when --with-libdpdk=yes
6) Changed DPDK_LIB to DPDK_EXTRA_LIB (typo)
7) Removed dead code & FOUND_DPDK after AC_MSG_ERROR
8) Changed AC_CHECK_FILE to AC_CHECK_HEADER
9) Restructured DPDK part of configure.ac
10) Add comment explaining no-as-needed flag.
11) Added new if_* types to types.db
12) Updated type & type inst. selection for xstats

Change-Id: I7fb48852d8d0b94b4c67f204f1b1b430681e4509
Signed-off-by: Kim Jones <kim-marie.jones@intel.com>
configure.ac
src/dpdkstat.c
src/types.db