[dpdk-dev] [PATCH v11 0/5] link bonding library

2014-07-02 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH] kni: compatibility with RHEL 7

2014-07-02 Thread Thomas Monjalon
> 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

[dpdk-dev] [PATCH 1/2] kni: fix build with kernel 3.16

2014-07-02 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH 2/2] kni: igb: modify rate configation to support min/max rate fields

2014-07-02 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH] app/test: fix build switches to enable cmdline tests

2014-07-02 Thread Thomas Monjalon
> > 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_

[dpdk-dev] [PATCH] test: Remove NULL snprintf tests in cmdline unit test

2014-07-02 Thread Thomas Monjalon
> > 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

[dpdk-dev] [PATCH] app/test: fix and separate vdev test in test_eal_flags

2014-07-02 Thread Thomas Monjalon
> 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.

[dpdk-dev] Compilation errors in FreeBSD and OR Linux (Kerne 2.6.39l

2014-07-02 Thread Cao, Waterman
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

[dpdk-dev] [PATCH 0/2] i40e improvements

2014-07-02 Thread Helin Zhang
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

[dpdk-dev] [PATCH 1/2] i40e: use i40e_clear_hw() to clear hardware before PF reset

2014-07-02 Thread Helin Zhang
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

[dpdk-dev] [PATCH 2/2] i40e: add required steps in TX queue enable, disable

2014-07-02 Thread Helin Zhang
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

[dpdk-dev] [PATCH 0/2] i40e improvements

2014-07-02 Thread Cao, Min
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.

[dpdk-dev] [PATCH] bond: fix for compile issue on 32 bits Oracle Linux 6.4

2014-07-02 Thread 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-linuxapp-gcc/include/rte_mbuf.h:61, from /home/dpdk/l

[dpdk-dev] [PATCH 0/2] i40e improvements

2014-07-02 Thread Thomas Monjalon
> 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

[dpdk-dev] [PATCH] bond: fix for compile issue on 32 bits Oracle Linux 6.4

2014-07-02 Thread Thomas Monjalon
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

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

2014-07-02 Thread Thomas Monjalon
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

[dpdk-dev] Intel DPDK: exception_path:RTE_ARCH

2014-07-02 Thread sothy shan
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

[dpdk-dev] [PATCH] net: get rid of SET_ETHTOOL_OPS

2014-07-02 Thread Thomas Monjalon
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

[dpdk-dev] Intel DPDK: exception_path:RTE_ARCH

2014-07-02 Thread Alex Markuze
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

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

2014-07-02 Thread Zhan, Zhaochen
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

[dpdk-dev] Intel DPDK: exception_path:RTE_ARCH

2014-07-02 Thread Thomas Monjalon
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 >

[dpdk-dev] Intel DPDK: exception_path:RTE_ARCH

2014-07-02 Thread sothy shan
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, > > > > >

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

2014-07-02 Thread Thomas Monjalon
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

[dpdk-dev] Intel DPDK: exception_path:RTE_ARCH

2014-07-02 Thread sothy shan
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

[dpdk-dev] [PATCH] net: get rid of SET_ETHTOOL_OPS

2014-07-02 Thread Flavio Leitner
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

[dpdk-dev] Intel DPDK: exception_path:RTE_ARCH

2014-07-02 Thread sothy shan
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

[dpdk-dev] [PATCH 0/7] build fixes

2014-07-02 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH 3/7] ethdev: fix build of named allocation debug

2014-07-02 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH 2/7] ethdev: fix build of Tx rate limitation debug

2014-07-02 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH 4/7] pcap: fix build

2014-07-02 Thread Thomas Monjalon
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_

[dpdk-dev] [PATCH 5/7] virtio: fix build of debug dump

2014-07-02 Thread Thomas Monjalon
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

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

2014-07-02 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH 6/7] vmxnet3: fix build with debug

2014-07-02 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH 7/7] ixgbe/base: fix build with debug

2014-07-02 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH] net: get rid of SET_ETHTOOL_OPS

2014-07-02 Thread Thomas Monjalon
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

[dpdk-dev] KNI hw Address.

2014-07-02 Thread Alex Markuze
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

[dpdk-dev] Testing memnic for VM to VM transfer

2014-07-02 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH 0/7] build fixes

2014-07-02 Thread Richardson, Bruce
> -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