Re: [dpdk-dev] [RFC] eventdev: event tx adapter APIs

2018-05-30 Thread Jerin Jacob
-Original Message- > Date: Fri, 25 May 2018 20:38:44 +0530 > From: Nikhil Rao > To: jerin.ja...@caviumnetworks.com, hemant.agra...@nxp.com > CC: dev@dpdk.org, narender.vang...@intel.com, abhinandan.guj...@intel.com, > gage.e...@intel.com, Nikhil Rao > Subject: [RFC] eventdev: event tx

Re: [dpdk-dev] [PATCH v2] rte_ring: clarify preemptible nature of ring algorithm

2018-05-30 Thread Burakov, Anatoly
On 29-May-18 5:36 PM, Honnappa Nagarahalli wrote: I do not see the documentation regarding this in programmer's guide. Hi Apologies, it's not in rte_ring section, it's in programmer's guide for EAL: http://www.dpdk.org/doc/guides/prog_guide/env_abstraction_layer.html#known-issues Perhaps thi

Re: [dpdk-dev] [dpdk-stable] [PATCH v5 1/2] mk: fix cross build errors

2018-05-30 Thread Thomas Monjalon
30/05/2018 04:45, Gavin Hu: > From: Bruce Richardson > > On Tue, May 29, 2018 at 04:45:55PM +0200, Thomas Monjalon wrote: > > > 28/05/2018 15:24, Bruce Richardson: > > > > Would a simpler solution for this not be to put "-Wno-implicit- > > fallthrough" > > > > for pmdinfogen? GCC will not give a w

[dpdk-dev] [dpdk-announce] DPDK PRC Summit 2018, Agenda announced, Registration open

2018-05-30 Thread Xu, Qian Q
Dear all Agenda [1] for DPDK PRC Summit 2018 June 28th in Beijing is announced. You can also go to dpdk.org/events to check the schedule and do the registration. The agenda covers diverse categories as NFV, Virtualization, Smart NIC, framework and Cloud. And there are many interesting topics such

[dpdk-dev] [PATCH v2] net/i40e: fix link status update

2018-05-30 Thread Fan Zhang
This patch fixes link status update problem in interrupt mode. Previously, directly reading link status register instead of accessing via admin queue command may cause the link status change interrupt callback inactive. This patch fixes the problem by making the driver only read the register in "no

[dpdk-dev] [PATCH v2] net/i40e: fix link status update

2018-05-30 Thread Fan Zhang
This patch fixes link status update problem in interrupt mode. Previously, directly reading link status register instead of accessing via admin queue command may cause the link status change interrupt callback inactive. This patch fixes the problem by making the driver only read the register in "no

[dpdk-dev] [PATCH v3] net/i40e: fix link status update

2018-05-30 Thread Fan Zhang
This patch fixes link status update problem in interrupt mode. Previously, directly reading link status register instead of accessing via admin queue command may cause the link status change interrupt callback inactive. This patch fixes the problem by making the driver only read the register in "no

Re: [dpdk-dev] [PATCH v3] net/i40e: fix link status update

2018-05-30 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, Roy Fan > Sent: Wednesday, May 30, 2018 4:31 PM > To: dev@dpdk.org > Cc: Zhang, Helin ; Zhang, Roy Fan > ; Zhang, Qi Z ; > sta...@dpdk.org > Subject: [PATCH v3] net/i40e: fix link status update > > This patch fixes link status update problem in interrupt

Re: [dpdk-dev] [dpdk-stable] [PATCH v5 1/2] mk: fix cross build errors

2018-05-30 Thread Gavin Hu
> -Original Message- > From: Thomas Monjalon > Sent: Wednesday, May 30, 2018 4:32 PM > To: Gavin Hu > Cc: Bruce Richardson ; dev@dpdk.org > Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v5 1/2] mk: fix cross build > errors > > 30/05/2018 04:45, Gavin Hu: > > From: Bruce Richardson > >

