[dpdk-dev] [PATCH v5 3/4] power: process incoming confirmation cmds

2019-04-05 Thread Hajkowski
From: Marcin Hajkowski Extend vm_power_guest to check incoming confirmations of messages previously sent to host. Signed-off-by: Marcin Hajkowski --- examples/vm_power_manager/guest_cli/Makefile | 1 + .../guest_cli/vm_power_cli_guest.c| 73 +++ 2 files changed, 6

Re: [dpdk-dev] [PATCH v5 3/4] power: process incoming confirmation cmds

2019-09-26 Thread Hunt, David
On 05/04/2019 14:24, Hajkowski wrote: From: Marcin Hajkowski Extend vm_power_guest to check incoming confirmations of messages previously sent to host. Signed-off-by: Marcin Hajkowski --- examples/vm_power_manager/guest_cli/Makefile | 1 + .../guest_cli/vm_power_cli_guest.c

Re: [dpdk-dev] [PATCH v5 3/4] power: process incoming confirmation cmds

2019-09-26 Thread Daly, Lee
> On 05/04/2019 14:24, Hajkowski wrote: > > From: Marcin Hajkowski > > > > Extend vm_power_guest to check incoming confirmations of messages > > previously sent to host. > > > > Signed-off-by: Marcin Hajkowski > > --- > > examples/vm_power_manager/guest_cli/Makefile | 1 + > > .../guest_cli/