[dpdk-dev] [PATCH] e1000/base: fix the wrong assignment to msgbuf[0]

2017-02-14 Thread Yong Wang
In function e1000_update_mc_addr_list_vf(), "msgbuf[0]" is used prior to initialization at "msgbuf[0] |= E1000_VF_SET_MULTICAST_OVERFLOW". And "msgbuf[0]" is overwritten at "msgbuf[0] = E1000_VF_SET_MULTICAST". Fix it by moving the second line prior to the first one that mentioned above. Signed-of

Re: [dpdk-dev] [PATCH] doc: postpone API change in ethdev

2017-02-14 Thread Olivier Matz
On Mon, 13 Feb 2017 17:05:00 +, Ferruh Yigit wrote: > On 2/13/2017 2:26 PM, Thomas Monjalon wrote: > > The change of _rte_eth_dev_callback_process has not been done in > > 17.02. Let's postpone to 17.05. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Ferruh Yigit Acked-by: Olivier

Re: [dpdk-dev] [PATCH] doc:add tested Intel platforms with Intel NICs.

2017-02-14 Thread Mcnamara, John
> -Original Message- > From: Pei, Yulong > Sent: Tuesday, February 14, 2017 4:14 AM > To: dev@dpdk.org > Cc: Mcnamara, John ; thomas.monja...@6wind.com; > Pei, Yulong > Subject: [PATCH] doc:add tested Intel platforms with Intel NICs. > > Add tested Intel platforms with Intel NICs to the

Re: [dpdk-dev] [PATCH] e1000/base: fix the wrong assignment to msgbuf[0]

2017-02-14 Thread Lu, Wenzhuo
Hi Yong, > -Original Message- > From: Yong Wang [mailto:wang.yon...@zte.com.cn] > Sent: Tuesday, February 14, 2017 5:14 PM > To: Lu, Wenzhuo > Cc: dev@dpdk.org; Yong Wang > Subject: [PATCH] e1000/base: fix the wrong assignment to msgbuf[0] > > In function e1000_update_mc_addr_list_vf(), "

Re: [dpdk-dev] [PATCH RFCv3 00/19] ring cleanup and generalization

2017-02-14 Thread Olivier Matz
Hi Bruce, On Tue, 7 Feb 2017 14:12:38 +, Bruce Richardson wrote: > This patchset make a set of, sometimes non-backward compatible, > cleanup changes to the rte_ring code in order to improve it. The > resulting code is shorter*, since the existing functions are > restructured to reduce code d

Re: [dpdk-dev] [PATCH] doc: add ABI change notification for ring library

2017-02-14 Thread Olivier Matz
On Mon, 13 Feb 2017 17:38:30 +, Bruce Richardson wrote: > Document proposed changes for the rings code in the next release. > > Signed-off-by: Bruce Richardson Acked-by: Olivier Matz

Re: [dpdk-dev] [PATCH] doc: announce TILE-Gx removal

2017-02-14 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Monday, February 13, 2017 10:53 AM > To: Zhigang Lu ; Liming Sun > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] doc: announce TILE-Gx removal > > Signed-off-by: Thomas Monjalon > --- >

Re: [dpdk-dev] [PATCH] e1000/base: fix the wrong assignment to msgbuf[0]

2017-02-14 Thread Thomas Monjalon
2017-02-14 04:14, Yong Wang: > In function e1000_update_mc_addr_list_vf(), "msgbuf[0]" is used prior > to initialization at "msgbuf[0] |= E1000_VF_SET_MULTICAST_OVERFLOW". > And "msgbuf[0]" is overwritten at "msgbuf[0] = E1000_VF_SET_MULTICAST". > Fix it by moving the second line prior to the first

Re: [dpdk-dev] [PATCH] doc: announce TILE-Gx removal

2017-02-14 Thread Thomas Monjalon
2017-02-14 08:50, Mcnamara, John: > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > > Signed-off-by: Thomas Monjalon > > --- > > doc/guides/rel_notes/deprecation.rst | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/doc/guides/rel_notes/deprecation.rst > >

Re: [dpdk-dev] [PATCH] doc: announce TILE-Gx removal

2017-02-14 Thread Thomas Monjalon
2017-02-14 09:58, Thomas Monjalon: > 2017-02-14 08:50, Mcnamara, John: > > The notification should probably be for removal in 17.08, to one release > > cycle to respond/fix/update. > > There were some previous messages/warnings and there were no answer. > I have asked a working free toolchain, I

Re: [dpdk-dev] [PATCH RFCv3 00/19] ring cleanup and generalization

2017-02-14 Thread Bruce Richardson
On Tue, Feb 14, 2017 at 09:32:20AM +0100, Olivier Matz wrote: > Hi Bruce, > > On Tue, 7 Feb 2017 14:12:38 +, Bruce Richardson > wrote: > > This patchset make a set of, sometimes non-backward compatible, > > cleanup changes to the rte_ring code in order to improve it. The > > resulting code i

