Ferruh Yigit
984d99ccb0
examples/vm_power: fix 32-bit build
Compiler version:
gcc 10.2.1 "cc (GCC) 10.2.1 20200723 (Red Hat 10.2.1-1)"
Build error:
../examples/vm_power_manager/guest_cli/vm_power_cli_guest.c:346:23:
warning: format ‘%ld’ expects argument of type ‘long int’, but
argument 4 has type ‘uint64_t’ {aka ‘long long unsigned int’}
[-Wformat=]
346 | cmdline_printf(cl, "Capabilities of [%d] vcore are:"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
349 | pkt_caps_list.turbo[i],
| ~~~~~~~~~~~~~~~~~~~~~~
| |
| uint64_t {aka long long unsigned int}
Fixes: 07525d1a047a ("examples/vm_power: send capabilities request from guest")
Cc: stable@dpdk.org
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Tested-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
2020-10-06 09:49:29 +02:00
..
2020-09-21 18:05:38 +02:00
2020-09-07 16:53:41 +02:00
2020-09-07 23:51:57 +02:00
2020-09-07 16:53:41 +02:00
2020-09-07 16:53:41 +02:00
2020-09-07 23:51:57 +02:00
2020-09-07 16:53:41 +02:00
2020-09-19 00:25:37 +02:00
2020-09-07 16:53:41 +02:00
2020-09-07 16:53:41 +02:00
2020-09-07 16:53:41 +02:00
2020-09-21 18:05:38 +02:00
2020-09-21 18:05:38 +02:00
2020-09-21 18:05:38 +02:00
2020-09-21 18:05:38 +02:00
2020-09-21 18:05:38 +02:00
2020-09-21 18:05:38 +02:00
2020-09-21 18:05:38 +02:00
2020-09-21 18:05:38 +02:00
2020-09-07 16:53:41 +02:00
2020-09-21 18:05:38 +02:00
2020-09-21 18:05:38 +02:00
2020-09-21 18:05:38 +02:00
2020-09-21 18:05:38 +02:00
2020-09-25 11:13:57 +02:00
2020-09-21 18:05:38 +02:00
2020-09-21 18:05:38 +02:00
2020-09-21 18:05:38 +02:00
2020-09-21 18:05:38 +02:00
2020-09-21 18:05:38 +02:00
2020-09-21 18:05:38 +02:00
2020-09-07 16:53:41 +02:00
2020-09-21 18:05:38 +02:00
2020-10-01 19:04:42 +02:00
2020-09-07 16:53:41 +02:00
2020-09-07 16:53:41 +02:00
2020-09-21 18:05:38 +02:00
2020-09-07 16:53:41 +02:00
2020-09-21 18:05:38 +02:00
2020-09-07 16:53:41 +02:00
2020-09-07 16:53:41 +02:00
2020-09-07 16:53:41 +02:00
2020-09-07 16:53:41 +02:00
2020-09-07 16:53:41 +02:00
2020-09-30 23:16:56 +02:00
2020-09-30 23:16:55 +02:00
2020-09-30 23:16:56 +02:00
2020-10-06 09:49:29 +02:00
2020-09-07 16:53:41 +02:00
2020-09-07 16:53:41 +02:00
2020-10-01 18:43:10 +02:00