[dpdk-dev] [PATCH 00/10] bsd: fix compilation

Neil Horman nhorman at tuxdriver.com
Fri Apr 25 15:27:54 CEST 2014


On Fri, Apr 25, 2014 at 01:59:38PM +0200, Olivier Matz wrote:
> This patch series fix compilation of bsdapp environment
> that was broken by previous commits.
> 
> Olivier Matz (10):
>   bsd/pci: rename device and driver lists
>   bsd/devargs: introduce API and test
>   bsd/devargs: use devargs for vdev and PCI whitelist/blacklist
>   bsd/devargs: use a comma instead of semicolon to separate key/values
>   bsd/devargs: replace --use-device option by --pci-whitelist and --vdev
>   bsd/devargs: allow to provide arguments per pci device
>   bsd/nic_uio: fix module compilation with freebsd 10
>   bsd/mk: use the Q variable instead of @ for quiet commands
>   bsd/mem: get hugepages config
>   bsd/mem: get physical address of any pointer
> 
>  lib/librte_eal/bsdapp/eal/Makefile      |   2 +-
>  lib/librte_eal/bsdapp/eal/eal.c         | 112 +++++++++++++++++++-------------
>  lib/librte_eal/bsdapp/eal/eal_memory.c  |  12 ++++
>  lib/librte_eal/bsdapp/eal/eal_pci.c     |  17 +++--
>  lib/librte_eal/bsdapp/nic_uio/nic_uio.c |   1 +
>  mk/rte.bsdmodule.mk                     |  26 ++++----
>  6 files changed, 105 insertions(+), 65 deletions(-)
> 
> -- 
> 1.9.2
> 
> 
Series, Minus the Makefile enhancement
Acked-by: Neil Horman <nhorman at tuxdriver.com>



More information about the dev mailing list