[dpdk-dev] i40e queues per VF

2017-02-14 Thread Thomas Monjalon
Hi, When reading the documentation, it is not easy to understand the capability of i40evf for the number of queues. First, please could you explain why we need a build-time config option? In the doc, there is neither justification nor tuning guidelines: http://dpdk.org/doc/guides/nics/i40e.html#

Re: [dpdk-dev] [PATCH] doc: postpone API change in ethdev

2017-02-14 Thread Iremonger, Bernard
> -Original Message- > From: Olivier Matz [mailto:olivier.m...@6wind.com] > Sent: Tuesday, February 14, 2017 8:12 AM > To: Yigit, Ferruh > Cc: Thomas Monjalon ; Iremonger, Bernard > ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: postpone API change in ethdev > > On Mon, 13 Feb 20

Re: [dpdk-dev] [PATCH] doc: add deprecation note to add parameter in rte_cryptodev_info.sym

2017-02-14 Thread Doherty, Declan
On 14/02/2017 12:11 PM, akhil.go...@nxp.com wrote: From: Akhil Goyal A new parameter is planned to be added in 17.05 release in rte_cryptodev_info.sym - max_nb_sessions_per_qp. This will allow applications to know the maximum number of session which can be attached to queue_pairs of device. S

Re: [dpdk-dev] [PATCH v2] doc: announce API and ABI change for ethdev

2017-02-14 Thread Iremonger, Bernard
> -Original Message- > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Tuesday, February 14, 2017 3:17 AM > To: Thomas Monjalon > Cc: Iremonger, Bernard ; dev@dpdk.org; > Mcnamara, John > Subject: Re: [dpdk-dev] [PATCH v2] doc: announce API and ABI change for > ethdev

[dpdk-dev] [PATCH v2] doc: annouce ABI change for cryptodev ops structure

2017-02-14 Thread Fan Zhang
Signed-off-by: Fan Zhang Acked-by: Hemant Agrawal --- v2: Rework the grammar doc/guides/rel_notes/deprecation.rst | 4 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index b49e0a0..d64858f 100644 --- a/doc/guides/r

Re: [dpdk-dev] crypto drivers in the API

2017-02-14 Thread Doherty, Declan
On 13/02/2017 1:25 PM, Thomas Monjalon wrote: In the crypto API, the drivers are listed. In my opinion, it is a wrong designed and these lists should be removed. Do we need a deprecation notice to plan this removal in 17.05, while working on bus abstraction? ... Hey Thomas, I agree that the

Re: [dpdk-dev] [PATCH v2] doc: fix unreadable images

2017-02-14 Thread Thomas Monjalon
2017-02-13 10:45, Thomas Monjalon: > 2017-02-13 07:45, Jianfeng Tan: > > The images by below two commits are very unclear. Fix it. > > > > Fixes: 50665deebda ("doc: add guide to use virtio-user for container > > networking") > > Fixes: 0ba3870e755 ("doc: add guide to use virtio-user as exceptiona

Re: [dpdk-dev] [PATCH] doc: announce kni_vhost removal

2017-02-14 Thread Thomas Monjalon
2016-11-17 13:27, Ferruh Yigit: > +* kni: Remove :ref:`kni_vhost_backend-label` feature (KNI_VHOST) in 17.05 > release. > + :doc:`Vhost Library ` is currently preferred method > for > + guest - host communication. Just for clarification, this is not to remove > KNI > + or VHOST feature, but K

Re: [dpdk-dev] [PATCH v2] doc: annouce ABI change for cryptodev ops structure

2017-02-14 Thread Doherty, Declan
On 14/02/2017 10:41 AM, Fan Zhang wrote: Signed-off-by: Fan Zhang Acked-by: Hemant Agrawal --- ... Acked-by: Declan Doherty

Re: [dpdk-dev] [PATCH] doc: add deprecation note to add parameter in rte_cryptodev_info.sym

2017-02-14 Thread Trahe, Fiona
> -Original Message- > From: akhil.go...@nxp.com [mailto:akhil.go...@nxp.com] > Sent: Tuesday, February 14, 2017 12:11 PM > To: Doherty, Declan ; Trahe, Fiona > ; De Lara Guarch, Pablo > > Cc: thomas.monja...@6wind.com; dev@dpdk.org; > hemant.agra...@nxp.com; Jain, Deepak K ; Akhil > Goy

Re: [dpdk-dev] [PATCH] doc: announce TILE-Gx removal

2017-02-14 Thread Bruce Richardson
On Tue, Feb 14, 2017 at 10:28:39AM +0100, Thomas Monjalon wrote: > 2017-02-14 09:58, Thomas Monjalon: > > 2017-02-14 08:50, Mcnamara, John: > > > The notification should probably be for removal in 17.08, to one release > > > cycle to respond/fix/update. > > > > There were some previous messages/w

[dpdk-dev] Further fun with ABI tracking

2017-02-14 Thread Christian Ehrhardt
Hi, when moving to DPDK 16.11 Debian/Ubuntu packaging of DPDK has hit a new twist on the (it seems reoccurring) topic of DPDK ABI tracking. I have found, ... well I don't want to call it solution ..., let's say a crutch to get around it for the moment. But I wanted to use the example I had to shar

Re: [dpdk-dev] [PATCH] doc: announce TILE-Gx removal

2017-02-14 Thread Jerin Jacob
On Tue, Feb 14, 2017 at 10:50:19AM +, Bruce Richardson wrote: > On Tue, Feb 14, 2017 at 10:28:39AM +0100, Thomas Monjalon wrote: > > 2017-02-14 09:58, Thomas Monjalon: > > > 2017-02-14 08:50, Mcnamara, John: > > > > The notification should probably be for removal in 17.08, to one > > > > relea

Re: [dpdk-dev] [PATCH] doc: announce TILE-Gx removal

2017-02-14 Thread Olivier Matz
On Tue, 14 Feb 2017 10:50:19 +, Bruce Richardson wrote: > On Tue, Feb 14, 2017 at 10:28:39AM +0100, Thomas Monjalon wrote: > > 2017-02-14 09:58, Thomas Monjalon: > > > 2017-02-14 08:50, Mcnamara, John: > > > > The notification should probably be for removal in 17.08, to > > > > one release

Re: [dpdk-dev] [PATCH v2] doc: annouce ABI change for cryptodev ops structure

2017-02-14 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Doherty, Declan > Sent: Tuesday, February 14, 2017 10:48 AM > To: Zhang, Roy Fan; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] doc: annouce ABI change for cryptodev > ops structure > > On 14/02/2017 10:41 AM

