[dpdk-dev] [PATCH v8 4/4] doc: update with link changes

2016-02-28 Thread Marc
On 18 February 2016 at 19:14, Mcnamara, John wrote: > Hi, > > Some minor comments below in order to get a consistent set of release > notes. > > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Marc Sune > > Sent: Sunday, February 14, 2016 10:18 PM > > To:

[dpdk-dev] [PATCH] ixgbe: fix ixgbevf RX/TX function assignment

2016-02-28 Thread Zhe Tao
For the secondary process of DPDK to initialize ixgbevf, it will always use the simple RX function or LRO RX function, and this behavior is not the same RX/TX function selection logic as it is for the primary process, so use the ixgbe_set_tx_function and ixgbe_set_rx_function to select the RX/TX

[dpdk-dev] [PATCH] arm: fix name armv7-a used for dpdk purposes

2016-02-28 Thread Thomas Monjalon
2016-02-16 19:35, Jan Viktorin: > The CONFIG_RTE_MACHINE must not contain hyphens to work correctly. This was > initially done only for the file name defconfig_arm-armv7a-linuxapp-gcc. This > patch fixes install-sdk goal. Otherwise, it creates a wrong directory for this > platform. > >

[dpdk-dev] [PATCH] example/vhost: fix failed to allocate mbufs

2016-02-28 Thread Thomas Monjalon
2016-02-18 08:08, Jianfeng Tan: > In all, it fails to include master core's mbuf mempool cache. > > Signed-off-by: Jianfeng Tan > Reported-by: Qian Xu minor note: please keep the "people-tags" in the chronological order. Here the "Reported-by" is moved before the "Signed-off-by". [...] > +*

[dpdk-dev] [PATCH] examples/vhost: fix out of sequence packets

2016-02-28 Thread Thomas Monjalon
2016-01-20 10:47, Yuanhan Liu: > On Wed, Jan 20, 2016 at 03:18:11AM +0800, Jianfeng Tan wrote: > > Issue description: when packets go through vhost example to virtio > > device and come back to another virtio device or physical NIC, the > > sequence of packets will be changed. > > > >

[dpdk-dev] [PATCH 1/3] rte_interrupts: add rte_eal_intr_exit to shut down IRQ thread

2016-02-28 Thread Thomas Monjalon
2016-02-13 13:38, Matthew Hall: > There is no good way to shut down this thread from an application signal > handler. Here we add an rte_eal_intr_exit() function to allow this. Please Cunming, Would you have time to review this series about interrupt thread? Thank you

[dpdk-dev] [PATCH] eal: make resource initialization more robust

2016-02-28 Thread Thomas Monjalon
Hi, 2016-01-29 19:22, Jianfeng Tan: > Current issue: DPDK is not that friendly to container environment, which > caused by that it pre-alloc resource like cores and hugepages. But there > are this or that resource limitations, for examples, cgroup, rlimit, > cpuset, etc. > > For cores, this

[dpdk-dev] [PATCH] mk: add makefile extention support

2016-02-28 Thread Thomas Monjalon
Hi, 2016-02-09 11:35, Keith Wiles: > Adding support to the build system to allow for Makefile.XXX > extention to a subtree, which already has Makefiles. These > Makefiles could be from the autotools and others places. Using > the Makefile extention RTE_MKFILE_SUFFIX in a makefile subtree > using

[dpdk-dev] [PATCH v4 1/1] examples/l3fwd: modify and modularize l3fwd code

2016-02-28 Thread Thomas Monjalon
2016-02-25 11:24, Piotr Azarewicz: > Signed-off-by: Ravi Kerur > Signed-off-by: Piotr Azarewicz > > Tested-by: Tomasz Kulasek > Acked-by: Tomasz Kulasek > Acked-by: Konstantin Ananyev Applied, thanks

[dpdk-dev] [PATCH] mk: add makefile extention support

2016-02-28 Thread Wiles, Keith
>Hi, > >2016-02-09 11:35, Keith Wiles: >> Adding support to the build system to allow for Makefile.XXX >> extention to a subtree, which already has Makefiles. These >> Makefiles could be from the autotools and others places. Using >> the Makefile extention RTE_MKFILE_SUFFIX in a makefile subtree

[dpdk-dev] [PATCH v7] mbuf: provide rte_pktmbuf_alloc_bulk API

2016-02-28 Thread Huawei Xie
v7 changes: rte_pktmbuf_alloc_bulk isn't exported as API, so shouldn't be listed in version map v6 changes: reflect the changes in release notes and library version map file revise our duff's code style a bit to make it more readable v5 changes: add comment about duff's device and our

[dpdk-dev] [PATCH 1/3] kcp: add kernel control path kernel module

2016-02-28 Thread Ferruh Yigit
On 2/28/2016 3:34 PM, Avi Kivity wrote: > On 01/27/2016 06:24 PM, Ferruh Yigit wrote: >> This kernel module is based on KNI module, but this one is stripped >> version of it and only for control messages, no data transfer >> functionality provided. >> >> This Linux kernel module helps userspace

[dpdk-dev] [PATCH 1/3] kcp: add kernel control path kernel module

2016-02-28 Thread Avi Kivity
On 01/27/2016 06:24 PM, Ferruh Yigit wrote: > This kernel module is based on KNI module, but this one is stripped > version of it and only for control messages, no data transfer > functionality provided. > > This Linux kernel module helps userspace application create virtual > interfaces and when

[dpdk-dev] RSS Hash using 2 tuple

2016-02-28 Thread Nishant Verma
Hi All, I tried to change L3fwd program. My aim is to use only destination IP and UDP protocol as only 2 tuple in RSS hash. My first question is, Is it possible? I have checked macros that doesn't give me impression that we can just use destination IP. Please correct me if i am wrong. Thanks

[dpdk-dev] VIRTIO interface with DPDK in Guest VM not receiving packets

2016-02-28 Thread Ajeet Gill (ajgill)
Hello , I have observed that QEMU/Host does not pass the packets to Guest VM on Virtio interfaces unless I turn on promisc mode on the interface in the Guest. Host is running RHEL 7.2. Have tried with Ubuntu 14.4 as well . No DPDK-OVS or any vhost-user. Is this expected behavior? I would