Re: [dpdk-dev] [PATCH] app/test: fix shared library build failure

2018-04-26 Thread Parthasarathy, JananeeX M
-Original Message- From: Thomas Monjalon [mailto:tho...@monjalon.net] Sent: Wednesday, April 25, 2018 4:21 AM To: Pattan, Reshma Cc: dev@dpdk.org; Hunt, David ; Parthasarathy, JananeeX M ; Richardson, Bruce ; Yigit, Ferruh Subject: Re: [dpdk-dev] [PATCH] app/test: fix shared library

Re: [dpdk-dev] [PATCH] app/test: fix shared library build failure

2018-04-24 Thread Thomas Monjalon
title changed to "test/power: fix build with shared library" 25/04/2018 00:10, Reshma Pattan: > Using private api `guest_channel_host_connect()` > will cause shared library build failure. Adding the log: test_power_kvm_vm.c:(.text+0x2cb): undefined reference to `guest_chan

[dpdk-dev] [PATCH] app/test: fix shared library build failure

2018-04-24 Thread Reshma Pattan
Using private api `guest_channel_host_connect()` will cause shared library build failure. So revert the changes done. Fixes: d550a8cc31 ("app/test: enhance power manager unit tests") Signed-off-by: Jananee Parthasarathy Signed-off-by: Reshma Pattan --- test/test/test_power_kvm_vm.c | 47 ++