[dpdk-dev] [PATCH v2] testpmd: Fix a typo in a command description

2017-10-29 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- app/test-pmd/cmdline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c index 3b691fe..e5c42b8 100644 --- a/app/test-pmd/cmdline.c +++ b/app/test-pmd/cmdline.c @@ -10211,7 +10211,7 @@ cmdline_pars

[dpdk-dev] [PATCH] testpmd: Fix a typo in a command description

2017-10-29 Thread Pavel Shirshov
--- app/test-pmd/cmdline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c index 3b691fe..e5c42b8 100644 --- a/app/test-pmd/cmdline.c +++ b/app/test-pmd/cmdline.c @@ -10211,7 +10211,7 @@ cmdline_parse_inst_t cmd_add_del_ip_flow_di

[dpdk-dev] [RFC PATCH 0/4] testpmd: simulating noisy host environment

2017-10-29 Thread Victor Kaplansky
This RFC patch propose enhancements to testpmd to simulate more realistic behavior of a guest machine engaged in receiving and sending packets performing Virtual Network Function (VNF). The goal is to enable simple of measuring performance impact on cache and memory footprint utilization from var

Re: [dpdk-dev] [PATCH] examples/l3fwd: fix NEON instructions

2017-10-29 Thread Jianbo Liu
The 10/29/2017 13:18, Guduri Prathyusha wrote: > To group consecutive packets with same destination port in bursts of 4 > neon intrinsic data types dp1 and dp2 are calculated such that if > dst_port[]={a,b,c,d,e,f,g,h,i...} dp1 should contain: and > dp2 should contain: in the first iteration. dp1

Re: [dpdk-dev] [PATCH] examples/l3fwd: fix NEON instructions

2017-10-29 Thread Jianbo Liu
The 10/29/2017 13:18, Guduri Prathyusha wrote: > To group consecutive packets with same destination port in bursts of 4 > neon intrinsic data types dp1 and dp2 are calculated such that if > dst_port[]={a,b,c,d,e,f,g,h,i...} dp1 should contain: and > dp2 should contain: in the first iteration. dp1

Re: [dpdk-dev] [PATCH v8 00/25] Move PCI away from the EAL

2017-10-29 Thread Gaƫtan Rivet
Hi Andrew, You're right, sorry for the instability. A fix has been proposed[1]. It needs to be discussed. My opinion was that VFIO_PRESENT should stay internal to the EAL. There should be no need to another library to depend on it. I will discuss this in the other thread. Regards, [1]: http://d

Re: [dpdk-dev] [PATCH] examples/ip_pipeline: avoid the failure of creating hash table

2017-10-29 Thread Jianbo Liu
The 10/27/2017 10:01, Dumitrescu, Cristian wrote: > > > > -Original Message- > > From: Jianbo Liu [mailto:jianbo@arm.com] > > Sent: Friday, October 27, 2017 3:55 AM > > To: dev@dpdk.org; Dumitrescu, Cristian > > Cc: Jianbo Liu > > Subject: [PATCH] examples/ip_pipeline: avoid the failu

Re: [dpdk-dev] [PATCH v2 2/7] net/mlx4: inline more Tx functions

2017-10-29 Thread Ophir Munk
On Thursday, October 26, 2017 5:28 PM, Ophir Munk wrote: > > Hi, > Please see inside > > On Thursday, October 26, 2017 10:49 AM Adrien Mazarguil wrote: > > To: Ophir Munk > > Cc: dev@dpdk.org; Thomas Monjalon ; Olga > Shern > > ; Matan Azrad > > Subject: Re: [PATCH v2 2/7] net/mlx4: inline mor

Re: [dpdk-dev] [PATCH v8 00/25] Move PCI away from the EAL

2017-10-29 Thread Andrew Rybchenko
As I understand as the result of these changes VFIO_PRESENT is always undefined when bus/pci sources are build (because eal_vfio.h is not included). So, many things do not work if vfio-pci is used. In my case rte_pci_map_device() fails with -1. Andrew.

Re: [dpdk-dev] [PATCH v2] examples/flow_filtering: demo of simple rte flow

2017-10-29 Thread Ori Kam
Hi, I will send the new version. > -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday, October 27, 2017 2:14 AM > To: Ori Kam > Cc: dev@dpdk.org; Adrien Mazarguil ; > john.mcnam...@intel.com > Subject: Re: [dpdk-dev] [PATCH v2] examples/flow_filtering:

[dpdk-dev] [PATCH] doc: update release note for OCTEONTX support

2017-10-29 Thread Jerin Jacob
Signed-off-by: Jerin Jacob --- doc/guides/rel_notes/release_17_11.rst | 10 ++ 1 file changed, 10 insertions(+) diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst index b96b23614..e9b0cdbcc 100644 --- a/doc/guides/rel_notes/release_17_11.rst +++

[dpdk-dev] [PATCH] doc: fix a typo in DPDK programmer's guide

2017-10-29 Thread Rami Rosen
This patch fixes a trivial typo in DPDK programmer's guide: it should be rte_cpu_get_features() instead of rte_cpu_get_feature(). Signed-off-by: Rami Rosen --- doc/guides/prog_guide/env_abstraction_layer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guid

[dpdk-dev] [PATCH] doc: update mlx5 guide

2017-10-29 Thread Shahaf Shuler
Signed-off-by: Shahaf Shuler --- doc/guides/nics/mlx5.rst | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index cdb880a4c..0aaf80f94 100644 --- a/doc/guides/nics/mlx5.rst +++ b/doc/guides/nics/mlx5.rst @@

Re: [dpdk-dev] [PATCH v8 1/3] eal/x86: run-time dispatch over memcpy

2017-10-29 Thread Thomas Monjalon
25/10/2017 09:25, Thomas Monjalon: > 25/10/2017 08:55, Li, Xiaoyun: > > From: Li, Xiaoyun > > > From: Richardson, Bruce > > > > On Thu, Oct 19, 2017 at 11:00:33AM +0200, Thomas Monjalon wrote: > > > > > 19/10/2017 10:50, Li, Xiaoyun: > > > > > > From: Thomas Monjalon > > > > > > > 19/10/2017 09:51,

Re: [dpdk-dev] [PATCH] examples/l3fwd: fix NEON instructions

2017-10-29 Thread Guduri Prathyusha
+ jianbo@arm.com On Sun, Oct 29, 2017 at 01:18:07PM +0530, Guduri Prathyusha wrote: > To group consecutive packets with same destination port in bursts of 4 > neon intrinsic data types dp1 and dp2 are calculated such that if > dst_port[]={a,b,c,d,e,f,g,h,i...} dp1 should contain: and > dp2 sho

[dpdk-dev] [PATCH] examples/l3fwd: fix NEON instructions

2017-10-29 Thread Guduri Prathyusha
To group consecutive packets with same destination port in bursts of 4 neon intrinsic data types dp1 and dp2 are calculated such that if dst_port[]={a,b,c,d,e,f,g,h,i...} dp1 should contain: and dp2 should contain: in the first iteration. dp1 should be and dp2 should be in the next iteration. d