On Thu, Apr 11, 2019 at 10:29:43AM +0300, Ilya Maximets wrote: > DPDK uses dlopen to load plugins and we need to search for > library containing this function. But we should not do this > in a loop because 'AC_SEARCH_LIBS' could do this for us. > Also, 'AC_SEARCH_LIBS' prints user-visible messages that are > useful for debuging. > Also added the new 'checking' message and code normalized to > be more readable. > > With this change we'll have following additional messages: > > checking for library containing dlopen... -ldl > checking whether linking with dpdk works... yes > > Acked-by: Flavio Leitner <[email protected]> > Signed-off-by: Ilya Maximets <[email protected]>
Thanks, Ilya! I applied these patches to master. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
