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
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
> -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
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(), "
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
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
> -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
> ---
>
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
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
> >
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
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
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#
> -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
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
> -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
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
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
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
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
On 14/02/2017 10:41 AM, Fan Zhang wrote:
Signed-off-by: Fan Zhang
Acked-by: Hemant Agrawal
---
...
Acked-by: Declan Doherty
> -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
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
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
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
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
> -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
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
> -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
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
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
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
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
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
> -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:
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
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
>
> No reply. What should I do? Apply with s/Contanier/Container/?
There is an update on the way. Very shortly.
> -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
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]
> -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 +,
> -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,
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
> -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
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
> -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
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
> > 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
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
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
> -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
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
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
> -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
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
> > 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
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
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 +
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
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
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
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
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
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
> -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
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
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
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
> 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
> -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,
> -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
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
> -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
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
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
> -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
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
> > 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_
> -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
Applied
Applied
Applied
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
Applied
Applied
Applied
Applied
Applied
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
Applied
Applied
> > Signed-off-by: Pablo de Lara
>
> Acked-by: John McNamara
Applied, thanks
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
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:
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.
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
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
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
> -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
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
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 - 100 of 101 matches
Mail list logo