Re: [dpdk-dev] crypto drivers in the API

2017-02-14 Thread Thomas Monjalon
2017-02-14 10:44, Doherty, Declan: > On 13/02/2017 1:25 PM, Thomas Monjalon wrote: > > In the crypto API, the drivers are listed. > > In my opinion, it is a wrong designed and these lists should be removed. > > Do we need a deprecation notice to plan this removal in 17.05, while > > working on bus

Re: [dpdk-dev] [PATCH] doc: add deprecation note to add parameter in rte_cryptodev_info.sym

2017-02-14 Thread De Lara Guarch, Pablo
> -Original Message- > From: Trahe, Fiona > Sent: Tuesday, February 14, 2017 10:49 AM > To: akhil.go...@nxp.com; Doherty, Declan; De Lara Guarch, Pablo > Cc: thomas.monja...@6wind.com; dev@dpdk.org; > hemant.agra...@nxp.com; Jain, Deepak K; Trahe, Fiona > Subject: RE: [PATCH] doc: add dep

Re: [dpdk-dev] [PATCH] doc: announce TILE-Gx removal

2017-02-14 Thread Bruce Richardson
On Tue, Feb 14, 2017 at 08:50:07AM +, Mcnamara, John wrote: > > > > -Original Message- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > > Sent: Monday, February 13, 2017 10:53 AM > > To: Zhigang Lu ; Liming Sun > > Cc: dev@dpdk.org > > Subject: [dpdk-dev] [P

[dpdk-dev] [PATCH 1/2] net/ena: remove redundant variable

2017-02-14 Thread Yong Wang
Signed-off-by: Yong Wang --- drivers/net/ena/base/ena_com.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ena/base/ena_com.c b/drivers/net/ena/base/ena_com.c index bd6f3c6..39356d2 100644 --- a/drivers/net/ena/base/ena_com.c +++ b/drivers/net/ena/base/ena_com

[dpdk-dev] [PATCH 2/2] net/ena: fix return of hash control flushing

2017-02-14 Thread Yong Wang
In function ena_com_set_hash_ctrl(), the return value is assigned to "ret" variable, but it is not returned. Fix it by adding the return. Signed-off-by: Yong Wang --- drivers/net/ena/base/ena_com.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ena/base/ena_com.c

Re: [dpdk-dev] [PATCH] doc: deprecation note for renaming vfio symbols for exporting

2017-02-14 Thread Ferruh Yigit
On 2/13/2017 12:01 PM, Shreyansh Jain wrote: > Some vfio symbols need to be exported outside librte_eal. For that, they > need to be renamed to rte_* naming convention. > > Signed-off-by: Shreyansh Jain Acked-by: Ferruh Yigit

Re: [dpdk-dev] [PATCH] doc: announce kni_vhost removal

2017-02-14 Thread Bruce Richardson
On Tue, Feb 14, 2017 at 11:48:29AM +0100, Thomas Monjalon wrote: > 2016-11-17 13:27, Ferruh Yigit: > > +* kni: Remove :ref:`kni_vhost_backend-label` feature (KNI_VHOST) in 17.05 > > release. > > + :doc:`Vhost Library ` is currently preferred > > method for > > + guest - host communication. Just

Re: [dpdk-dev] [PATCH] doc: add ABI change notification for ring library

2017-02-14 Thread Hemant Agrawal
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Olivier Matz > Sent: Tuesday, February 14, 2017 2:34 AM > To: Bruce Richardson > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: add ABI change notification for ring > library > > On Mon, 13 Feb 2017 17:

Re: [dpdk-dev] cryptodev - Session and queue pair relationship

2017-02-14 Thread Sergio Gonzalez Monroy
Hi Akhil, Thanks for your feedback Declan, The suggestion from Fiona looks good. Should I send the patch for this or is it already in discussion in some different thread? Also, if this new API is added, there would be corresponding change in the ipsec-secgw application as well. I am look

[dpdk-dev] DPDK 17.02 RC-3 performance degradation of ~10%

2017-02-14 Thread Hanoch Haim (hhaim)
Hi, We (trex traffic generator project) upgrade DPDK version from 16.07 to 17.02arc-3 and we experienced a performance degradation on the following NICS: XL710 : 10-15% ixgbe : 8% in one case mlx5: 8% 2 case X710: no impact (same driver as XL710) VIC : no impact It might be r

Re: [dpdk-dev] [PATCH v2] doc: fix unreadable images

2017-02-14 Thread Mcnamara, John
> > No reply. What should I do? Apply with s/Contanier/Container/? There is an update on the way. Very shortly.

Re: [dpdk-dev] [PATCH] doc: announce kni_vhost removal

2017-02-14 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson > Sent: Tuesday, February 14, 2017 11:42 AM > To: Thomas Monjalon > Cc: Yigit, Ferruh; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: announce kni_vhost removal > > On Tue, Feb 14, 2017 at 1

[dpdk-dev] [PATCH v2] doc/contributing: add description of review tags

2017-02-14 Thread Harry van Haaren
This commit details what is meant by the various email tags that the DPDK community use regularly. The descriptions state what each tag means, drawing from the kernel's understanding[1], and the discussion on the DPDK mailing list[2]. Signed-off-by: Harry van Haaren Acked-by: John McNamara [1]

Re: [dpdk-dev] [PATCH] doc: announce TILE-Gx removal

2017-02-14 Thread Mcnamara, John
> -Original Message- > From: Richardson, Bruce > Sent: Tuesday, February 14, 2017 11:25 AM > To: Mcnamara, John > Cc: Thomas Monjalon ; Zhigang Lu > ; Liming Sun ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: announce TILE-Gx removal > > On Tue, Feb 14, 2017 at 08:50:07AM +,

Re: [dpdk-dev] DPDK 17.02 RC-3 performance degradation of ~10%

2017-02-14 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Hanoch Haim (hhaim) > Sent: Tuesday, February 14, 2017 11:45 AM > To: dev@dpdk.org > Cc: Ido Barnea (ibarnea) ; Hanoch Haim (hhaim) > > Subject: [dpdk-dev] DPDK 17.02 RC-3 performance degradation of ~10% > > Hi,

Re: [dpdk-dev] DPDK 17.02 RC-3 performance degradation of ~10%

2017-02-14 Thread Hanoch Haim (hhaim)
Hi John, thank you for the fast response. I assume that Intel tests are more like rx->tx tests. In our case we are doing mostly tx, which is more similar to dpdk-pkt-gen The cases that we cached the mbuf was affected the most. We expect to see the same issue with a simple DPDK application Than

Re: [dpdk-dev] [PATCH] doc: add EAL bus support in release notes

2017-02-14 Thread Hemant Agrawal
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Shreyansh Jain > Sent: Monday, February 13, 2017 5:30 AM > To: dev@dpdk.org > Cc: thomas.monja...@6wind.com; Shreyansh Jain > > Subject: [dpdk-dev] [PATCH] doc: add EAL bus support in release notes > > Signed-of

Re: [dpdk-dev] DPDK 17.02 RC-3 performance degradation of ~10%

2017-02-14 Thread Thomas Monjalon
2017-02-14 12:19, Mcnamara, John: > From: Hanoch Haim (hhaim) > > We (trex traffic generator project) upgrade DPDK version from 16.07 to > > 17.02arc-3 and we experienced a performance degradation on the following > > NICS: [...] > > Could you do a git-bisect to identify the change that caused thi

Re: [dpdk-dev] [PATCH v3] doc: fix unreadable images

2017-02-14 Thread Mcnamara, John
> -Original Message- > From: Van Haaren, Harry > Sent: Tuesday, February 14, 2017 11:56 AM > To: Mcnamara, John > Cc: thomas.monja...@6wind.com; dev@dpdk.org; Tan, Jianfeng > ; Van Haaren, Harry > Subject: [PATCH v3] doc: fix unreadable images > > From: Jianfeng Tan > > The images by b

Re: [dpdk-dev] [PATCH 0/3] doc: update release notes

2017-02-14 Thread Thomas Monjalon
2017-02-09 09:31, Nelio Laranjeiro: > Biggest change is in the first patch to provide a better visibility for users > on which NIC has been tested on which platform. > > Others two are just updates for Mellanox PMDs. > > Nelio Laranjeiro (3): > doc: merge release notes sections > doc: update

Re: [dpdk-dev] [PATCH] doc:add tested Intel platforms with Intel NICs.

2017-02-14 Thread Thomas Monjalon
> > Add tested Intel platforms with Intel NICs to the release note. > > > > Signed-off-by: Yulong Pei > > Thank you for the rework. > > Note for the future, the patch should have been v2 and the title should > have a space between "doc:" and "add". > > Otherwise: > > > Acked-by: John McNamar

Re: [dpdk-dev] DPDK 17.02 RC-3 performance degradation of ~10%

2017-02-14 Thread De Lara Guarch, Pablo
Hi, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Tuesday, February 14, 2017 1:05 PM > To: Hanoch Haim (hhaim) > Cc: dev@dpdk.org; Mcnamara, John; Ido Barnea (ibarnea) > Subject: Re: [dpdk-dev] DPDK 17.02 RC-3 performance degradation of

Re: [dpdk-dev] [PATCH] doc: announce TILE-Gx removal

2017-02-14 Thread Maxime Coquelin
On 02/14/2017 10:28 AM, Thomas Monjalon wrote: 2017-02-14 09:58, Thomas Monjalon: 2017-02-14 08:50, Mcnamara, John: The notification should probably be for removal in 17.08, to one release cycle to respond/fix/update. There were some previous messages/warnings and there were no answer. I h

Re: [dpdk-dev] DPDK 17.02 RC-3 performance degradation of ~10%

2017-02-14 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Tuesday, February 14, 2017 1:28 PM > To: Thomas Monjalon; Hanoch Haim (hhaim) > Cc: dev@dpdk.org; Mcnamara, John; Ido Barnea (ibarnea) > Subject: Re: [dpdk-dev] DPDK 17.02 RC-3 perf

Re: [dpdk-dev] [PATCH] doc: announce API/ABI changes for vhost

2017-02-14 Thread Maxime Coquelin
Hi Yuanhan, On 01/23/2017 02:04 PM, Yuanhan Liu wrote: I made a vhost ABI/API refactoring at v16.04, meant to avoid such issue forever. Well, apparently, I lied. People are looking for more vhost-user options now days, other than vhost-user net only. For example, SPDK (Storage Performance Devel

[dpdk-dev] [PATCH] doc: introduce tested platforms as combinations

2017-02-14 Thread Thomas Monjalon
Add some text and rearrange lists to make sure it is clear that the tested platforms listed in the release notes are some combinations of the items in each group. Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/release_17_02.rst | 104 +++-- 1 file changed, 34

Re: [dpdk-dev] [PATCH] doc: introduce tested platforms as combinations

2017-02-14 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] > Sent: Tuesday, February 14, 2017 2:06 PM > To: Mcnamara, John > Cc: dev@dpdk.org; Pei, Yulong ; Nelio Laranjeiro > > Subject: [PATCH] doc: introduce tested platforms as combinations > > Add some text and

Re: [dpdk-dev] [PATCH] doc: add EAL bus support in release notes

2017-02-14 Thread Thomas Monjalon
2017-02-14 12:56, Hemant Agrawal: > > Signed-off-by: Shreyansh Jain > > @@ -237,6 +237,16 @@ Resolved Issues > > EAL > > ~~~ > > > > +* **Added support for representing buses in EAL** > > + > > + A new structure ``rte_bus`` is introduced in EAL. This allows for > > + devices to be represented

Re: [dpdk-dev] [PATCH] doc: introduce tested platforms as combinations

2017-02-14 Thread Thomas Monjalon
> > Add some text and rearrange lists to make sure it is clear that the tested > > platforms listed in the release notes are some combinations of the items > > in each group. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: John McNamara Applied

Re: [dpdk-dev] [PATCH v3] doc: fix unreadable images

2017-02-14 Thread Thomas Monjalon
2017-02-14 13:14, Mcnamara, John: > > -Original Message- > > From: Van Haaren, Harry > > Sent: Tuesday, February 14, 2017 11:56 AM > > To: Mcnamara, John > > Cc: thomas.monja...@6wind.com; dev@dpdk.org; Tan, Jianfeng > > ; Van Haaren, Harry > > Subject: [PATCH v3] doc: fix unreadable imag

[dpdk-dev] [PATCH] net/mlx5: add out of buffer counter to extended statistic

2017-02-14 Thread Shahaf Shuler
This commit adds RX out of buffer counter to xstats report. The counter counts the number of dropped occurred due to lack of buffers on device RX queues. Signed-off-by: Shahaf Shuler Acked-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5.h| 2 ++ drivers/net/mlx5/mlx5_ethdev.c | 54 +

[dpdk-dev] [PATCH 1/2] Fix container_of() macro to work with const members

2017-02-14 Thread Jan Blunck
This fixes the usage of structure members that are declared const to get a pointer to the embedding parent structure. Signed-off-by: Jan Blunck --- lib/librte_eal/common/include/rte_common.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/librte_eal/common/include/rt

[dpdk-dev] [PATCH 2/2] Ensure constness of target pointer type

2017-02-14 Thread Jan Blunck
This adds a check to ensure that the container_of() macro is not used to cast away (remove) constness. Signed-off-by: Jan Blunck --- lib/librte_eal/common/include/rte_common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/librte_eal/common/include/rte_common.h b/lib/librte_eal/commo

Re: [dpdk-dev] crypto drivers in the API

2017-02-14 Thread Doherty, Declan
On 14/02/2017 11:04 AM, Thomas Monjalon wrote: 2017-02-14 10:44, Doherty, Declan: On 13/02/2017 1:25 PM, Thomas Monjalon wrote: In the crypto API, the drivers are listed. In my opinion, it is a wrong designed and these lists should be removed. Do we need a deprecation notice to plan this remova

[dpdk-dev] [PATCH] doc: add thread-safety information about EFD library

2017-02-14 Thread Pablo de Lara
Signed-off-by: Pablo de Lara --- doc/guides/prog_guide/efd_lib.rst | 15 +++ lib/librte_efd/rte_efd.h | 6 ++ 2 files changed, 21 insertions(+) diff --git a/doc/guides/prog_guide/efd_lib.rst b/doc/guides/prog_guide/efd_lib.rst index 5b8e4e3..3f90fa9 100644 --- a/doc/gu

[dpdk-dev] [RFC 17.05] test: move tests to separate folder

2017-02-14 Thread Ferruh Yigit
Tests are part of app folder and compiled with library every time. Moving tests into a "test" folder which won't be compiled by default. To compile tests, need to give explicit "make test" command. "make test" was previously used to run tests, which renamed to "make test_run" with this patch. Thi

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

2017-02-14 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 17.02 release notes. Signed-off-by: John McNamara --- Note: The "ABI Changes" section is currently empty. doc/guides/rel_notes/release_17_02.rst | 255 ++--- 1 file changed, 111 insertions(+), 144 deletions(-) diff --gi

Re: [dpdk-dev] [PATCH] doc: add thread-safety information about EFD library

2017-02-14 Thread Mcnamara, John
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Tuesday, February 14, 2017 3:03 PM > To: Mcnamara, John > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH] doc: add thread-safety information about EFD library > > Signed-off-by: Pablo de Lara Acked-by: John McNama

