Re: [dpdk-dev] [PATCH v3 3/8] examples/power: add necessary changes to guest app

2018-09-25 Thread Burakov, Anatoly
On 14-Sep-18 2:54 PM, David Hunt wrote: The changes here are minimal, as the guest app functionality is not changing at all, but there is a new element in the channel_packet struct that needs to have a default set (channel_packet->core_type). Signed-off-by: David Hunt --- Acked-by: Anatoly Bu

[dpdk-dev] [PATCH v3 3/8] examples/power: add necessary changes to guest app

2018-09-14 Thread David Hunt
The changes here are minimal, as the guest app functionality is not changing at all, but there is a new element in the channel_packet struct that needs to have a default set (channel_packet->core_type). Signed-off-by: David Hunt --- examples/vm_power_manager/guest_cli/vm_power_cli_guest.c | 1 +