[dpdk-dev] [PATCH] virtio: Update max RX packet length

2014-09-02 Thread Ouyang Changchun
Update max RX packet length since virtio PMD has the capability of receiving and transmitting jumbo frame. Signed-off-by: Changchun Ouyang Tested-by: Jingguo Fu --- lib/librte_pmd_virtio/virtio_ethdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_pmd_virtio/

[dpdk-dev] [PATCH] hash: added rte_hash_keys to extract all keys

2014-09-02 Thread Tomas Vestelind
Hello! If there's already an iterator then I guess this patch is superfluous. I tried searching for it among the e-mails but I can find it, can someone point me to it? If you still think this has some values I will take the given feedback and make corrections. Best regards, Tomas Vestelind ps.

[dpdk-dev] [PATCH 0/3] Transform the vhost example to two parts: vhost library and example.

2014-09-02 Thread Huawei Xie
This transform is to facilitate integration with DPDK accelerated ethernet switch. Huawei Xie (3): remove vhost example vhost library support to facilitate integration with DPDK accelerated vswitch This vhost example is based on vhost library. Besides, - This patch fixe

[dpdk-dev] [PATCH 1/3] examples/vhost: remove vhost example

2014-09-02 Thread Huawei Xie
Signed-off-by: Huawei Xie Acked-by: Konstantin Ananyev Acked-by: Thomos Long --- examples/vhost/Makefile| 60 - examples/vhost/eventfd_link/Makefile | 39 - examples/vhost/eventfd_link/eventfd_link.c | 205 -- examples/vhost/eventfd_link/eventfd_link.h | 79 - e

[dpdk-dev] [PATCH 2/3] lib/librte_vhost: vhost library support to facilitate integration with DPDK accelerated vswitch

2014-09-02 Thread Huawei Xie
This library is turned off by default so that it doesn't break build on default system. Install fuse development library and turn it on. Signed-off-by: Huawei Xie Acked-by: Konstantin Ananyev Acked-by: Thomos Long --- config/common_linuxapp |7 + lib/Makefile

[dpdk-dev] [PATCH 3/3] examples/vhost: vhost example based on vhost library.

2014-09-02 Thread Huawei Xie
Signed-off-by: Huawei Xie Acked-by: Konstantin Ananyev --- examples/vhost/Makefile | 52 + examples/vhost/libvirt/qemu-wrap.py | 366 examples/vhost/main.c | 3145 +++ examples/vhost/main.h | 109 ++ 4 files changed

[dpdk-dev] [PATCH v2 4/6] bond: free mbufs if transmission fails in bonding tx_burst functions

2014-09-02 Thread Doherty, Declan
> -Original Message- > From: Doherty, Declan > Sent: Monday, September 1, 2014 9:31 AM > To: dev at dpdk.org > Cc: thomas.monjalon at 6wind.com; rsanford at akamai.com; Doherty, Declan > Subject: [PATCH v2 4/6] bond: free mbufs if transmission fails in bonding > tx_burst > functions > > F

[dpdk-dev] [PATCH v2 4/6] bond: free mbufs if transmission fails in bonding tx_burst functions

2014-09-02 Thread Thomas Monjalon
Hi Declan, 2014-09-02 09:22, Doherty, Declan: > I've just noticed that I inserted an extra character into the patch when I > was annotating this > patch which will cause this a fail compilation. > > > + TEST_BCAST_SLAVE_TX_FAIL_BURST_SIZE -s > > + TEST_BCAST_S

[dpdk-dev] [PATCH 0/3] Transform the vhost example to two parts: vhost library and example.

2014-09-02 Thread Thomas Monjalon
Hi Huawei, 2014-09-02 16:55, Huawei Xie: > This transform is to facilitate integration with DPDK accelerated ethernet > switch. > > Huawei Xie (3): > remove vhost example > vhost library support to facilitate integration with DPDK accelerated > vswitch > This vhost example is based on

[dpdk-dev] Wrong TCP checksum of packets sent by Linux guest (virtIO/vhost)

2014-09-02 Thread Franck BAUDIN
Hello, This is a repost of https://lists.01.org/pipermail/dpdk-ovs/2014-September/001788.html as the issue might be related to dpdk.org vhost code. I am using dpdk-ovs 1.1.0 (latest release) as follow : linux-guest (no DPKD) <--- virtIO ---> OVDK 1.1.0 (with latest DPDK [*]) < --- Niantic --