Re: [dpdk-dev] [RFC 17.05] test: move tests to separate folder

2017-02-14 Thread Bruce Richardson
On Tue, Feb 14, 2017 at 03:13:26PM +, Ferruh Yigit wrote: > Tests are part of app folder and compiled with library every time. > Moving tests into a "test" folder which won't be compiled by default. > To compile tests, need to give explicit "make test" command. > > "make test" was previously u

Re: [dpdk-dev] crypto drivers in the API

2017-02-14 Thread Thomas Monjalon
2017-02-14 14:46, Doherty, Declan: > On 14/02/2017 11:04 AM, Thomas Monjalon wrote: > > 2017-02-14 10:44, Doherty, Declan: > >> On 13/02/2017 1:25 PM, Thomas Monjalon wrote: > >>> In the crypto API, the drivers are listed. > >>> In my opinion, it is a wrong designed and these lists should be remove

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

2017-02-14 Thread Thomas Monjalon
2017-02-14 15:32, John McNamara: > -Resolved Issues > > - > -.. This section should contain bug fixes added to the relevant sections. > Sample format: > - > - * **code/section Fixed issue in the past tense with a full stop.** > - > - Add a short 1-2 sentence description of t

Re: [dpdk-dev] [RFC 17.05] test: move tests to separate folder