Re: [dpdk-dev] [PATCH] net/sfc: add missing Rx descriptor status callback

2018-05-30 Thread Ferruh Yigit
On 5/30/2018 7:44 AM, Andrew Rybchenko wrote: > Thomas, Ferruh, > > I've found out that the following patch is deferred in patchwork: > https://dpdk.org/dev/patchwork/patch/40455/ > > It is critical under certain conditions since fix application crash. > The patch is net/sfc local and just few li

Re: [dpdk-dev] [PATCH v3] net/i40e: fix link status update

2018-05-30 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] > Sent: Wednesday, May 30, 2018 9:31 AM > To: dev@dpdk.org > Cc: Zhang, Helin ; Zhang, Roy Fan > ; Zhang, Qi Z ; > sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v3] net/i40e: fix link status update > > This patch fixes link s

Re: [dpdk-dev] Stable ABI status of rte_meter_[t|s]rtcm_profile_config

2018-05-30 Thread Singh, Jasvinder
> On 05/28/2018 11:31 AM, Andy Green wrote: > > Hi - > > > > Between 18.02 and the putative 18.05 there were changes in the way the > > meter stuff deals with its config. > > > > I updated the related code in lagopus, but I get warnings about using > > the new APIs (it's the same for rte_meter_tr

Re: [dpdk-dev] Stable ABI status of rte_meter_[t|s]rtcm_profile_config

2018-05-30 Thread Andy Green
On 05/30/2018 05:55 PM, Singh, Jasvinder wrote: On 05/28/2018 11:31 AM, Andy Green wrote: Hi - Between 18.02 and the putative 18.05 there were changes in the way the meter stuff deals with its config. I updated the related code in lagopus, but I get warnings about using the new APIs (it'

Re: [dpdk-dev] [dpdk-stable] [PATCH v5 1/2] mk: fix cross build errors

2018-05-30 Thread Thomas Monjalon
30/05/2018 11:41, Gavin Hu: > From: Thomas Monjalon > > 30/05/2018 04:45, Gavin Hu: > > > From: Bruce Richardson > > > > On Tue, May 29, 2018 at 04:45:55PM +0200, Thomas Monjalon wrote: > > > > > 28/05/2018 15:24, Bruce Richardson: > > > > > > Would a simpler solution for this not be to put "-Wno

Re: [dpdk-dev] [PATCH v3] net/i40e: fix link status update

2018-05-30 Thread Thomas Monjalon
> > This patch fixes link status update problem in interrupt mode. > > Previously, directly reading link status register instead of accessing via > > admin > > queue command may cause the link status change interrupt callback inactive. > > This patch fixes the problem by making the driver only rea

Re: [dpdk-dev] [PATCH] net/sfc: add missing Rx descriptor status callback

2018-05-30 Thread Thomas Monjalon
30/05/2018 11:42, Ferruh Yigit: > On 5/30/2018 7:44 AM, Andrew Rybchenko wrote: > > Thomas, Ferruh, > > > > I've found out that the following patch is deferred in patchwork: > > https://dpdk.org/dev/patchwork/patch/40455/ > > > > It is critical under certain conditions since fix application crash

[dpdk-dev] [Bug 55] I40E PMD driver in vector mode implicitly requires number of RX descriptors in a ring to be power of two

2018-05-30 Thread bugzilla
https://dpdk.org/tracker/show_bug.cgi?id=55 Bug ID: 55 Summary: I40E PMD driver in vector mode implicitly requires number of RX descriptors in a ring to be power of two Product: DPDK Version: 17.11 Hardware: x86

[dpdk-dev] Compilation of MLX5 driver

2018-05-30 Thread Nitin Katiyar
Hi, I am trying to compile MLX5 PMD driver by setting "CONFIG_RTE_LIBRTE_MLX5_PMD=y" and hitting following compilation error. fatal error: infiniband/mlx5_hw.h: No such file or directory I have installed MLNX_OFED _LINUX-4.2-1.2.0 on my Ubuntu 14.04 machine but still hitting the same error. Am

Re: [dpdk-dev] [dpdk-stable] [PATCH v2] doc/guides/rel_notes: Add known issue for IOMMU attributes read

2018-05-30 Thread Thomas Monjalon
> > > Linux kernel 4.10.0 iommu attribute read error > > > > > > Cc: sta...@dpdk.org > > > > > > Signed-off-by: Rosen Xu > > > > > > Could you open an Bugzilla defect for this and add it to the text. > > > > Like this patch: http://dpdk.org/dev/patchwork/patch/40475/ > > Actually, I changed my

Re: [dpdk-dev] [PATCH v3] doc: add known issue of rte abort on FreeBSD

2018-05-30 Thread Thomas Monjalon
> > Added known issue of rte_abort taking a long time on FreeBSD due to recent > > memory subsystem rework. > > Also, reference Bugzilla entry for keeping most current information in one > > place. > > > > Signed-off-by: Reshma Pattan > > Acked-by: Anatoly Burakov > > Acked-by: John McNamara

Re: [dpdk-dev] [PATCH v2] doc: document known issues for multiprocess

2018-05-30 Thread Thomas Monjalon
> > Also, reference Bugzilla entry for keeping most current information in one > > place. > > > > Signed-off-by: Anatoly Burakov > > Acked-by: John McNamara Applied, thanks

Re: [dpdk-dev] [RFC v2] vhost: new rte_vhost API proposal

2018-05-30 Thread Stojaczyk, DariuszX
> -Original Message- > From: Stefan Hajnoczi [mailto:stefa...@redhat.com] > Sent: Wednesday, May 30, 2018 10:57 AM > On Tue, May 29, 2018 at 01:38:33PM +, Stojaczyk, DariuszX wrote: > > > > > > > -Original Message- > > > From: Stefan Hajnoczi [mailto:stefa...@redhat.com] > >

Re: [dpdk-dev] [PATCH] doc: document bonding known issue

2018-05-30 Thread Thomas Monjalon
> > Signed-off-by: Radu Nicolau > > Acked-by: John McNamara Applied with some formatting/typo changes, thanks

Re: [dpdk-dev] [PATCH] doc: document vhost performance regression

2018-05-30 Thread Thomas Monjalon
> > Signed-off-by: Maxime Coquelin > > Acked-by: John McNamara Applied, thanks

Re: [dpdk-dev] Compilation of MLX5 driver

2018-05-30 Thread Nélio Laranjeiro
Hi, On Wed, May 30, 2018 at 11:54:31AM +, Nitin Katiyar wrote: > Hi, > I am trying to compile MLX5 PMD driver by setting > "CONFIG_RTE_LIBRTE_MLX5_PMD=y" and hitting following compilation error. > > fatal error: infiniband/mlx5_hw.h: No such file or directory > > I have installed MLNX_OFED

[dpdk-dev] [Bug 56] crash when freeing memory with no mlx5 device attached

2018-05-30 Thread bugzilla
https://dpdk.org/tracker/show_bug.cgi?id=56 Bug ID: 56 Summary: crash when freeing memory with no mlx5 device attached Product: DPDK Version: 18.05 Hardware: All OS: All Status: CONFIRMED Severity: critica

[dpdk-dev] i40evf: Problem with the statistics

2018-05-30 Thread Mridula V Gangadharan
Hi, I am testing packet drops scenario by setting the MTU size. My setup have i40evf driver. I set the dpdk interface's MTU size to 1800. I am sending 100 packets of size 1918 each. I am expecting the drop counter to increment. rte_eth_stats_get() returns i.packets with number of packets I sent. T

[dpdk-dev] [PATCH] version: 18.05.0

2018-05-30 Thread Thomas Monjalon
Signed-off-by: Thomas Monjalon --- lib/librte_eal/common/include/rte_version.h | 4 ++-- meson.build | 2 +- pkg/dpdk.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/librte_eal/common/include/rte_version

Re: [dpdk-dev] [dpdk-techboard] [PATCH] version: 18.05.0

2018-05-30 Thread Hemant Agrawal
HI Thomas, -Original Message- From: techboard [mailto:techboard-boun...@dpdk.org] On Behalf Of Thomas Monjalon Sent: Wednesday, May 30, 2018 7:34 PM To: dev@dpdk.org Cc: techbo...@dpdk.org Subject: [dpdk-techboard] [PATCH] version: 18.05.0 Signed-off-by: Thomas Monjalon --- lib/

[dpdk-dev] [PATCH] net/ixgbe: fix crash on detach

2018-05-30 Thread Pablo de Lara
When detaching a port bound to ixgbe PMD, if the port does not have any VFs, *vfinfo is not set and there is a NULL dereference attempt, when calling rte_eth_switch_domain_free(), which expects VFs to be used, causing a segmentation fault. Steps to reproduce: ./testpmd -- -i testpmd> port stop al

Re: [dpdk-dev] [dpdk-techboard] [PATCH] version: 18.05.0

2018-05-30 Thread Thomas Monjalon
30/05/2018 16:09, Hemant Agrawal: > --- a/pkg/dpdk.spec > +++ b/pkg/dpdk.spec > @@ -2,7 +2,7 @@ > # Copyright 2014 6WIND S.A. > > Name: dpdk > -Version: 18.02 > +Version: 18.05 > Release: 1 > Packager: packag...@6wind.com > > [Hemant] Just wondering, if you think that packager should be cha

[dpdk-dev] [PATCH] net/mlx5: only register memory callback when probing a device

2018-05-30 Thread David Marchand
The callback should be invoked only for memory that has been registered in a device, hence, no need to track cleanup events if no device is present. Bugzilla-ID: 56 Fixes: 974f1e7ef146 ("net/mlx5: add new memory region support") Signed-off-by: David Marchand --- drivers/net/mlx5/mlx5.c | 4 ++--

[dpdk-dev] [PATCH] maintainers: claim responsibility for bonding PMD

2018-05-30 Thread Chas Williams
Add myself as co-maintainer for bonding driver and related materials. Signed-off-by: Chas Williams --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 7398749d7..4667fa7fb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -430,6 +430,7 @@ F: doc/guides

[dpdk-dev] [PATCH] mem: add missing newline in log message

2018-05-30 Thread David Marchand
Fixes: 56efb4c11753 ("malloc: support callbacks on memory events") Signed-off-by: David Marchand --- lib/librte_eal/common/eal_common_memalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eal/common/eal_common_memalloc.c b/lib/librte_eal/common/eal_common_mem

Re: [dpdk-dev] [PATCH] mem: add missing newline in log message

2018-05-30 Thread Burakov, Anatoly
On 30-May-18 3:45 PM, David Marchand wrote: Fixes: 56efb4c11753 ("malloc: support callbacks on memory events") Signed-off-by: David Marchand --- Acked-by: Anatoly Burakov -- Thanks, Anatoly

Re: [dpdk-dev] [PATCH] net/ixgbe: fix crash on detach

2018-05-30 Thread Burakov, Anatoly
On 30-May-18 7:31 AM, Pablo de Lara wrote: When detaching a port bound to ixgbe PMD, if the port does not have any VFs, *vfinfo is not set and there is a NULL dereference attempt, when calling rte_eth_switch_domain_free(), which expects VFs to be used, causing a segmentation fault. Steps to repr

Re: [dpdk-dev] [PATCH] maintainers: claim responsibility for bonding PMD

2018-05-30 Thread Ferruh Yigit
On 5/30/2018 3:44 PM, Chas Williams wrote: > Add myself as co-maintainer for bonding driver and related materials. > > Signed-off-by: Chas Williams Acked-by: Ferruh Yigit Thanks Chas for step in for support!

Re: [dpdk-dev] [PATCH v1] doc: add SPDX Licence to doc files

2018-05-30 Thread Kovacevic, Marko
> > [Hemant] I got following recommendation from the Linux Foundation legal: > > "For files that are e.g. release scripts and documentation, these are > > typically understood to consist of contributions that are copyrighted > > by their contributors. So even if there isn't a notice in the file, it

Re: [dpdk-dev] [PATCH] net/ixgbe: fix crash on detach

2018-05-30 Thread Remy Horton
On 30/05/2018 07:31, Pablo de Lara wrote: [..] Reported-by: Anatoly Burakov Signed-off-by: Pablo de Lara Acked-by: Remy Horton

Re: [dpdk-dev] [PATCH v1] doc: add SPDX Licence to doc files

2018-05-30 Thread Ferruh Yigit
On 5/30/2018 4:18 PM, Kovacevic, Marko wrote: >>> [Hemant] I got following recommendation from the Linux Foundation legal: >>> "For files that are e.g. release scripts and documentation, these are >>> typically understood to consist of contributions that are copyrighted >>> by their contributors. S

Re: [dpdk-dev] [PATCH] maintainers: claim responsibility for bonding PMD

2018-05-30 Thread Thomas Monjalon
30/05/2018 16:52, Ferruh Yigit: > On 5/30/2018 3:44 PM, Chas Williams wrote: > > Add myself as co-maintainer for bonding driver and related materials. > > > > Signed-off-by: Chas Williams > > Acked-by: Ferruh Yigit > > > Thanks Chas for step in for support! Applied, thanks for helping Chas

Re: [dpdk-dev] [PATCH] net/mlx5: only register memory callback when probing a device

2018-05-30 Thread Yongseok Koh
> On May 30, 2018, at 7:42 AM, David Marchand wrote: > > The callback should be invoked only for memory that has been registered > in a device, hence, no need to track cleanup events if no device is > present. > > Bugzilla-ID: 56 > Fixes: 974f1e7ef146 ("net/mlx5: add new memory region support")

Re: [dpdk-dev] [PATCH] net/mlx5: only register memory callback when probing a device

2018-05-30 Thread Ferruh Yigit
On 5/30/2018 3:42 PM, David Marchand wrote: > The callback should be invoked only for memory that has been registered > in a device, hence, no need to track cleanup events if no device is > present. > > Bugzilla-ID: 56 > Fixes: 974f1e7ef146 ("net/mlx5: add new memory region support") > > Signed-o

Re: [dpdk-dev] [PATCH] net/mlx5: only register memory callback when probing a device

2018-05-30 Thread David Marchand
On Wed, May 30, 2018 at 5:59 PM, Yongseok Koh wrote: >> On May 30, 2018, at 7:42 AM, David Marchand wrote: >> >> The callback should be invoked only for memory that has been registered >> in a device, hence, no need to track cleanup events if no device is >> present. >> >> Bugzilla-ID: 56 >> Fixe

Re: [dpdk-dev] Compilation of MLX5 driver

2018-05-30 Thread Nitin Katiyar
Hi, I was compiling 17.05.02. Regards, Nitin -Original Message- From: Nélio Laranjeiro [mailto:nelio.laranje...@6wind.com] Sent: Wednesday, May 30, 2018 6:42 PM To: Nitin Katiyar Cc: dev@dpdk.org Subject: Re: [dpdk-dev] Compilation of MLX5 driver Hi, On Wed, May 30, 2018 at 11:54:31AM

Re: [dpdk-dev] [dpdk-techboard] [PATCH] version: 18.05.0

2018-05-30 Thread Hemant Agrawal
Yes, we can postpone it for 18.08 Sent from my Android phone using TouchDown (www.symantec.com) -Original Message- From: Thomas Monjalon [tho...@monjalon.net] Received: Wednesday, 30 May 2018, 8:08PM To: Hemant Agrawal [hemant.agra...@nxp.com] CC: dev@dpdk.org [dev@dpdk.org]; techbo...@dp

[dpdk-dev] [Bug 57] ixgbe crash on detach when no VF is created

2018-05-30 Thread bugzilla
https://dpdk.org/tracker/show_bug.cgi?id=57 Bug ID: 57 Summary: ixgbe crash on detach when no VF is created Product: DPDK Version: 18.05 Hardware: All OS: Linux Status: CONFIRMED Severity: normal

[dpdk-dev] [PATCH] doc: add ixgbe detach crash known issue in release notes

2018-05-30 Thread Ferruh Yigit
Signed-off-by: Ferruh Yigit --- doc/guides/rel_notes/release_18_05.rst | 7 +++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/rel_notes/release_18_05.rst b/doc/guides/rel_notes/release_18_05.rst index 42a5b37c9..c8c4797aa 100644 --- a/doc/guides/rel_notes/release_18_05.rst +++ b/d

Re: [dpdk-dev] [PATCH] net/ixgbe: fix crash on detach

2018-05-30 Thread Ferruh Yigit
On 5/30/2018 4:21 PM, Remy Horton wrote: > > On 30/05/2018 07:31, Pablo de Lara wrote: > [..] >> Reported-by: Anatoly Burakov >> Signed-off-by: Pablo de Lara > > Acked-by: Remy Horton The fix was late for the release. A patch to document issue as known issue for this release sent: https://dp

Re: [dpdk-dev] [PATCH] doc: add ixgbe detach crash known issue in release notes

2018-05-30 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit > Sent: Wednesday, May 30, 2018 6:46 PM > To: Thomas Monjalon ; Mcnamara, John > ; Kovacevic, Marko > Cc: dev@dpdk.org; Yigit, Ferruh > Subject: [dpdk-dev] [PATCH] doc: add ixgbe detach crash known

Re: [dpdk-dev] [PATCH] net/mlx5: only register memory callback when probing a device

2018-05-30 Thread Thomas Monjalon
30/05/2018 18:04, David Marchand: > On Wed, May 30, 2018 at 5:59 PM, Yongseok Koh wrote: > >> On May 30, 2018, at 7:42 AM, David Marchand > >> wrote: > >> > >> The callback should be invoked only for memory that has been registered > >> in a device, hence, no need to track cleanup events if no d

Re: [dpdk-dev] [PATCH] mem: add missing newline in log message

2018-05-30 Thread Thomas Monjalon
30/05/2018 16:47, Burakov, Anatoly: > On 30-May-18 3:45 PM, David Marchand wrote: > > Fixes: 56efb4c11753 ("malloc: support callbacks on memory events") > > > > Signed-off-by: David Marchand > > --- > > Acked-by: Anatoly Burakov Applied, thanks

Re: [dpdk-dev] [PATCH v5 2/2] doc: add a guide doc for cross compiling from x86

2018-05-30 Thread Thomas Monjalon
29/05/2018 12:43, Gavin Hu: > This is the guide for cross compiling ARM64 DPDK from X86 hosts. > > Signed-off-by: Gavin Hu > Reviewed-by: Steve Capper > Reviewed-by: Honnappa Nagarahalli > Reviewed-by: Marko Kovacevic > Reviewed-by: Jerin Jacob > Reviewed-by: Thomas Monjalon > Reviewed-by: B

Re: [dpdk-dev] [dpdk-stable] [PATCH] crypto/armv8: fix HMAC supported digest sizes

2018-05-30 Thread Thomas Monjalon
29/05/2018 13:28, Akhil Goyal: > On 5/29/2018 4:15 PM, Anoob Joseph wrote: > > For HMAC algorithms (SHAx-HMAC), the supported digest sizes are not a > > fixed value, but a range between 1 and the maximum digest size for those > > algorithms. > > > > Fixes: 0f89def76127 ("crypto/armv8: fix HMAC supp

Re: [dpdk-dev] [PATCH] doc: add ixgbe detach crash known issue in release notes

2018-05-30 Thread Thomas Monjalon
> > Signed-off-by: Ferruh Yigit > > Acked-by: Pablo de Lara Applied, thanks

Re: [dpdk-dev] [PATCH v5 2/2] doc: add a guide doc for cross compiling from x86

2018-05-30 Thread Jerin Jacob
-Original Message- > Date: Tue, 29 May 2018 18:43:36 +0800 > From: Gavin Hu > To: dev@dpdk.org > CC: gavin...@arm.com > Subject: [dpdk-dev] [PATCH v5 2/2] doc: add a guide doc for cross compiling > from x86 > X-Mailer: git-send-email 2.1.4 > > + 1. EXTRA_CFLAGS and EXTRA_LDFLAGS should

[dpdk-dev] [PATCH v1] doc: update release notes for 18.05

2018-05-30 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 18.05 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_18_05.rst | 308 + 1 file changed, 157 insertions(+), 151 deletions(-) diff --git a/doc/guides/rel_notes/release_18_05.rst b/doc/guide

Re: [dpdk-dev] [PATCH v1] doc: update release notes for 18.05

2018-05-30 Thread Thomas Monjalon
30/05/2018 22:25, John McNamara: > Fix grammar, spelling and formatting of DPDK 18.05 release notes. > > Signed-off-by: John McNamara Applied with few more changes below, thanks. --- b/doc/guides/rel_notes/release_18_05.rst +++ a/doc/guides/rel_notes/release_18_05.rst @@ -350,7 +350,7 @@ API Ch

[dpdk-dev] [dpdk-announce] DPDK 18.05 - Venky Release

2018-05-30 Thread Thomas Monjalon
A new major release is available: http://fast.dpdk.org/rel/dpdk-18.05.tar.xz Some highlights: - memory subsystem rework - mempool bucket driver - improved logging control - better affinity of control threads - uevent support for hotplug - gen

Re: [dpdk-dev] [PATCH v2] rte_ring: clarify preemptible nature of ring algorithm

2018-05-30 Thread Honnappa Nagarahalli
No problem, it is still in programmer's guide :). I will rework the patch. Thank you, Honnappa -Original Message- From: Burakov, Anatoly Sent: Wednesday, May 30, 2018 2:48 AM To: Honnappa Nagarahalli ; olivier.m...@6wind.com Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] rte_ring: cl

[dpdk-dev] [Bug 49] Compile error kni_net.c unknown field ‘ndo_change_mtu’

2018-05-30 Thread bugzilla
https://dpdk.org/tracker/show_bug.cgi?id=49 balaji shankaran (balajiha...@gmail.com) changed: What|Removed |Added Status|CONFIRMED |RESOLVED

Re: [dpdk-dev] Compilation of MLX5 driver

2018-05-30 Thread Shahaf Shuler
Wednesday, May 30, 2018 7:45 PM, Nitin Katiyar: > > Hi, > I was compiling 17.05.02. > Regards, > Nitin > > -Original Message- > From: Nélio Laranjeiro [mailto:nelio.laranje...@6wind.com] > Sent: Wednesday, May 30, 2018 6:42 PM > To: Nitin Katiyar > Cc: dev@dpdk.org > Subject: Re: [dpdk-d

Re: [dpdk-dev] [PATCH v1] doc: add SPDX Licence to doc files

2018-05-30 Thread Hemant Agrawal
Hi Ferruh, On 5/30/2018 4:18 PM, Kovacevic, Marko wrote: >>> [Hemant] I got following recommendation from the Linux Foundation legal: >>> "For files that are e.g. release scripts and documentation, these >>> are typically understood to consist of contributions that are >>> copyrighted by their c