[dpdk-dev] Wrong TCP checksum of packets sent by Linux guest (virtIO/vhost)

2014-09-02 Thread Thomas Monjalon
Hi Franck, 2014-09-02 13:20, Franck BAUDIN: > I am using dpdk-ovs 1.1.0 (latest release) as follow : > > linux-guest (no DPKD) <--- virtIO ---> OVDK 1.1.0 (with latest DPDK [*]) < > --- Niantic --- > linux-native > [...] > UDP/ICMP connectivity is fine, but TCP checksum of packet sent by the g

[dpdk-dev] [PATCH v2 0/6] link bonding

2014-09-02 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Declan Doherty > Sent: Monday, September 01, 2014 9:31 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 0/6] link bonding > > This patch set adds support for link status interrupt in the link bonding >

[dpdk-dev] [PATCHv5] librte_acl make it build/work for 'default' target

2014-09-02 Thread Neil Horman
On Mon, Sep 01, 2014 at 04:28:44PM +0100, Konstantin Ananyev wrote: > Make ACL library to build/work on 'default' architecture: > - make rte_acl_classify_scalar really scalar > (make sure it wouldn't use sse4 instrincts through resolve_priority()). > - Provide two versions of rte_acl_classify code

[dpdk-dev] [PATCH v2 01/17] ixgbe: use the right debug macro

2014-09-02 Thread Jay Rolette
Hi David, A couple of minor comments inline below. Looks good otherwise. Jay On Mon, Sep 1, 2014 at 5:24 AM, David Marchand wrote: > - We should not use DEBUGOUT*/DEBUGFUNC macros in non-shared code. > These macros come as compat wrappers for shared code. > - We should avoid calling RTE_LOG d

[dpdk-dev] DPDK and custom memory

2014-09-02 Thread Neil Horman
On Fri, Aug 29, 2014 at 06:40:08PM +, Saygin, Artur wrote: > Hello DPDK experts, > > Imagine a PMD for an FPGA-based NIC that is limited to accessing certain > memory regions . Is there a way to make DPDK use that exact > memory? > > Perhaps this is more of a hugetlbfs question than DPDK bu

[dpdk-dev] [PATCH v2 01/17] ixgbe: use the right debug macro

2014-09-02 Thread David Marchand
Hello Jay, On Tue, Sep 2, 2014 at 3:43 PM, Jay Rolette wrote: > > On Mon, Sep 1, 2014 at 5:24 AM, David Marchand > wrote: > >> >> diff --git a/lib/librte_pmd_ixgbe/ixgbe_bypass.c >> b/lib/librte_pmd_ixgbe/ixgbe_bypass.c >> index 1d21dc0..1a980b8 100644 >> --- a/lib/librte_pmd_ixgbe/ixgbe_bypas

[dpdk-dev] [PATCH v2 01/17] ixgbe: use the right debug macro

2014-09-02 Thread Thomas Monjalon
2014-09-02 16:16, David Marchand: > >> /* Macros to check for invlaid function pointers. */ Invlaid is an invalid word ;) > >> -#defineFUNC_PTR_OR_ERR_RET(func, retval) do { \ > >> - if ((func) == NULL) { \ > >> - DEBUGOUT("%s:

[dpdk-dev] Wrong TCP checksum of packets sent by Linux guest (virtIO/vhost)

2014-09-02 Thread Franck Baudin
Hi Thomas, On 09/02/14 15:29, Thomas Monjalon wrote: > UDP/ICMP connectivity is fine, but TCP checksum of packet sent by the guest > are incorrect, as showed with tcpdump on linux-native. > Thanks for reporting. > Could you try virtio without vhost? Nope, dpdk-ovs supports only vhost. Thanks! Fr

[dpdk-dev] [PATCH v2 03/17] ixgbe: clean log messages

2014-09-02 Thread Jay Rolette
Looks good On Mon, Sep 1, 2014 at 5:24 AM, David Marchand wrote: > Clean log messages: > - remove leading \n in some messages, > - remove trailing \n in some messages, > - split multi lines messages, > - replace some PMD_INIT_LOG(DEBUG, "some_func") with PMD_INIT_FUNC_TRACE(). > > Signed-off-by

[dpdk-dev] [PATCH v2 01/17] ixgbe: use the right debug macro