2017-02-14 Thread Wiles, Keith
> On Feb 14, 2017, at 9:41 AM, Bruce Richardson > wrote: > > On Tue, Feb 14, 2017 at 03:13:26PM +, Ferruh Yigit wrote: >> Tests are part of app folder and compiled with library every time. >> Moving tests into a "test" folder which won't be compiled by default. >> To compile tests, need to

Re: [dpdk-dev] [RFC 17.05] test: move tests to separate folder

2017-02-14 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson > Sent: Tuesday, February 14, 2017 3:42 PM > To: Yigit, Ferruh > Cc: Thomas Monjalon ; dev@dpdk.org > Subject: Re: [dpdk-dev] [RFC 17.05] test: move tests to separate folder > > On Tue, Feb 14,

Re: [dpdk-dev] [RFC 17.05] test: move tests to separate folder

2017-02-14 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit > Sent: Tuesday, February 14, 2017 3:13 PM > To: Thomas Monjalon > Cc: dev@dpdk.org; Yigit, Ferruh > Subject: [dpdk-dev] [RFC 17.05] test: move tests to separate folder > > Tests are part of app fo

Re: [dpdk-dev] Further fun with ABI tracking

2017-02-14 Thread Bruce Richardson
On Tue, Feb 14, 2017 at 11:52:00AM +0100, Christian Ehrhardt wrote: > Hi, > when moving to DPDK 16.11 Debian/Ubuntu packaging of DPDK has hit a new > twist on the (it seems reoccurring) topic of DPDK ABI tracking. > > I have found, ... well I don't want to call it solution ..., let's say a > crutc

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

