Re: [dpdk-dev] [PATCH v3] doc: updated json sample code for fifo interface

2019-05-13 Thread Thomas Monjalon
13/05/2019 11:04, David Hunt: > From: Lukasz Krakowiak > > Updated doc for JSON sample code related to vm_power_manager > fifo interface: "command": "destroy", "command": "power". There is no explanation about why this change is required. Was there some changes in the code? If yes, please provid

[dpdk-dev] [PATCH v3] doc: updated json sample code for fifo interface

2019-05-13 Thread David Hunt
From: Lukasz Krakowiak Updated doc for JSON sample code related to vm_power_manager fifo interface: "command": "destroy", "command": "power". Signed-off-by: Lukasz Krakowiak Acked-by: David Hunt --- v2: * coding style improved v3: * move Signed-off-by: to correct location in patch file. * reb