datapath-protocol: vport_stats types are unsigned.
authorJesse Gross <jesse@nicira.com>
Mon, 19 Sep 2011 23:11:27 +0000 (16:11 -0700)
committerJesse Gross <jesse@nicira.com>
Mon, 19 Sep 2011 23:35:39 +0000 (16:35 -0700)
commitcca208bb634b0825f8d56fde4ec10a240a45e9c1
tree20305e896c2502bf8c7e1aec31a3635e011bb047
parent975a704c827a8a5d5c2264441f3a4ebcf097720c
datapath-protocol: vport_stats types are unsigned.

The 'u' in uint64_t apparently got clipped off of the tx_dropped
member of struct vport_stats in between review and push, incorrectly
making this a signed type.

CC: Pravin Shelar <pshelar@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Pravin Shelar <pshelar@nicira.com>
include/openvswitch/datapath-protocol.h