2017-02-14 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] > Sent: Tuesday, February 14, 2017 3:51 PM > To: Mcnamara, John > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v1] doc: update release notes for 17.02 > > 2017-02-14 15:32, John McNamara: > > -Resolved

[dpdk-dev] [PATCH v2] doc: update release notes for 17.02

2017-02-14 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 17.02 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_17_02.rst | 241 +++-- 1 file changed, 111 insertions(+), 130 deletions(-) diff --git a/doc/guides/rel_notes/release_17_02.rst b/doc/guide

[dpdk-dev] [PATCH v3] mbuf: use pktmbuf helper to create the pool

2017-02-14 Thread Hemant Agrawal
When possible, replace the uses of rte_mempool_create() with the helper provided in librte_mbuf: rte_pktmbuf_pool_create(). This is the preferred way to create a mbuf pool. This also updates the documentation. Signed-off-by: Olivier Matz Signed-off-by: Hemant Agrawal --- v3: * removing changes

Re: [dpdk-dev] [PATCH] cfgfile: fix uninitialized variable on load error

2017-02-14 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Dmitriy Yakovlev > Sent: Tuesday, February 7, 2017 2:51 AM > To: dev@dpdk.org > Cc: Dmitriy Yakovlev > Subject: [dpdk-dev] [PATCH] cfgfile: fix uninitialized variable on load error > > Uninitialized scalar varia