2014-09-02 Thread Jay Rolette
On Tue, Sep 2, 2014 at 9:21 AM, Thomas Monjalon wrote: > >> -#defineFUNC_PTR_OR_ERR_RET(func, retval) do { \ > > >> - if ((func) == NULL) { \ > > >> - DEBUGOUT("%s:%d function not supported\n", \ > > >> - _

[dpdk-dev] [PATCH v2 0/6] link bonding

2014-09-02 Thread Stephen Hemminger
On Mon, 1 Sep 2014 09:31:23 +0100 Declan Doherty wrote: > This patch set adds support for link status interrupt in the link bonding > pmd. It also contains some patches to tidy up the code structure and to > of the link bonding code and to fix bugs relating to transmission > failures in the und

[dpdk-dev] [PATCH v2 07/17] i40e: use the right debug macro

2014-09-02 Thread Jay Rolette
On Mon, Sep 1, 2014 at 5:24 AM, David Marchand wrote: > - Don't use DEBUGFUNC macro in non-shared code. > - Don't use printf for logs. > - We should avoid calling RTE_LOG directly as pmd provides a wrapper for > logs. > > Signed-off-by: David Marchand > --- > lib/librte_pmd_i40e/i40e_ethdev.c

[dpdk-dev] [PATCH v2 12/17] e1000: use the right debug macro

2014-09-02 Thread Jay Rolette
On Mon, Sep 1, 2014 at 5:24 AM, David Marchand wrote: > - We should not use DEBUGOUT* / DEBUGFUNC macros in non-shared code. > These macros come as compat wrappers for shared code. > - We should avoid calling RTE_LOG directly as pmd provides a wrapper for > logs. > > Signed-off-by: David Marchand

[dpdk-dev] [PATCH v2 14/17] e1000: clean log messages

2014-09-02 Thread Jay Rolette
Couple of minor nits noted. The bigger feedback would be that if you could keep the "whitespace / line-wrapping / formatting" only changes in separate patches, these reviews would be easier to get through. Jay On Mon, Sep 1, 2014 at 5:24 AM, David Marchand wrote: > Clean log messages: > - remo

[dpdk-dev] [PATCH v2 14/17] e1000: clean log messages

2014-09-02 Thread David Marchand
On Tue, Sep 2, 2014 at 9:05 PM, Jay Rolette wrote: > Couple of minor nits noted. The bigger feedback would be that if you could > keep the "whitespace / line-wrapping / formatting" only changes in separate > patches, these reviews would be easier to get through. > Hum, indeed, I should have done

[dpdk-dev] [PATCH v2 16/17] e1000: add a message when forcing scatter mode

2014-09-02 Thread David Marchand
Self nack, forgot to remove the \n ... -- David Marchand On Mon, Sep 1, 2014 at 12:24 PM, David Marchand wrote: > Signed-off-by: David Marchand > --- > lib/librte_pmd_e1000/em_rxtx.c |4 > lib/librte_pmd_e1000/igb_rxtx.c | 14 ++ > 2 files changed, 18 insertions(+) >

[dpdk-dev] [PATCH v2 09/17] i40e: clean log messages

2014-09-02 Thread Jay Rolette
On Mon, Sep 1, 2014 at 5:24 AM, David Marchand wrote: > Clean log messages: > - remove leading \n in some messages, > - remove trailing \n in some messages, > - split multi lines messages, > - replace some PMD_INIT_LOG(DEBUG, "some_func") with PMD_INIT_FUNC_TRACE(). > > Signed-off-by: David March

[dpdk-dev] [PATCHv5] librte_acl make it build/work for 'default' target

2014-09-02 Thread Matthew Hall
On Wed, Sep 03, 2014 at 03:29:16AM +0200, Thomas Monjalon wrote: > > > Make ACL library to build/work on 'default' architecture: Upon reading all the steps taken to implement the new multi-arch version of the code, I had a funny feeling where each time I asked, "But... what if X???" the next ste

[dpdk-dev] [PATCH 2/3] lib/librte_vhost: vhost library support to facilitate integration with DPDK accelerated vswitch

2014-09-02 Thread Stephen Hemminger
On Wed, 3 Sep 2014 05:39:24 + "Xie, Huawei" wrote: > Thanks Tetsuya: > Some of them are due to 80 character limitation. Is it ok to break the > limitation for better indentation? Many of these comments could just be removed or shortened. Often removing comments makes code clearer and