[dpdk-dev] [PATCH 2/2] eal_pci: Fix compilation under FreeBSD

2014-06-11 Thread Thomas Monjalon
2014-06-10 22:00, Bruce Richardson: > On Thu, Jun 05, 2014 at 05:12:08PM +0100, Alan Carew wrote: > > I'm not sure why this has not caused an issue before, perhaps > > missing -Werror=unused-parameter or super-set > > and subsequently fixed. > > This patch adds __rte_unused to > > pci_unbind_kernel

[dpdk-dev] [PATCH 2/2] eal_pci: Fix compilation under FreeBSD

2014-06-10 Thread Bruce Richardson
On Thu, Jun 05, 2014 at 05:12:08PM +0100, Alan Carew wrote: > I'm not sure why this has not caused an issue before, perhaps > missing -Werror=unused-parameter or super-set > and subsequently fixed. > This patch adds __rte_unused to > pci_unbind_kernel_driver(struct rte_pci_device *dev) > > Signed-

[dpdk-dev] [PATCH 2/2] eal_pci: Fix compilation under FreeBSD

2014-06-05 Thread Alan Carew
I'm not sure why this has not caused an issue before, perhaps missing -Werror=unused-parameter or super-set and subsequently fixed. This patch adds __rte_unused to pci_unbind_kernel_driver(struct rte_pci_device *dev) Signed-off-by: Alan Carew --- lib/librte_eal/bsdapp/eal/eal_pci.c | 2 +- 1 fil