[dpdk-dev] [PATCH v2] examples/ethtool: fix link with ixgbe shared lib

Thomas Monjalon thomas at monjalon.net
Mon May 1 22:12:03 CEST 2017


01/05/2017 22:10, Thomas Monjalon:
> From: Markos Chandras <mchandras at suse.de>
> 
> When RTE_DEVEL_BUILD is unset, -rpath is unset.
> So the ethtool app cannot link with ixgbe shared library
> which is required by ethtool lib:
> 
> warning: librte_pmd_ixgbe.so.1, needed by
> examples/ethtool/lib/x86_64-native-linuxapp-gcc/lib/librte_ethtool.so,
> not found (try using -rpath or -rpath-link)
> 
> It is fixed by adding the library in the application link.
> 
> The library link is also improved to specify that this explicit link
> to ixgbe is needed only in the shared lib mode.
> 
> Fixes: 077d223e25c3 ("examples/ethtool: use ixgbe public function")
> 
> Signed-off-by: Markos Chandras <mchandras at suse.de>
> Acked-by: Remy Horton <remy.horton at intel.com>
> Acked-by: Timothy Redaelli <tredaelli at redhat.com>
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
> ---
> v2: add condition on CONFIG_RTE_BUILD_SHARED_LIB

Applied, thanks



More information about the dev mailing list