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
---
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
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
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
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
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
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
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
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.
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:
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
+++
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
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
@@
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,
+ 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
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
16 matches
Mail list logo