[dpdk-dev] [PATCH] eal: fix build with Xen dom0 enabled

2015-12-06 Thread Thomas Monjalon
2015-12-03 05:25, Thomas Monjalon: > There is a new function in the EAL API for internal use. > It has neither a proper prefix nor a .map export: > libethdev.so: undefined reference to `is_xen_dom0_supported' > > Fixes: 719dbebceb81 ("xen: allow determining DOM0 at runtime") > > Signed-off-by:

[dpdk-dev] [PATCH] eal: fix build with Xen dom0 enabled

2015-12-03 Thread Thomas Monjalon
There is a new function in the EAL API for internal use. It has neither a proper prefix nor a .map export: libethdev.so: undefined reference to `is_xen_dom0_supported' Fixes: 719dbebceb81 ("xen: allow determining DOM0 at runtime") Signed-off-by: Thomas Monjalon --- drivers/net/i40e/i40e_rxtx.c

[dpdk-dev] [PATCH] eal: fix build

2015-07-30 Thread Thomas Monjalon
2015-07-29 17:08, Thomas Monjalon: > 2015-07-29 15:00, Zhang, Helin: > > /home/hzhan75/r22/isg_cid-dpdk_org/lib/librte_eal/common/eal_common_pci.c: > > In function ???rte_eal_pci_probe_one_driver???: > > /home/hzhan75/r22/isg_cid-dpdk_org/lib/librte_eal/common/eal_common_pci.c:188:4: > > error:

[dpdk-dev] [PATCH] eal: fix build

2015-07-29 Thread Thomas Monjalon
2015-07-29 15:09, Zhang, Helin: > From: Gonzalez Monroy, Sergio > > Fixes: 4d4ebca4 ("pci: merge probing and closing functions for linux and > > bsd") > > > > The function rte_eal_pci_probe_one_driver, which calls pci_config_space_set, > > was moved to eal_common_pci.c, but pci_config_space_set

[dpdk-dev] [PATCH] eal: fix build

2015-07-29 Thread Thomas Monjalon
Monjalon [mailto:thomas.monjalon at 6wind.com] > > Sent: Wednesday, July 29, 2015 1:20 AM > > To: Zhang, Helin > > Cc: dev at dpdk.org > > Subject: Re: [dpdk-dev] [PATCH] eal: fix build > > > > 2015-07-29 06:48, Helin Zhang: > > > It fixes the build er

[dpdk-dev] [PATCH] eal: fix build

2015-07-29 Thread Zhang, Helin
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, July 29, 2015 9:06 AM > To: Zhang, Helin > Cc: Gonzalez Monroy, Sergio; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] eal: fix build > > 2015-07-29 15:09

[dpdk-dev] [PATCH] eal: fix build

2015-07-29 Thread Gonzalez Monroy, Sergio
Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] >> Sent: Wednesday, July 29, 2015 1:20 AM >> To: Zhang, Helin >> Cc: dev at dpdk.org >> Subject: Re: [dpdk-dev] [PATCH] eal: fix build >> >> 2015-07-29 06:48, Helin Zhang: >>> It fixes the build error

[dpdk-dev] [PATCH] eal: fix build

2015-07-29 Thread Zhang, Helin
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, July 29, 2015 8:09 AM > To: Zhang, Helin > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] eal: fix build > > 2015-07-29 15:00, Zhang, Helin: > >

[dpdk-dev] [PATCH] eal: fix build

2015-07-29 Thread Zhang, Helin
> -Original Message- > From: Gonzalez Monroy, Sergio > Sent: Wednesday, July 29, 2015 8:06 AM > To: Zhang, Helin > Cc: dev at dpdk.org; Thomas Monjalon > Subject: Re: [dpdk-dev] [PATCH] eal: fix build > > On 29/07/2015 16:00, Zhang, Helin wrote: > >

[dpdk-dev] [PATCH] eal: fix build

2015-07-29 Thread Zhang, Helin
rte_pci_device *dev) ^ cc1: all warnings being treated as errors Regards, Helin > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, July 29, 2015 1:20 AM > To: Zhang, Helin > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PAT

[dpdk-dev] [PATCH] eal: fix build

2015-07-29 Thread Thomas Monjalon
2015-07-29 06:48, Helin Zhang: > It fixes the build error of implicit declaration of function. What is the error? Please show the build log and describe the case when it happens (compiler, version).

[dpdk-dev] [PATCH] eal: fix build

2015-07-29 Thread Helin Zhang
It fixes the build error of implicit declaration of function. Signed-off-by: Helin Zhang --- lib/librte_eal/common/include/rte_pci.h | 11 +++ lib/librte_eal/linuxapp/eal/eal_pci.c | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git

[dpdk-dev] [PATCH] eal: Fix build issue of hotplug with icc

2015-02-28 Thread Thomas Monjalon
> > This patch fixes following errors with icc. > > > > error #188: enumerated type mixed with another type > > return -1; > > > Confirmed that this fixes the issue with ICC 13.1.1. > > Acked-by: John McNamara Applied, thanks

[dpdk-dev] [PATCH] eal: Fix build issue of hotplug with icc

2015-02-27 Thread Mcnamara, John
> -Original Message- > From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp] > Sent: Friday, February 27, 2015 5:21 AM > To: dev at dpdk.org > Cc: Mcnamara, John; Tetsuya Mukawa > Subject: [PATCH] eal: Fix build issue of hotplug with icc > > This patch fixes following errors with icc. > >

[dpdk-dev] [PATCH] eal: Fix build issue of hotplug with icc

2015-02-27 Thread Tetsuya Mukawa
This patch fixes following errors with icc. error #188: enumerated type mixed with another type return -1; Reported-by: Mcnamara, John Signed-off-by: Tetsuya Mukawa --- lib/librte_ether/rte_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[dpdk-dev] [PATCH] eal: fix build for bsd

2014-07-02 Thread Thomas Monjalon
ssage- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > > Sent: Wednesday, July 02, 2014 5:22 PM > > To: dev at dpdk.org > > Subject: [dpdk-dev] [PATCH] eal: fix build for bsd > > > > When adding link bonding to EAL initializatio

[dpdk-dev] [PATCH] eal: fix build for bsd

2014-07-02 Thread Zhan, Zhaochen
Thanks, Zhaochen > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Wednesday, July 02, 2014 5:22 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] eal: fix build for bsd > > When adding link bonding to EAL initia