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

Thomas Monjalon thomas at monjalon.net
Wed Apr 25 00:51:14 CEST 2018


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_channel_host_connect'

> So revert the changes done.
> 
> Fixes: d550a8cc31 ("app/test: enhance power manager unit tests")

Exact line has a longer id:
Fixes: d550a8cc31f3 ("app/test: enhance power manager unit tests")

> Signed-off-by: Jananee Parthasarathy <jananeex.m.parthasarathy at intel.com>
> Signed-off-by: Reshma Pattan <reshma.pattan at intel.com>

Adding more credits:    
    Reported-by: Bruce Richardson <bruce.richardson at intel.com>
    Suggested-by: David Hunt <david.hunt at intel.com>

Applied, thanks




More information about the dev mailing list