[dpdk-dev] conflicting types for "netdev_features_t"; netdevice.h:854: note: previous declaration of "netdev_features_t" was here

2014-01-16 Thread Thomas Monjalon
16/01/2014 18:16, TSADOK, Shlomi (Shlomi): > When compiling DPDK-1.5.2-2 I'm getting the below error > OS is CentOS 6.5, kernel is 2.6.32-431.3.1.el6.x86_64 > > Any idea what the issue is? I think you are not using the latest version. This commit should be the needed in your case: http://www.dpdk

[dpdk-dev] conflicting types for "netdev_features_t"; netdevice.h:854: note: previous declaration of "netdev_features_t" was here

2014-01-16 Thread TSADOK, Shlomi (Shlomi)
That solved it indeed Thank you! Shlomi -Original Message- From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] Sent: Thursday, January 16, 2014 7:31 PM To: TSADOK, Shlomi (Shlomi) Cc: dev at dpdk.org Subject: Re: [dpdk-dev] conflicting types for "netdev_features_t"; netdevice.h:8

[dpdk-dev] conflicting types for "netdev_features_t"; netdevice.h:854: note: previous declaration of "netdev_features_t" was here

2014-01-16 Thread TSADOK, Shlomi (Shlomi)
When compiling DPDK-1.5.2-2 I'm getting the below error OS is CentOS 6.5, kernel is 2.6.32-431.3.1.el6.x86_64 Any idea what the issue is? Thanks Shlomi == Build lib/librte_eal/linuxapp/kni LD /root/dpdk/DPDK-1.5.2/x86_64-default-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/built-in.o

[dpdk-dev] [dpdk-announce] DPDK 1.5.2r1 released

2014-01-16 Thread Thomas Monjalon
The new release can be downloaded here: http://dpdk.org/browse/dpdk/tag/?id=v1.5.2r1 There is no major change since 1.5.1 releases. This r1 drop is a maintenance release on top of 1.5.2r0. New patches will be integrated in branch 1.5.2. -- Thomas

[dpdk-dev] Any benefit of using DPDK's makefiles instead of using your own and linking against DPDK library

2014-01-16 Thread Olivier MATZ
Hi Dan, On 01/14/2014 09:40 PM, Daniel Kan wrote: > On a similar note, is there any particular reason why many macros such > as RTE_MACHINE_XXX are passed as flags to the compiler instead of > being defined in rte_config.h? I guess it's because in case of local compilation (called "native"), thes

[dpdk-dev] [PATCH v3] app/testpmd: fix RSS rx by setting mq_mode

2014-01-16 Thread Maxime Leroy
> The mq_mode was not set when rxq is > 0; it's defaulted to ETH_MQ_RX_NONE. > As a result, RSS remains inactive. The fix is to set mq_mode to ETH_MQ_RX_RSS > when hf is non-zero. > > This bug was introduced by commit 243db2ddee3094a2cb39fdd4b17e26df4e7735e1 > igb/ixgbe: ETH_MQ_RX_NONE should disab

[dpdk-dev] [PATCH]: to create KNI on 32 bit system

2014-01-16 Thread neeraj kumar
It is in regard to this commit *d92c66f5ac53a7b803efcb4782e601ea99c38a7e* By default in 32 bit kernel *High Memory Support* option of make menuconfig is selected with size 4 GB, therefore it gives compilation error. Thus to use KNI on 32 bit system we need kernel with High memory support of 64 G

[dpdk-dev] How to shut down flow control in DPDK ?

2014-01-16 Thread chen_lp
Hi, I want to shut down flow control in DPDK, I only kwon the function rte_eth_dev_flow_ctrl_set(uint8_t port_id, struct rte_eth_fc_conf *fc_conf) can do this. But I don't kwon how config the struct rte_eth_fc_conf. I try config it like that : static struct rte_eth_fc_conf fc_conf={ .high_water=10

[dpdk-dev] Is Flow Director supported on the x540 chipset?

2014-01-16 Thread Fulvio Risso
Dear all, by digging into the DPDK code it seems to me that FDIR is not supported on the x540 chipset, while it is supported on 82599. Another message seems to mention the same problem here: http://dpdk.org/ml/archives/dev/2013-November/000806.html Is there any plan to support FDIR to the x