2014-06-30 09:28, Doherty, Declan:
> > -Original Message-
> > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com]
> >
> > Hi Declan,
> >
> > 2014-06-29 18:49, Declan Doherty:
> > > This patchset contains the name change fix in the link bonding library
> > > makefile. I have also p
> Compilation in RHEL7 is failed. This fixes the build issue.
>
> RHEL7 has skb_set_hash, the kernel version is 3.10 though.
> Don't define skb_set_hash for RHEL7.
>
> Signed-off-by: Hiroshi Shimamoto
> Reviewed-by: Hayato Momma
Applied for version 1.7.0.
Thanks
--
Thomas
2014-06-17 17:32, Aaro Koskinen:
> SET_ETHTOOL_OPS is gone in 3.16, so modify drivers accordingly.
>
> Signed-off-by: Aaro Koskinen
Applied for version 1.7.0.
Thanks
--
Thomas
2014-06-17 17:32, Aaro Koskinen:
> This follows the mainline Linux kernel commit
> ed616689a3d95eb6c9bdbb1ef74b0f50cbdf276a (Add support to configure SR-IOV
> VF minimum and maximum Tx rate) by Sucheta Chakraborty, and enables to
> build the driver against 3.16.
>
> Signed-off-by: Aaro Koskinen
> > There were 2 typos since these commits (in 1.6.0 releases):
> > 21a7f4e264 fix build without librte_cmdline
> > cac6d08c8b replace --use-device option by --pci-whitelist and --vdev
> >
> > In makefiles, the build options are prefixed with CONFIG_RTE_
> > but in .c file, it is only RTE_
> > Cmdline unit test calls several functions that use snprintf,
> > with NULL pointer as the destination buffer. This patch
> > eliminates these NULL pointer tests.
> >
> > Signed-off-by: Pablo de Lara
>
> Acked-by: Olivier Matz
Applied for version 1.7.0.
Thanks
--
Thomas
> In EAL flags unit test, vdev test was being included
> (and broken) in whitelist test. It has been separated
> in different test and fixed, by calling another
> primary process, instead of a secondary one.
>
> Signed-off-by: Pablo de Lara
Acked-by: Thomas Monjalon
Applied for version 1.7.0.
Hi Thomas,
We defected two compilation errors in RC3:
-
One from FreeBSD 10:
target: x86_64-native-bsdapp-gcc
== Build lib/librte_eal/bsdapp/eal
CC eal.o
/jenkins/workspace/DPDK_AUTO_IDT_VM_FreeBSD10.0_64_BUILD/DPDK/lib/librte_eal/bsdapp/eal/eal
These patches include:
* use i40e_clear_hw() to clear hardware before PF reset.
It is quite straightforward, use new perfect function to repalce
old ones for clearing hardware before doing PF reset.
* add required steps in TX queue enable, disable.
Hardware specification changed recentl
i40e_clear_hw() was provided recently in shared code to clear
hardware, which can cover disabling all queues. The code
changes are to remove i40e_pf_disable_all_queues() and use
i40e_clear_hw() instead.
Signed-off-by: Helin Zhang
Acked-by: Jijiang Liu
Acked-by: Jing Chen
---
lib/librte_pmd_i40
Hardware specification changed recently which requires to set
or clear TX queue disable flags before actually enabling or
disabling a specific TX queue. 'QTX_HEAD' register needs to
be cleared before setting the QENA_REQ flag.
Signed-off-by: Helin Zhang
Acked-by: Jijiang Liu
Acked-by: Jing Chen
Test-by: Min Cao
This patch includes 3 files, and has been tested by Intel.
Please see test environment information as the following:
Fedora 20 x86_64, Linux Kernel 3.11.10-301, GCC 4.8.2 Intel Xeon CPU E5-2680
v2 @ 2.80GHz
NIC: Intel Fortville 4*10G. We verified testpmd.
The compile error on 32 bits Oracle Linux 6.4 is as below.
**
Kernel: 2.6.39
GCC: 4.4.7 20120313
In file included from /usr/include/stdlib.h:320,
from /home/dpdk/i686-native-linuxapp-gcc/include/rte_mempool.h:63,
from /home/dpdk/i686-native-linuxapp-gcc/include/rte_mbuf.h:61,
from /home/dpdk/l
> These patches include:
> * use i40e_clear_hw() to clear hardware before PF reset.
> It is quite straightforward, use new perfect function to repalce
> old ones for clearing hardware before doing PF reset.
> * add required steps in TX queue enable, disable.
> Hardware specification cha
2014-07-02 15:29, Helin Zhang:
> The compile error on 32 bits Oracle Linux 6.4 is as below.
> **
> Kernel: 2.6.39
> GCC: 4.4.7 20120313
>
> In file included from /usr/include/stdlib.h:320,
> from /home/dpdk/i686-native-linuxapp-gcc/include/rte_mempool.h:63,
> from /home/dpdk/i686-native-linuxa
When adding link bonding to EAL initialization (a155d430119),
an include was missing for BSD.
Signed-off-by: Thomas Monjalon
---
lib/librte_eal/bsdapp/eal/eal.c | 1 +
1 file changed, 1 insertion(+)
Please, a quick test and acknowledgement of this fix would be helpful.
diff --git a/lib/librt
Hello!
I started playing Intel DPDK example. I used to compile exception_path
code.
When I do make command "make", I got an error,
RTE_ARCH is not set. So I set the variable via terminal bash using
export RTE_ARCH=x86_64
Stilll it is not working. Any wrong anywhere?
Thanks for your reponse.
B
Hi Flavio,
2014-07-01 15:19, Flavio Leitner:
> The SET_ETHTOOL_OPS has been removed from upstream, so it
> breaks the dpdk build with recent kernels.
>
> Signed-off-by: Flavio Leitner
You are removing SET_ETHTOOL_OPS calls.
In a previous patch, Aaro Koskinen made the choice to redefine the macr
You need, to define the following variables before compiling, please refer
to the DPDK documentation.
export RTE_TARGET=x86_64-native-linuxapp-gcc
export RTE_SDK=/home/user/dpdk
On Wed, Jul 2, 2014 at 12:48 PM, sothy shan wrote:
> Hello!
>
> I started playing Intel DPDK example. I used to co
Hi
I have tested the patch, it still has a build error although it is different
from the previous one.
OS: FreeBSD10
== Build lib/librte_pmd_bond
CC rte_eth_bond_api.o
/root/zzc/dpdk-1.7.0-rc3/lib/librte_pmd_bond/rte_eth_bond_api.c:35:27: fatal
error: linux/binfmts.h: No such file or direct
2014-07-02 12:56, Alex Markuze:
> On Wed, Jul 2, 2014 at 12:48 PM, sothy shan wrote:
> > I started playing Intel DPDK example. I used to compile exception_path
> > code.
> > When I do make command "make", I got an error,
> >
> > RTE_ARCH is not set. So I set the variable via terminal bash using
>
On Wed, Jul 2, 2014 at 12:00 PM, Thomas Monjalon
wrote:
> 2014-07-02 12:56, Alex Markuze:
> > On Wed, Jul 2, 2014 at 12:48 PM, sothy shan wrote:
> > > I started playing Intel DPDK example. I used to compile exception_path
> > > code.
> > > When I do make command "make", I got an error,
> > >
> >
Hi Zhaochen,
Please read answer below:
2014-07-02 09:58, Zhan, Zhaochen:
> I have tested the patch, it still has a build error although it is different
> from the previous one.
>
> OS: FreeBSD10
>
> == Build lib/librte_pmd_bond
> CC rte_eth_bond_api.o
> /root/zzc/dpdk-1.7.0-rc3/lib/librte_pmd
I followed and error is there again.
See more description here: make didnot worked. I still use 1.6. :-)
cubiq at WKS-LNX-006:~$ ${RTE_SDK}
cubiq at WKS-LNX-006:~$ ${RTE_TARGET}
cubiq at WKS-LNX-006:~$ export RTE_SDK=/home/cubiq/sothy/dpdk-1.6.0r2
cubiq at WKS-LNX-006:~$ export RTE_TARGET=x86_64-n
On Wed, Jul 02, 2014 at 11:48:51AM +0200, Thomas Monjalon wrote:
> Hi Flavio,
>
> 2014-07-01 15:19, Flavio Leitner:
> > The SET_ETHTOOL_OPS has been removed from upstream, so it
> > breaks the dpdk build with recent kernels.
> >
> > Signed-off-by: Flavio Leitner
>
> You are removing SET_ETHTOOL
On Wed, Jul 2, 2014 at 12:04 PM, sothy shan wrote:
>
>
>
> On Wed, Jul 2, 2014 at 12:00 PM, Thomas Monjalon <
> thomas.monjalon at 6wind.com> wrote:
>
>> 2014-07-02 12:56, Alex Markuze:
>> > On Wed, Jul 2, 2014 at 12:48 PM, sothy shan
>> wrote:
>> > > I started playing Intel DPDK example. I used
When enabling pcap PMD or debug options, there are many compiler errors.
There is also another error on BSD.
These errors are due to many recent developments (link bonding,
rate limitation, ixgbe upgrade, vmxnet3, FILE argument for debug).
So my comments are:
- I don't test every build configura
The commit 83b41136934 (add unique name to devices) didn't compile if
CONFIG_RTE_LIBRTE_ETHDEV_DEBUG is enabled.
Signed-off-by: Thomas Monjalon
---
lib/librte_ether/rte_ethdev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/librte_ether/rte_ethdev.c b/lib/librte_ether/r
The commit 8dbe82b0733 (Tx rate limitation) didn't compile if
CONFIG_RTE_LIBRTE_ETHDEV_DEBUG is enabled.
Signed-off-by: Thomas Monjalon
---
lib/librte_ether/rte_ethdev.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/librte_ether/rte_ethdev.c b/lib/librte_ether/rte_e
The commit 83b41136934 (add unique name to devices) didn't compile if
CONFIG_RTE_LIBRTE_PMD_PCAP is enabled.
Signed-off-by: Thomas Monjalon
---
lib/librte_pmd_pcap/rte_eth_pcap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/librte_pmd_pcap/rte_eth_pcap.c
b/lib/librte_
The commit 591a9d7985c1230 (add FILE argument to debug functions) didn't
compile if CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_DUMP is enabled.
Signed-off-by: Thomas Monjalon
---
lib/librte_pmd_virtio/virtio_rxtx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/librte_pmd_virtio/vir
When adding link bonding to EAL initialization (a155d430119),
an include was missing for BSD.
Signed-off-by: Thomas Monjalon
Tested-by: Zhaochen Zhan
---
lib/librte_eal/bsdapp/eal/eal.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/librte_eal/bsdapp/eal/eal.c b/lib/librte_eal/bsdapp/e
Functions for queue dump are not used and cause compilation error if
CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_DRIVER is enabled.
Fixed by disabling them.
Signed-off-by: Thomas Monjalon
---
lib/librte_pmd_vmxnet3/vmxnet3_rxtx.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/li
The upgraded base driver, especially commit 9ba80bde4c, didn't compile if
CONFIG_RTE_LIBRTE_IXGBE_DEBUG_DRIVER is enabled.
Signed-off-by: Thomas Monjalon
---
lib/librte_pmd_ixgbe/ixgbe/ixgbe_osdep.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/librte_pmd_ixgbe/ixgb
2014-07-02 10:07, Flavio Leitner:
> On Wed, Jul 02, 2014 at 11:48:51AM +0200, Thomas Monjalon wrote:
> > You are removing SET_ETHTOOL_OPS calls.
>
> Yes.
>
> > In a previous patch, Aaro Koskinen made the choice to redefine the macro
> > in kcompat files.
>
> I missed that one.
>
> > I don't kno
Hi, I'm playing with KNI on a VM (kvm), the Interface that is created has
no MAC address until the IP is set via ifconfig - then a random mac is
created.
The VF has a mac address that is easily retrieved with rte_eth_macaddr_get.
What I did not find is a way to create the KNI with that specific m
2014-06-18 12:06, Hiroshi Shimamoto:
> 2014-06-18 13:49, Thomas Monjalon:
> > 2014-06-18 11:42, Hiroshi Shimamoto:
> > > 2014-06-18 19:26, GongJinrong:
> > > > Do you have any idea that how to write a host application
> > > > to put the data to guest memnic PMD?
> > >
> > > Yes, basically I made t
> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Wednesday, July 02, 2014 8:03 AM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH 0/7] build fixes
>
> When enabling pcap PMD or debug options, there are many compiler errors.
> There i
38 matches
Mail list logo