On Tue, Feb 13, 2018 at 09:20:48AM +0530, Hemant Agrawal wrote:
> On 2/10/2018 6:18 PM, Jerin Jacob wrote:
> > -Original Message-
> > > Date: Fri, 9 Feb 2018 16:45:16 +
> > > From: Cristian Dumitrescu
> > > To: dev@dpdk.org
> > > CC: olivier.m...@6wind.com, tho...@monjalon.net,
> > >
CRC stripping is executed in the kernel outside of TAP PMD scope.
There is no prevention that the TAP PMD will report on Rx CRC
stripping capability.
In the corrupted code, TAP PMD did not report on this capability.
The fix enables TAP PMD to report that Rx CRC stripping is supported.
Fixes: 02f96
Patch ought to also have:
Fixes: af75078fece3 ("first public release")
Otherwise looks good to me. I'm not the maintainer so have only done
basic smoke tests.
On 13/02/2018 03:43, Dustin Lundquist wrote:
[..]
Signed-off-by: Dustin Lundquist
---
examples/exception_path/main.c | 2 +-
1 file
On 02/12/2018 04:46 PM, Maxime Coquelin wrote:
From: Olivier Matz
The mbuf->data_off was was not properly set for the first received
mbufs. Fix this by setting it in virtqueue_enqueue_recv_refill_simple(),
which is used to enqueue the first mbuf in the ring.
The function virtio_rxq_rearm_vec
Add a maintainers section to the contributors guide to have a low tech
location to check/link to the current maintainers. This file is included
dynamically from the MAINTAINERS file in the root directory of the DPDK
source when the docs are built. This also allows us to link to the file
from other
> -Original Message-
> From: Thomas Monjalon [mailto:tho...@monjalon.net]
> Sent: Monday, February 12, 2018 5:45 PM
> To: Mcnamara, John
> Cc: dev@dpdk.org
> Subject: [PATCH] doc: improve HTML spacing in release notes
>
> Vertical spacing is lower before an item title than after.
> So t
On Mon, Feb 12, 2018 at 09:16:27PM +0800, Jason Wang wrote:
On 2018???01???29??? 22:11, Jens Freimann wrote:
+/* Cleanup from completed transmits. */
+static void
+virtio_xmit_cleanup(struct virtqueue *vq)
+{
+ uint16_t idx;
+ uint16_t size = vq->vq_nentries;
+ struct vring_d
A gentle remainder for review :)
-Abhinandan
> -Original Message-
> From: Gujjar, Abhinandan S
> Sent: Monday, January 15, 2018 4:24 PM
> To: jerin.ja...@caviumnetworks.com
> Cc: dev@dpdk.org; Vangati, Narender ; Gujjar,
> Abhinandan S ; Rao, Nikhil
> ; Eads, Gage
> Subject: [RFC v2, 2/2
A gentle remainder for review :)
-Abhinandan
> -Original Message-
> From: Gujjar, Abhinandan S
> Sent: Thursday, February 1, 2018 3:00 PM
> To: Doherty, Declan ; akhil.go...@nxp.com; De
> Lara Guarch, Pablo ;
> jerin.jacobkollanukka...@cavium.com
> Cc: dev@dpdk.org; Vangati, Narender ; Gu
On 2/12/2018 8:28 AM, Guo, Jia wrote:
>
>
> On 2/9/2018 6:01 AM, Thomas Monjalon wrote:
>> 30/01/2018 11:01, Jeff Guo:
>>> udev could not detect remove and add event of device when hotplug in
>>> and out devices, that related with the fix about using pointer of
>>> rte_uio_pci_dev as dev_id inste
13/02/2018 10:09, Mcnamara, John:
> From: Thomas Monjalon [mailto:tho...@monjalon.net]
> > Vertical spacing is lower before an item title than after.
> > So the items with paragraphs are not well separated.
> >
> > A custom CSS is added to override the rtd theme.
>
> That's great. It fixes a long
On 2/12/2018 2:11 PM, Jerin Jacob wrote:
> -Original Message-
>> Date: Mon, 12 Feb 2018 14:02:17 +
>> From: Matan Azrad
>> To: Jerin Jacob
>> CC: "dev@dpdk.org" , "ferruh.yi...@intel.com"
>> , "sta...@dpdk.org" , Thomas
>> Monjalon , Konstantin Ananyev
>> , Pavan Nikhilesh
>>
>>
> -Original Message-
> From: Power, Ciara
> Sent: Tuesday, February 13, 2018 9:09 AM
> To: dev@dpdk.org
> Cc: Mcnamara, John ; Kovacevic, Marko
> ; Power, Ciara
> Subject: [PATCH v2] doc: add maintainers section to the contributors guide
>
> Add a maintainers section to the contributors
On 13-Feb-18 1:43 AM, Zhang, Xiaohua wrote:
Hi Anatoly,
AVP is a virtual NIC type, so you are right.
When using the AVP device, you will see the following information from lspci
(example).
Slot: :00:05.0
Class: Unclassified device [00ff]
Vendor: Red Hat, Inc [1af4]
Device:V
Hi,
The next Technical Board meeting will happen on IRC freenode #dpdk-board
this wednesday 14 february 3pm UTC.
You will find links to the agenda and previous meetings on this page:
http://dpdk.org/dev/techboard-minutes
The last one is not yet on the website:
http://dpdk.org/ml/archives/
On 2/12/2018 4:13 PM, Pavan Nikhilesh wrote:
> This script checks for the symbols specified in the map files against
> the symbols present in the map file directory.
> Currently, the script checks for map files in drivers and lib directory.
>
> Example:
> ./devtools/check-map.py
>
> The following
On 2/13/2018 10:06 AM, Burakov, Anatoly wrote:
> On 13-Feb-18 1:43 AM, Zhang, Xiaohua wrote:
>> Hi Anatoly,
>> AVP is a virtual NIC type, so you are right.
>>
>> When using the AVP device, you will see the following information from lspci
>> (example).
>> Slot: :00:05.0
>> Class: Un
On 2/13/2018 4:56 AM, Hemant Agrawal wrote:
> On 2/13/2018 9:16 AM, Hemant Agrawal wrote:
>> HI Pavan,
>>
>> On 2/12/2018 7:53 PM, Pavan Nikhilesh wrote:
>>> Remove some unused map symbol.
>>>
>>> Signed-off-by: Pavan Nikhilesh
<...>
> Acked-by: Hemant Agrawal
Acked-by: Ferruh Yigit
On 2/7/2018 12:41 PM, Shreyansh Jain wrote:
> On Wednesday 07 February 2018 02:56 PM, Gaetan Rivet wrote:
>> The declaration and identification of devices will change in v18.05.
>>
>> Remove the precedent deprecation notice
>>
>> Add new one reflecting the planned changes more accurately,
>> update
On 2/13/2018 6:52 AM, Shahaf Shuler wrote:
> Tuesday, February 6, 2018 9:39 AM, Xueming Li:
>> Subject: [PATCH v2] doc: announce ABI change for RSS configuration
>> structure
>>
>> Update deprecation notice for the new rss_level field of rte_eth_rss_conf.
>>
>> Link: http://www.dpdk.org/dev/patchwo
On 2/2/2018 2:01 PM, Olivier Matz wrote:
> On Fri, Feb 02, 2018 at 02:01:42PM +0530, Hemant Agrawal wrote:
>> Signed-off-by: Hemant Agrawal
>> ---
>> v2: fix checkpatch errors
>>
>> doc/guides/rel_notes/deprecation.rst | 9 +
>> 1 file changed, 9 insertions(+)
>>
>> diff --git a/doc/guide
> -Original Message-
> From: De Lara Guarch, Pablo
> Sent: Tuesday, January 30, 2018 12:14 PM
> To: akhil.go...@nxp.com; hemant.agra...@nxp.com; Doherty, Declan
> ; jerin.ja...@caviumnetworks.com; Trahe,
> Fiona ; Griffin, John ; Jain,
> Deepak K ; j...@semihalf.com;
> t...@semihalf.com;
13/02/2018 11:37, Olivier Matz:
> Please send on any items requiring techboard attention.
If some deprecation notices require some special attention, we should
discuss them in the techboard meeting, just before closing the release.
The most obvious deprecations will be accepted before the meeting.
On 1/16/2018 4:37 PM, Mcnamara, John wrote:
>
>
>> -Original Message-
>> From: Kovacevic, Marko
>> Sent: Tuesday, January 16, 2018 9:13 AM
>> To: dev@dpdk.org
>> Cc: Mcnamara, John ; Yigit, Ferruh
>> ; hemant.agra...@nxp.com; Kovacevic, Marko
>>
>> Subject: [PATCH v3 2/2] doc: add guidel
On 1/16/2018 4:37 PM, Mcnamara, John wrote:
>
>
>> -Original Message-
>> From: Kovacevic, Marko
>> Sent: Tuesday, January 16, 2018 9:13 AM
>> To: dev@dpdk.org
>> Cc: Mcnamara, John ; Yigit, Ferruh
>> ; hemant.agra...@nxp.com; Kovacevic, Marko
>>
>> Subject: [PATCH v3 1/2] doc: add guidel
On 1/12/2018 2:38 PM, Neil Horman wrote:
> On Fri, Jan 12, 2018 at 10:29:46AM +, Kirill Rybalchenko wrote:
>> Signed-off-by: Kirill Rybalchenko
>>
>> Acked-by: Marko Kovacevic
>> ---
>> doc/guides/rel_notes/deprecation.rst | 6 ++
>> 1 file changed, 6 insertions(+)
>>
>> diff --git a/doc
-Original Message-
> Date: Tue, 13 Feb 2018 11:27:34 +
> From: Ferruh Yigit
> To: Shahaf Shuler , "Xueming(Steven) Li"
> , Thomas Monjalon , Neil
> Horman
> CC: "dev@dpdk.org"
> Subject: Re: [dpdk-dev] [PATCH v2] doc: announce ABI change for RSS
> configuration structure
> User-Ag
On 6/12/2017 1:50 PM, Mcnamara, John wrote:
>
>
>> -Original Message-
>> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of David Hunt
>> Sent: Wednesday, June 7, 2017 3:38 PM
>> To: dev@dpdk.org
>> Cc: tho...@monjalon.net; shreyansh.j...@nxp.com; Hunt, David
>>
>> Subject: [dpdk-dev]
This is to revert the following commits:
commit da646bd93888 ("net/mlx5: fix all multi verification code position")
commit 0a40a1363a4d ("net/mlx5: fix flow type for allmulti rules")
The last one introduced a bug in the following diff:
@ -1262,6 +1274,7 @@ struct ibv_spec_header {
On Tue, Feb 13, 2018 at 02:31:55PM +0200, Shahaf Shuler wrote:
> This is to revert the following commits:
> commit da646bd93888 ("net/mlx5: fix all multi verification code position")
> commit 0a40a1363a4d ("net/mlx5: fix flow type for allmulti rules")
>
> The last one introduced a bug in the follo
Wednesday, January 31, 2018 9:12 PM, Ferruh Yigit:
> On 1/30/2018 6:06 AM, Andrew Rybchenko wrote:
> > On 01/29/2018 08:13 PM, Olivier Matz wrote:
> >> Announce internal PMD API change in the function to set the default
> >> MAC address. The objective is to be able to notify errors occurring
> >> i
On 1/13/2016 4:49 PM, stephen at networkplumber.org (Stephen Hemminger) wrote:
> On Wed, 13 Jan 2016 15:07:08 +
> Bruce Richardson wrote:
>
>> So, while the two-tab indent may look "a bit weird" it does solve the two
>> issues
>> above. I believe practical benefits should override initial im
On Tue, Feb 13, 2018 at 12:51:57PM +, Ferruh Yigit wrote:
> On 1/13/2016 4:49 PM, stephen at networkplumber.org (Stephen Hemminger) wrote:
> > On Wed, 13 Jan 2016 15:07:08 +
> > Bruce Richardson wrote:
> >
> >> So, while the two-tab indent may look "a bit weird" it does solve the two
> >
On Mon, Oct 16, 2017 at 04:27:47PM +0200, Ivan Boule wrote:
> To help administrative tasks on ports, new per-port information need
> to be added into the data structure rte_eth_dev_info supplied by the
> dev_infos_get() function exported by a Poll Mode Driver.
>
> See http://dpdk.org/ml/archives/d
On Tue, Feb 13, 2018 at 12:09:19PM +, Ferruh Yigit wrote:
> On 1/12/2018 2:38 PM, Neil Horman wrote:
> > On Fri, Jan 12, 2018 at 10:29:46AM +, Kirill Rybalchenko wrote:
> >> Signed-off-by: Kirill Rybalchenko
> >>
> >> Acked-by: Marko Kovacevic
> >> ---
> >> doc/guides/rel_notes/deprecati
The current implementation of the Tap PMD doesn't support packet size
grater than 1522B, so no need to set jumbo frames in the Tap features.
Fixes: 04b2c3c94346 ("doc: add tap features")
Cc: sta...@dpdk.org
Signed-off-by: Matan Azrad
---
doc/guides/nics/features/tap.ini | 1 -
1 file changed, 1
Hi Matan,
On Mon, Feb 12, 2018 at 08:51:39PM +, Matan Azrad wrote:
> This series fixes failsafe race between control commands to the asynchronic
> plug-out\in processes.
>
Thanks for tackling this complicated issue.
For the series:
Acked-by: Gaetan Rivet
I hope there will be more work on
On 02/12/2018 04:20 AM, Jianfeng Tan wrote:
Patch 1: a trivial fix on reword a log message.
Patch 2: fix the rxq interrupt mode when virtio-user is used
with vhost kernel.
Patch 3: a trivial fix on LSC fd init when virtio-user is used
with vhost kernel.
Jianfeng Tan (3):
12/02/2018 18:41, Neil Horman:
> On Mon, Feb 12, 2018 at 07:53:05PM +0530, Pavan Nikhilesh wrote:
> > Remove some unused map symbol.
> >
> > Signed-off-by: Pavan Nikhilesh
> Acked-by: Neil Horman
Applied, thanks
> > rte_errno values should not be negative.
> >
> > Fixes: bacaa2754017 ("eal: add channel for multi-process communication")
> > Fixes: 783b6e54971d ("eal: add synchronous multi-process communication")
> > Cc: jianfeng@intel.com
> > Signed-off-by: Anatoly Burakov
>
> Reviewed-by: Jianfeng T
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Tuesday, February 13, 2018 1:51 PM
> To: Burakov, Anatoly
> Cc: dev@dpdk.org; Tan, Jianfeng
> Subject: Re: [dpdk-dev] [PATCH] eal: fix rte_errno values for IPC API
>
> > > rte_errno values should not be negative.
> >
On 13-Feb-18 2:16 PM, Van Haaren, Harry wrote:
From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon
Sent: Tuesday, February 13, 2018 1:51 PM
To: Burakov, Anatoly
Cc: dev@dpdk.org; Tan, Jianfeng
Subject: Re: [dpdk-dev] [PATCH] eal: fix rte_errno values for IPC API
rte_errno val
On 2/13/2018 10:37 AM, Olivier Matz wrote:
> Hi,
>
> The next Technical Board meeting will happen on IRC freenode #dpdk-board
> this wednesday 14 february 3pm UTC.
>
> You will find links to the agenda and previous meetings on this page:
> http://dpdk.org/dev/techboard-minutes
> The last one
On 12-Feb-18 10:00 PM, Ravi Kerur wrote:
Let me just give you what has been tested and working/nonworking
scenarios. Some of your questions might get answered as well.
Test bed is very simple with 2 VF's created under IXGBE PF on
host with one VF interface added t
On 1/12/2018 8:45 PM, Erik Gabriel Carrillo wrote:
> This an API/ABI change notice for DPDK 18.05 announcing a change in
> the meaning of the return values of the rte_lcore_has_role() function.
>
> Signed-off-by: Erik Gabriel Carrillo
Acked-by: Ferruh Yigit
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit
> Sent: Tuesday, February 13, 2018 2:38 PM
> To: Carrillo, Erik G ; nhor...@tuxdriver.com
> Cc: dev@dpdk.org; pbhagavat...@caviumnetworks.com; acon...@redhat.com;
> tho...@monjalon.net
> Subject: Re: [dpdk-dev] [PATCH 1/1] doc: ann
On Tue, Feb 13, 2018 at 02:43:39PM +, Van Haaren, Harry wrote:
> > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit
> > Sent: Tuesday, February 13, 2018 2:38 PM
> > To: Carrillo, Erik G ; nhor...@tuxdriver.com
> > Cc: dev@dpdk.org; pbhagavat...@caviumnetworks.com; acon...@redha
Hi,
> -Original Message-
> From: Gujjar, Abhinandan S
> Sent: Thursday, February 1, 2018 9:30 AM
> To: Doherty, Declan ; akhil.go...@nxp.com; De
> Lara Guarch, Pablo ;
> jerin.jacobkollanukka...@cavium.com
> Cc: dev@dpdk.org; Vangati, Narender ;
> Gujjar, Abhinandan S ; Rao, Nikhil
>
> Su
Hi,
> -Original Message-
> From: Gujjar, Abhinandan S
> Sent: Thursday, February 1, 2018 9:30 AM
> To: Doherty, Declan ; akhil.go...@nxp.com; De
> Lara Guarch, Pablo ;
> jerin.jacobkollanukka...@cavium.com
> Cc: dev@dpdk.org; Vangati, Narender ;
> Gujjar, Abhinandan S ; Rao, Nikhil
>
> Su
Acked-by: Pascal Mazon
On 13/02/2018 14:22, Matan Azrad wrote:
> The current implementation of the Tap PMD doesn't support packet size
> grater than 1522B, so no need to set jumbo frames in the Tap features.
>
> Fixes: 04b2c3c94346 ("doc: add tap features")
> Cc: sta...@dpdk.org
>
> Signed-off-by
DPDK API does not propagate the reason of device allocation failure
from rte_eth_dev_allocate() up to the DPDK application (e.g. Open
vSwitch).
Log level of associated log entries was changed to warning. So user
can find additional details in log files also in production systems,
where debug messag
This updates hasan alayli's license to be the standard BSD-3-Clause
license used for the rest of DPDK,bringing the files in compliance
with the DPDK licensing policy.
Signed-off-by: Lee Daly
---
.../performance-thread/common/arch/x86/stack.h | 40 --
1 file changed, 7 ins
Feel free to relicense lthread to BSD-3.
On Thu, Feb 8, 2018 at 8:55 PM, Hemant Agrawal
wrote:
> On 2/8/2018 7:18 PM, Daly, Lee wrote:
>
>> Subject: Re: [PATCH] examples: update copyrights and license
>>>
>>> Hi Lee,
>>> Hasan Alayli's license seems to be BSD-2-Clause, which is
>>> typic
12/02/2018 14:13, Jerin Jacob:
> The struct rte_eth_dev_data is used in ethdev fastpath routines
> and it not aligned to cache line size. This patch fixes the ethdev
> data alignment.
>
> The alignment was broken from the "first public release" changeset
> where ethdev data address was aligned onl
13/02/2018 16:03, Martin Klozik:
> DPDK API does not propagate the reason of device allocation failure
> from rte_eth_dev_allocate() up to the DPDK application (e.g. Open
> vSwitch).
> Log level of associated log entries was changed to warning. So user
> can find additional details in log files als
> > Fixes: a5fc38d422a7 ("net/dpaa2: support Rx packet parsing")
> >
> > Cc: hemant.agra...@nxp.com
> > Signed-off-by: Jerin Jacob
> > ---
> > drivers/net/dpaa2/base/dpaa2_hw_dpni_annot.h | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Acked-by: Hemant Agrawal
Applied, thanks
On Tue, Feb 13, 2018 at 02:16:08PM +, Van Haaren, Harry wrote:
> > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon
> > Sent: Tuesday, February 13, 2018 1:51 PM
> > To: Burakov, Anatoly
> > Cc: dev@dpdk.org; Tan, Jianfeng
> > Subject: Re: [dpdk-dev] [PATCH] eal: fix rte_er
> -Original Message-
> From: Lee Daly [mailto:lee.d...@intel.com]
> Subject: [PATCH] examples/performance-thread: updates hasan alayli's license
> Importance: High
>
> This updates hasan alayli's license to be the standard BSD-3-Clause license
> used
> for the rest of DPDK,bringing the f
06/02/2018 14:22, Nélio Laranjeiro:
> On Tue, Feb 06, 2018 at 08:54:22PM +0800, Xueming Li wrote:
> > This patch fixed primary socket assertion error during close on a device
> > that failed to start.
> >
> > Fixes: f8b9a3bad467 ("net/mlx5: install a socket to exchange a file
> > descriptor")
> >
On 2/13/2018 3:45 PM, Hemant Agrawal wrote:
>
>> -Original Message-
>> From: Lee Daly [mailto:lee.d...@intel.com]
>> Subject: [PATCH] examples/performance-thread: updates hasan alayli's license
>> Importance: High
>>
>> This updates hasan alayli's license to be the standard BSD-3-Clause li
13/02/2018 13:41, Nélio Laranjeiro:
> On Tue, Feb 13, 2018 at 02:31:55PM +0200, Shahaf Shuler wrote:
> > This is to revert the following commits:
> > commit da646bd93888 ("net/mlx5: fix all multi verification code position")
> > commit 0a40a1363a4d ("net/mlx5: fix flow type for allmulti rules")
> >
Hi Pablo,
> -Original Message-
> From: De Lara Guarch, Pablo
> Sent: Tuesday, February 13, 2018 8:24 PM
> To: Gujjar, Abhinandan S ; Doherty, Declan
> ; akhil.go...@nxp.com;
> jerin.jacobkollanukka...@cavium.com
> Cc: dev@dpdk.org; Vangati, Narender ; Rao,
> Nikhil
> Subject: RE: [RFC v3,
Hi Pablo,
> -Original Message-
> From: De Lara Guarch, Pablo
> Sent: Tuesday, February 13, 2018 8:27 PM
> To: Gujjar, Abhinandan S ; Doherty, Declan
> ; akhil.go...@nxp.com;
> jerin.jacobkollanukka...@cavium.com
> Cc: dev@dpdk.org; Vangati, Narender ; Rao,
> Nikhil
> Subject: RE: [RFC v3,
13/02/2018 14:31, Gaëtan Rivet:
> Hi Matan,
>
> On Mon, Feb 12, 2018 at 08:51:39PM +, Matan Azrad wrote:
> > This series fixes failsafe race between control commands to the asynchronic
> > plug-out\in processes.
> >
>
> Thanks for tackling this complicated issue.
> For the series:
>
> Acke
12/02/2018 19:42, Gaëtan Rivet:
> Hi Matan,
>
> On Sun, Feb 11, 2018 at 05:27:34PM +, Matan Azrad wrote:
> > Fail-safe PMD manages the states of its sub-devices gradually:
> > DEV_UNDEFINED, DEV_PARSED, DEV_PROBED, DEV_ACTIVE, DEV_STARTED.
> >
> > When the sub-device arguments successfully wa
13/02/2018 09:14, Ophir Munk:
> CRC stripping is executed in the kernel outside of TAP PMD scope.
> There is no prevention that the TAP PMD will report on Rx CRC
> stripping capability.
> In the corrupted code, TAP PMD did not report on this capability.
> The fix enables TAP PMD to report that Rx C
> > The current implementation of the Tap PMD doesn't support packet size
> > grater than 1522B, so no need to set jumbo frames in the Tap features.
> >
> > Fixes: 04b2c3c94346 ("doc: add tap features")
> > Cc: sta...@dpdk.org
> >
> > Signed-off-by: Matan Azrad
> Acked-by: Pascal Mazon
Applied,
12/02/2018 10:57, Alejandro Lucero:
> Other NICs with VF support do not use the _pf suffix for these files
> but just for the VF description.
>
> This change makes NFP files consistent in this regard and helps with
> how the DPDK web nics features matrix shows NFP devices.
>
> Signed-off-by: Alej
> > Signed-off-by: Andrew Rybchenko
>
> Acked-by: John McNamara
Applied, thanks
> > update for intel VF usage:
> > - Add note for AVF device ID generation.
> > - Add steps for vfio-pci pass through.
> >
> > Signed-off-by: Jingjing Wu
>
> Acked-by: John McNamara
Applied, thanks
Align stats structure to cache line to prevent bouncing per CPU stats
structure between cache lines.
Fixes: af75078fece3 ("first public release")
Signed-off-by: Dustin Lundquist
---
v2:
* Include fixes tag
Verified alignment of lcore_stats array elements using gdb.
examples/exception_path/mai
Hi,
Apologies for being late to this thread, I've read the ensuing discussion
(hope I didn't miss any) and also think rte_flow could be improved in
several ways to enable TEP support, in particular regarding the ordering of
actions.
On the other hand I'm not sure a dedicated API for TEP is needed
> > > > Add error message dump when flow create error happened.
> > > >
> > > > Signed-off-by: Xueming Li
>
> Acked-by: Nelio Laranjeiro
Applied, thanks
Signed-off-by: Ophir Munk
---
Full Commit message will follow immediately in v2
drivers/net/tap/tap_flow.c | 11 +++
1 file changed, 11 insertions(+)
diff --git a/drivers/net/tap/tap_flow.c b/drivers/net/tap/tap_flow.c
index 65657f0..d1f4a52 100644
--- a/drivers/net/tap/tap_flow.c
+++ b
12/02/2018 16:46, Maxime Coquelin:
> The second revision of this series includes Olivier's patch as first
> patch in order to ease Thomas job when applying.
>
> Patch 2 rewords the commit message with detailed informations
> provided by Tiwei and olivier (Thanks!). It also moves call to
> virtio_r
13/02/2018 14:32, Maxime Coquelin:
>
> On 02/12/2018 04:20 AM, Jianfeng Tan wrote:
> > Patch 1: a trivial fix on reword a log message.
> > Patch 2: fix the rxq interrupt mode when virtio-user is used
> > with vhost kernel.
> > Patch 3: a trivial fix on LSC fd init when virtio-user is use
13/02/2018 17:58, Dustin Lundquist:
> Align stats structure to cache line to prevent bouncing per CPU stats
> structure between cache lines.
>
> Fixes: af75078fece3 ("first public release")
>
> Signed-off-by: Dustin Lundquist
Acked-by: Remy Horton
Applied, thanks
12/02/2018 08:02, Anoob Joseph:
>
> On 09/02/18 16:10, Radu Nicolau wrote:
> > When AES-256 was used aes-128 was printed in the console
> >
> > Fixes: fa9088849e12 ("examples/ipsec-secgw: support AES 256")
> > Signed-off-by: Radu Nicolau
> Acked-by: Anoob Joseph
Applied, thanks
Running testpmd command "port stop all" followed by command "port start
all" may result in a TAP error:
PMD: Kernel refused TC filter rule creation (17): File exists
Root cause analysis: during the execution of "port start all" command
testpmd calls rte_eth_promiscuous_enable() while during the ex
Hi.
I've been wondering should I use a release/acquire memory barrier pair
in order to be sure that the other thread will see the fully/corrected
initialized object
passed to it via a dpdk ring or ring itself is a kind of barrier?
Let's say I have a pseudo code:
Thread1:
obj = alloc();
...
obj i
I am sorry. I should've posted to the user list of couse.
My mistake.
2018-02-13 22:37 GMT+03:00 Alex Kiselev :
> Hi.
>
> I've been wondering should I use a release/acquire memory barrier pair
> in order to be sure that the other thread will see the fully/corrected
> initialized object
> passed to
Hi,
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Tuesday, February 13, 2018 4:12 PM
> To: Matan Azrad
> Cc: dev@dpdk.org; Gaëtan Rivet
> Subject: Re: [dpdk-dev] [PATCH v7 0/3] failsafe: fix hotplug races
>
> 13/02/2018 14:31, Gaëtan
Hi all,
There is a very common pattern with build failures in DPDK.
When compiling in 32-bit mode, there are some mismatches between
printf format "%lu" / "%lx" and the size of the data being 64-bit.
In 32-bit mode, a long is 32 bits long :)
That's why "%lx" must be replaced by "%" PRIx64.
From: De Lara Guarch, Pablo [mailto:pablo.de.lara.gua...@intel.com]
> Hi,
>
> > -Original Message-
> > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon
> > Sent: Tuesday, February 13, 2018 4:12 PM
> > To: Matan Azrad
> > Cc: dev@dpdk.org; Gaëtan Rivet
> > Subject:
13/02/2018 22:13, Matan Azrad:
> From: De Lara Guarch, Pablo [mailto:pablo.de.lara.gua...@intel.com]
> > There is a compilation error due to this patch on FreeBSD:
> >
> > drivers/net/failsafe/failsafe_private.h:377:53: error: format specifies type
> > 'unsigned long' but the argument has type 'p
The type pthread_t is not portable because it is freely defined.
On Linux, it is an unsigned long int which can be printed with %l.
The debug printing of the thread id is restricted to Linux only.
Fixes: 655fcd68c7d2 ("net/failsafe: fix hotplug races")
Signed-off-by: Thomas Monjalon
---
driver
13/02/2018 22:33, Thomas Monjalon:
> The type pthread_t is not portable because it is freely defined.
> On Linux, it is an unsigned long int which can be printed with %l.
Forgot to add:
On FreeBSD, it is a pointer.
That's why there was this error:
drivers/net/failsafe/failsafe_private.h:377:53: e
The type pthread_t is not portable because it is freely defined.
On Linux, it is an unsigned long int which can be printed with %l.
On FreeBSD, it is a pointer which can be printed with %p.
That's why there was this error:
drivers/net/failsafe/failsafe_private.h:377:53: error:
format speci
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Tuesday, February 13, 2018 10:13 PM
> To: ma...@mellanox.com
> Cc: dev@dpdk.org; gaetan.ri...@6wind.com
> Subject: [dpdk-dev] [PATCH v2] net/failsafe: fix FreeBSD build
>
> The type pthrea
13/02/2018 17:03, Ferruh Yigit:
> On 2/13/2018 3:45 PM, Hemant Agrawal wrote:
> > From: Lee Daly [mailto:lee.d...@intel.com]
> >>
> >> This updates hasan alayli's license to be the standard BSD-3-Clause
> >> license used
> >> for the rest of DPDK,bringing the files in compliance with the DPDK
> >
> -Original Message-
> From: De Lara Guarch, Pablo [mailto:pablo.de.lara.gua...@intel.com]
> Sent: Wednesday, February 14, 2018 12:19 AM
> To: Thomas Monjalon ; Matan Azrad
>
> Cc: dev@dpdk.org; gaetan.ri...@6wind.com
> Subject: RE: [dpdk-dev] [PATCH v2] net/failsafe: fix FreeBSD build
>
> > > The type pthread_t is not portable because it is freely defined.
> > > On Linux, it is an unsigned long int which can be printed with %l.
> > > On FreeBSD, it is a pointer which can be printed with %p.
> > >
> > > That's why there was this error:
> > > drivers/net/failsafe/failsafe_private.h:
12/02/2018 11:16, Olivier Matz:
> On Wed, Feb 07, 2018 at 04:15:01PM +, Ferruh Yigit wrote:
> > On 1/23/2018 4:43 PM, Lee Daly wrote:
> > > This updates the license on files in examples to be the standard
> > > BSD-3-Clause license used for the rest of DPDK,
> > > bringing the files in complian
12/02/2018 11:15, Olivier Matz:
> On Wed, Feb 07, 2018 at 04:43:59PM +, Lee Daly wrote:
> > This updates the Intel and Oliver Matz licenses on a file in examples
> > to be the standard BSD-3-Clause license used for the rest of DPDK,
> > bringing the files in compliance with the DPDK licensing p
Hi Olivier
I'm wondering why rte_pktmbuf_prefree_seg() checks m->next instead of
m->nb_segs? As 'next' is in the 2nd cacheline, checking nb_segs seems beneficial
to the cases where almost mbufs have single segment.
A customer reported high rate of cache misses in the code and I thought the
follow
From: Chas Williams
If a link is carrier down and using autonegotiation, then the PMD may not
have detected a speed yet. In this case the best we can do is ignore the
link speed and duplex since they aren't valid. To be completely correct,
there should be additional checks to prevent a slave th
From: "Charles (Chas) Williams"
dev->data->eth_link isn't updated until the first interrupt. If a
link is carrier down, then this interrupt may never happen. Before we
finished starting the PMD, call ixgbe_dev_link_update() to ensure we
have a valid status.
Signed-off-by: Chas Williams
---
d
Hi,
I wanted to push this patch in 18.02, but when looking more closely,
I see few things to improve.
As it is a tool, there is no harm to wait one more week and push it
early in 18.05.
09/02/2018 16:21, Neil Horman:
> check () { #
> + local reta
> total=$(($total + 1))
> ! $v
Fail-safe dev_start() operation can be called by both the application
and the hot-plug alarm mechanism.
The installation of Rx interrupt are triggered from dev_start() in any
time it is called while actually the Rx interrupt should be installed
only by the application calls.
So, each plug-in even
13/02/2018 23:54, Chas Williams:
> From: Chas Williams
>
> If a link is carrier down and using autonegotiation, then the PMD may not
> have detected a speed yet. In this case the best we can do is ignore the
> link speed and duplex since they aren't valid. To be completely correct,
> there shou
1 - 100 of 133 matches
Mail list logo