Re: [dpdk-dev] [RFC 17.05] test: move tests to separate folder

2017-02-14 Thread Ferruh Yigit
On 2/14/2017 3:41 PM, Bruce Richardson wrote: > On Tue, Feb 14, 2017 at 03:13:26PM +, Ferruh Yigit wrote: >> Tests are part of app folder and compiled with library every time. >> Moving tests into a "test" folder which won't be compiled by default. >> To compile tests, need to give explicit "ma

Re: [dpdk-dev] [PATCH] cfgfile: fix uninitialized variable on load error

2017-02-14 Thread Thomas Monjalon
> > Uninitialized scalar variable. Using uninitialized value cfg- > > >sections[curr_section]->num_entries when calling rte_cfgfile_close. > > And memory in variables cfg->sections[curr_section], sect- > > >entries[curr_entry] maybe not equal NULL. We must decrement counters > > curr_section, curr_

Re: [dpdk-dev] [RFC 17.05] test: move tests to separate folder

2017-02-14 Thread Richardson, Bruce
> -Original Message- > From: Yigit, Ferruh > Sent: Tuesday, February 14, 2017 5:07 PM > To: Richardson, Bruce > Cc: Thomas Monjalon ; dev@dpdk.org > Subject: Re: [dpdk-dev] [RFC 17.05] test: move tests to separate folder > > On 2/14/2017 3:41 PM, Bruce Richardson wrote: > > On Tue, Feb

Re: [dpdk-dev] doc: announce TILE-Gx removal

2017-02-14 Thread Thomas Monjalon
Applied

Re: [dpdk-dev] doc: add ABI change notification for ring library

2017-02-14 Thread Thomas Monjalon
Applied

Re: [dpdk-dev] [PATCH v2] doc: announce API changes to implement the bus model

2017-02-14 Thread Thomas Monjalon
Applied

Re: [dpdk-dev] [PATCH] rte_table: ensure prev bucket has a valid pointer

2017-02-14 Thread Dumitrescu, Cristian
Hi Emmanuel, > -Original Message- > From: Emmanuel Roullit [mailto:emmanuel.roul...@gmail.com] > Sent: Tuesday, January 24, 2017 8:39 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH] rte_table: ensure prev bucket has a valid pointer > > Fixes: 43f15e28

Re: [dpdk-dev] [PATCH] doc: deprecation note for renaming vfio symbols for exporting

2017-02-14 Thread Thomas Monjalon
Applied

Re: [dpdk-dev] [PATCH] doc: postpone API change in ethdev

2017-02-14 Thread Thomas Monjalon
Applied

Re: [dpdk-dev] [PATCH v2] doc: announce API and ABI change for ethdev

2017-02-14 Thread Thomas Monjalon
Applied

Re: [dpdk-dev] [PATCH] doc: announce API/ABI changes for vhost

2017-02-14 Thread Thomas Monjalon
Applied

