On 21-Mar-19 10:55 AM, Hajkowski wrote:
From: Marcin Hajkowski <[email protected]>Currently 0 is being used for not connected slot indication. This is not consistent with linux doc which identifies 0 as valid (connected) slot, thus modification was done to change it. Fixes: cd0d5547 ("power: vm communication channels in guest") Cc: [email protected] Signed-off-by: Marcin Hajkowski <[email protected]> --- lib/librte_power/guest_channel.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/librte_power/guest_channel.c b/lib/librte_power/guest_channel.c index c17ea46b4..9cf7d2cb2 100644 --- a/lib/librte_power/guest_channel.c +++ b/lib/librte_power/guest_channel.c
Acked-by: Anatoly Burakov <[email protected]> -- Thanks, Anatoly

