Fixed showing negative count in stats show CLI 37/14637/2
authorNaoyuki Mori <naoyuki.mori@intel.com>
Tue, 4 Sep 2018 01:36:54 +0000 (10:36 +0900)
committerNaoyuki Mori <naoyuki.mori@intel.com>
Tue, 4 Sep 2018 10:17:41 +0000 (19:17 +0900)
commit004869d0d4947a6e56b2d1bd481bbb6916d7a2e0
treeeb043ba5c0954bb22419f0a05b8254101faefeed
parent7eedb5fb44d5a38cb3ba059d6983e95128b97d36
Fixed showing negative count in stats show CLI

Some counters (bytes, pkts) are formatted as signed instead of unsigned
in "show hardware-interfaces" and "show lb".
These stats counters are declared as u64.

Change-Id: Id1b588188bff4e36402beb8d07f779e9a5193956
Signed-off-by: Naoyuki Mori <naoyuki.mori@intel.com>
src/plugins/dpdk/device/format.c
src/plugins/lb/lb.c