Re: [dpdk-dev] [PATCH] doc: announce kni_vhost removal

2017-02-14 Thread Thomas Monjalon
Applied

Re: [dpdk-dev] Further fun with ABI tracking

2017-02-14 Thread Jan Blunck
On Tue, Feb 14, 2017 at 11:52 AM, Christian Ehrhardt wrote: > Hi, > when moving to DPDK 16.11 Debian/Ubuntu packaging of DPDK has hit a new > twist on the (it seems reoccurring) topic of DPDK ABI tracking. > > I have found, ... well I don't want to call it solution ..., let's say a > crutch to get

Re: [dpdk-dev] [PATCH v2] doc: annouce ABI change for cryptodev ops structure

2017-02-14 Thread Thomas Monjalon
Applied

Re: [dpdk-dev] [PATCH] doc: add deprecation note to add parameter in rte_cryptodev_info.sym

2017-02-14 Thread Thomas Monjalon
Applied

Re: [dpdk-dev] [PATCH] doc: add thread-safety information about EFD library

2017-02-14 Thread Thomas Monjalon
> > Signed-off-by: Pablo de Lara > > Acked-by: John McNamara Applied, thanks

Re: [dpdk-dev] [PATCH v3 00/25] linux/eal: Remove most causes of panic on init

2017-02-14 Thread Aaron Conole
Stephen Hemminger writes: > On Thu, 9 Feb 2017 09:29:28 -0500 > Aaron Conole wrote: > >> In many cases, it's enough to simply let the application know that the >> call to initialize DPDK has failed. A complete halt can then be >> decided by the application based on error returned (and the app

Re: [dpdk-dev] [PATCH v2] doc/contributing: add description of review tags

2017-02-14 Thread Thomas Monjalon
2017-02-14 11:50, Harry van Haaren: > This commit details what is meant by the various email > tags that the DPDK community use regularly. The descriptions > state what each tag means, drawing from the kernel's understanding[1], > and the discussion on the DPDK mailing list[2]. > > Signed-off-by:

Re: [dpdk-dev] [PATCH v2] doc: update release notes for 17.02

2017-02-14 Thread Thomas Monjalon
2017-02-14 16:26, John McNamara: > Fix grammar, spelling and formatting of DPDK 17.02 release notes. > > Signed-off-by: John McNamara Applied, thanks This is the final touch of this release.

Re: [dpdk-dev] [PATCH v3 25/25] rte_eal_init: add info about rte_errno codes

2017-02-14 Thread Aaron Conole
Stephen Hemminger writes: > On Thu, 9 Feb 2017 09:29:53 -0500 > Aaron Conole wrote: > >> + * The error codes returned via rte_errno: >> + * EACCES indicates a permissions issue. >> + * >> + * EAGAIN indicates either a bus or system resource was not available, >> + *try aga

[dpdk-dev] [PATCH] examples: optind should be reset to one not zero

2017-02-14 Thread Keith Wiles
Signed-off-by: Keith Wiles --- app/test-pipeline/config.c | 2 +- examples/distributor/main.c | 2 +- examples/dpdk_qat/main.c| 2 +- examples/ip_fragmentation/main.c| 2 +- examples/ip_pipeline/config_parse.c

[dpdk-dev] [dpdk-announce] DPDK 17.02 released

2017-02-14 Thread Thomas Monjalon
A new major release is available: http://fast.dpdk.org/rel/dpdk-17.02.tar.xz It has been a busy cycle considering the various holidays: 849 patches from 101 authors 655 files changed, 141527 insertions(+), 10539 deletions(-) There are 41 new contributors (including authors

Re: [dpdk-dev] [PATCH] eventdev: Add rte_errno return values to the enqueue and dequeue functions

2017-02-14 Thread Eads, Gage
> -Original Message- > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Monday, February 13, 2017 10:10 PM > To: Eads, Gage > Cc: dev@dpdk.org; Richardson, Bruce ; > hemant.agra...@nxp.com; Van Haaren, Harry ; > nipun.gu...@nxp.com > Subject: Re: [PATCH] eventdev

[dpdk-dev] [PATCH] net/i40e: fix fail to start testpmd

2017-02-14 Thread Beilei Xing
Testpmd failed to start in another hugetlbfs mount point. Fix the issue by assigning scocket id during hash parameter defination. Fixes: 5c53c82c8174 ("net/i40e: store flow director filter") Fixes: 425c3325f0b0 ("net/i40e: store tunnel filter") Fixes: 078259773da9 ("net/i40e: store ethertype filte

Re: [dpdk-dev] [RFC 17.05] test: move tests to separate folder

2017-02-14 Thread Yuanhan Liu
On Tue, Feb 14, 2017 at 05:30:14PM +, Richardson, Bruce wrote: > Just to be awkward :-), one last question: Why separate building and running > the tests? My suggestion would be to have "make test" both build and run the > tests. If there is no work to do in building them, then the time cost of

  1   2   >