misc: fix a trunccation on vhost dump 71/29971/6
authorSteven Luong <sluong@cisco.com>
Tue, 17 Nov 2020 23:56:10 +0000 (15:56 -0800)
committerDave Wallace <dwallacelf@gmail.com>
Fri, 29 Jan 2021 14:22:38 +0000 (14:22 +0000)
commit150bf5ac6b067a9051bcce7f6126bbededbc4c1b
treed4dd6d7dcef0a0205e483cf85c0933deaf5523f6
parentced43e28ed89172f68de5655d114b289233b2581
misc: fix a trunccation on vhost dump

feature is u64. We need to print it with %llx and enough precision to
avoid truncation

Type: fix

Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: I9f5dd523400473b4881b01b8e6cecf439a8060d9
src/vat/api_format.c