[dpdk-dev] Using multi-queue with RSS on X540 VF

2014-12-13 Thread Anant Mudambi
Hi all, I am using DPDK 1.7.0. Qemu-KVM system with the Intel 10G X540 NIC; host has the Linux ixgbe PF driver and a guest is using a VF with the DPDK ixgbevf PMD (uio). I am trying to configure multiple (2 for now) receive queues on the VF and use RSS. I see packets coming only to queue 0 for so

[dpdk-dev] [PATCH] doc: Add IBM Power architecture descriptions to Linux guides

2014-12-13 Thread Chao Zhu
This patch added prequirements, compiling options and some IBM Power related descriptions to Linux guides. Chao Zhu (1): doc: Add IBM Power description to linux guides doc/guides/linux_gsg/build_dpdk.rst |4 +- doc/guides/linux_gsg/quick_start.rst | 40 +

[dpdk-dev] [PATCH] doc: Add IBM Power description to linux guides

2014-12-13 Thread Chao Zhu
This patch added IBM ppc_64 descriptions, including architecture support, compiling requirements on Linux. Signed-off-by: Chao Zhu --- doc/guides/linux_gsg/build_dpdk.rst |4 +- doc/guides/linux_gsg/quick_start.rst | 40 + doc/guides/linux_gsg/sys_reqs.rst

[dpdk-dev] [PATCH] Minor fixes in rte_common.h file.

2014-12-13 Thread Neil Horman
On Fri, Dec 12, 2014 at 03:04:34PM -0800, r k wrote: > Subject: [PATCH] Minor fixes in rte_common.h file. > > Fix rte_is_power_of_2 since 0 is not. > Avoid branching instructions in RTE_MAX and RTE_MIN. > > Signed-off-by: Ravi Kerur > --- > lib/librte_eal/common/include/rte_common.h | 6 +++---