Hi, > -----Original Message----- > From: Richardson, Bruce > Sent: Tuesday, April 24, 2018 11:59 AM > To: Thomas Monjalon <tho...@monjalon.net> > Cc: Parthasarathy, JananeeX M <jananeex.m.parthasara...@intel.com>; > dev@dpdk.org; Pattan, Reshma <reshma.pat...@intel.com>; Hunt, David > <david.h...@intel.com> > Subject: Re: [dpdk-dev] [PATCH v2] app/test: enhance power manager unit > tests > > On Mon, Apr 23, 2018 at 11:04:27PM +0200, Thomas Monjalon wrote: > > 11/04/2018 16:14, Reshma Pattan: > > > Unit Testcases are added for power_acpi_cpu_freq, power_kvm_vm_test > > > to improve coverage > > > > > > Signed-off-by: Jananee Parthasarathy > > > <jananeex.m.parthasara...@intel.com> > > > Acked-by: David Hunt <david.h...@intel.com> > > > > Applied, thanks > > > Sadly, this patch seems to break shared library builds. If you try doing "make > test-build" with shared libraries on it will fail, or if you do a meson build > using > shared libraries you will get the same result. > > The root cause is that the function guest_channel_host_connect() is a private > function and so is not listed in the shared library map file, preventing the > test > app from linking. >
Any action from my side required? Let me know. > Regards, > /Bruce