Re: [dpdk-dev] [PATCH v3 01/17] build: add initial infrastructure for meson & ninja builds

2017-09-20 Thread Timothy M. Redaelli
On September 20, 2017 12:24:15 PM GMT+02:00, Bruce Richardson wrote: >On Wed, Sep 20, 2017 at 12:10:19PM +0200, Timothy M. Redaelli wrote: >> On 09/13/2017 04:12 PM, Bruce Richardson wrote: >> [...] >> > + >> > +# for static libs, treat the drivers as regular

Re: [dpdk-dev] [PATCH v3 01/17] build: add initial infrastructure for meson & ninja builds

2017-09-20 Thread Timothy M. Redaelli
On 09/13/2017 04:12 PM, Bruce Richardson wrote: [...] > + > +# for static libs, treat the drivers as regular libraries, otherwise > +# for shared libs, put them in a driver folder > +if get_option('default_library') == 'static' > + driver_install_path = get_option('libdir') > +else > + driv

Re: [dpdk-dev] [PATCH] examples: ethtool: Link against librte_pmd_ixgbe if necessary

2017-04-07 Thread Timothy M. Redaelli
On 02/17/2017 05:11 PM, remy.horton at intel.com (Remy Horton) wrote: > > On 16/02/2017 16:17, Markos Chandras wrote: >> The librte_ethtool library depends on librte_pmd_ixgbe if that >> pmd driver is enabled so we need to link against it when we compile >> the ethtool application. It fixes the fo