Hi,
Patchwork will stop working during approximately one hour
or hopefully less, today June 6th.
It will be upgraded to patchwork 2.
Sorry for the inconvenience.
On 6/5/2018 6:58 PM, Ferruh Yigit wrote:
On 6/5/2018 1:36 PM, Shreyansh Jain wrote:
Hello Ferruh,
-Original Message-
From: Ferruh Yigit [mailto:ferruh.yi...@intel.com]
Sent: Tuesday, June 5, 2018 2:34 PM
To: Thomas Monjalon ; dev@dpdk.org
Cc: john.mcnam...@intel.com; marko.kovace...@in
Check the firmware status at init time. If the status is abnormal,
alert the user to exit DPDK.
Signed-off-by: Xiaoyun Li
---
drivers/net/i40e/i40e_ethdev.c | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/drivers/net/i40e/i40e_ethdev.c b/drivers/net/i40e/i40e_ethdev
Add small amount of additional code, use consistent variable names
across code blocks, change the image to represent queues and
CPU cores intuitively. These help improve the eventdev library
documentation.
Signed-off-by: Honnappa Nagarahalli
Reviewed-by: Gavin Hu
---
v2:
* Added copyright
* Adde
-Original Message-
> Date: Tue, 5 Jun 2018 20:32:39 +
> From: Honnappa Nagarahalli
> To: "Van Haaren, Harry" , Jerin Jacob
>
> CC: "dev@dpdk.org"
> Subject: RE: [PATCH] doc/event: improve eventdev library documentation
>
>
>
> -Original Message-
> From: Van Haaren, Harr
-Original Message-
From: Jerin Jacob
Sent: Tuesday, June 5, 2018 6:45 PM
To: Honnappa Nagarahalli
Cc: Van Haaren, Harry ; dev@dpdk.org
Subject: Re: [PATCH] doc/event: improve eventdev library documentation
-Original Message-
> Date: Tue, 5 Jun 2018 20:32:39 +
> From: Honn
Hi Anatoly,
On 18-04-27 09:49 AM, Burakov, Anatoly wrote:
On 27-Apr-18 5:30 PM, Scott Branden wrote:
Hi Anatoly,
We'd appreciate your input so we can come to a solution of supporting
the necessary memory allocations?
Hi Scott,
I'm currently starting to work on a prototype that will be a
-Original Message-
> Date: Tue, 5 Jun 2018 20:32:39 +
> From: Honnappa Nagarahalli
> To: "Van Haaren, Harry" , Jerin Jacob
>
> CC: "dev@dpdk.org"
> Subject: RE: [PATCH] doc/event: improve eventdev library documentation
>
>
>
> -Original Message-
> From: Van Haaren, Harry
Fix fast path array index which is used for passing L2 handles to RSS
indirection table, properly distribute rxq handles for indirection table.
Currently, it is using the local copy of indirection table. When the RX
queue configuration changes the local copy becomes invalid.
Fixes: 69d7ba88f1a1 ("
> On Jun 4, 2018, at 11:52 PM, Nélio Laranjeiro
> wrote:
>
> On Mon, Jun 04, 2018 at 10:37:31AM -0700, Yongseok Koh wrote:
>> rte_errno should be saved only if error has occurred because rte_errno
>> could have garbage value.
>>
>> Fixes: a6d83b6a9209 ("net/mlx5: standardize on negative errno v
-Original Message-
From: Van Haaren, Harry
Sent: Tuesday, June 5, 2018 11:31 AM
To: Jerin Jacob ; Honnappa Nagarahalli
Cc: dev@dpdk.org
Subject: RE: [PATCH] doc/event: improve eventdev library documentation
> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com]
> Sent: Monday, J
> From: Kevin Traynor [mailto:ktray...@redhat.com]
> Sent: Tuesday, June 05, 2018 9:42 AM
>
> On 06/05/2018 05:16 PM, Mody, Rasesh wrote:
> >> From: Kevin Traynor [mailto:ktray...@redhat.com]
> >> Sent: Tuesday, June 05, 2018 6:40 AM
> >>
> >> On 06/01/2018 06:16 PM, Rasesh Mody wrote:
> >>> Fix f
> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com]
> Sent: Monday, June 4, 2018 9:20 AM
> To: bugzi...@dpdk.org
> Cc: dev@dpdk.org; Van Haaren, Harry ; Ma, Liang
> J ; hemant.agra...@nxp.com; sunil.k...@nxp.com;
> nipun.gu...@nxp.com
> Subject: Re: [dpdk-dev] [Bug 60] rte_event_port_unlink
On 6/4/2018 1:09 PM, Michal Krawczyk wrote:
> The ENA driver was updated with the new features and few fixes and minor
> changes are introduced.
> First of all, the communication layer which is delivered by vendor was
> updated - the version in the HEAD is a bit outdated now. ENA is able to
> commu
On 06/05/2018 05:16 PM, Mody, Rasesh wrote:
>> From: Kevin Traynor [mailto:ktray...@redhat.com]
>> Sent: Tuesday, June 05, 2018 6:40 AM
>>
>> On 06/01/2018 06:16 PM, Rasesh Mody wrote:
>>> Fix fast path array index which is used for passing L2 handles to RSS
>>> indirection table. Currently, it is
> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com]
> Sent: Monday, June 4, 2018 5:42 AM
> To: Honnappa Nagarahalli
> Cc: dev@dpdk.org; Van Haaren, Harry
> Subject: Re: [PATCH] doc/event: improve eventdev library documentation
>
> -Original Message-
> > Date: Thu, 31 May 2018 15:
On 6/4/2018 10:24 AM, Tomasz Duszynski wrote:
> Avoid NULL dereference by checking pointer before using it.
>
> Note that the fixes tag is before the driver was renamed
> to mvpp2, so the patch will not apply that far back.
>
> Fixes: 3588aaa68eab ("net/mrvl: fix HIF objects allocation")
>
> Sig
> From: Kevin Traynor [mailto:ktray...@redhat.com]
> Sent: Tuesday, June 05, 2018 6:40 AM
>
> On 06/01/2018 06:16 PM, Rasesh Mody wrote:
> > Fix fast path array index which is used for passing L2 handles to RSS
> > indirection table. Currently, it is using the local copy of
> > indirection table.
-Original Message-
> Date: Tue, 5 Jun 2018 17:01:28 +0530
> From: Pavan Nikhilesh
> To: jerin.ja...@caviumnetworks.com, gaetan.ri...@6wind.com,
> tho...@monjalon.net
> Cc: dev@dpdk.org, Pavan Nikhilesh
> Subject: [dpdk-dev] [PATCH] eal/devargs: add option to supply pci dev args
> X-Mail
On 6/4/2018 9:55 AM, Tomasz Duszynski wrote:
> Convert mvpp2 PMD to use dynamic logging.
>
> Signed-off-by: Tomasz Duszynski
Applied to dpdk-next-net/master, thanks.
This RFC contain proposal to add generic support for tunnel
encapsulation/decapsulation.
Due to the fact that there are many possible tunnel types
and each tunnel type has number of header variations, there
is a need for some generic command.
example for tunnel headers in case of MPLSoGRE:
ETH /
Hi Konstantin,
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Konstantin Ananyev
> Sent: Tuesday, June 5, 2018 3:16 PM
> To: dev@dpdk.org; dev@dpdk.org
> Cc: Ananyev, Konstantin ; Nicolau, Radu
>
> Subject: [dpdk-dev] [PATCH 2/2] examples/ipsec-secgw: fix port
parse_portmask() returns both portmask value and possible error code
as 32-bit integer. That causes some confusion for callers.
Split error code and portmask value into two distinct variables.
Also allows to run the app with unprotected_port_mask == 0.
Fixes: d299106e8e31 ("examples/ipsec-secgw: a
For outbound ports BYPASS rule is erroneously treated as PROTECT one
with SA idx zero.
Fixes: 2a5106af132b ("examples/ipsec-secgw: fix corner case for SPI value")
Signed-off-by: Konstantin Ananyev
---
examples/ipsec-secgw/ipsec-secgw.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
Signed-off-by: Ferruh Yigit
---
Cc: Shreyansh Jain
v2:
* Wording fixed
---
doc/guides/rel_notes/release_18_08.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/guides/rel_notes/release_18_08.rst
b/doc/guides/rel_notes/release_18_08.rst
index 5bc23c537..bce01b550 100644
--- a/doc/g
On 06/01/2018 06:16 PM, Rasesh Mody wrote:
> Fix fast path array index which is used for passing L2 handles to RSS
> indirection table. Currently, it is using the local copy of indirection
> table. When the RX queue configuration changes the local copy becomes
> invalid.
>
> Fixes: 69d7ba88f1a1 ("
On 06/04/2018 04:32 PM, Maxime Coquelin wrote:
On 06/04/2018 01:59 PM, Tiwei Bie wrote:
On Fri, Jun 01, 2018 at 02:47:57PM +0200, Maxime Coquelin wrote:
Signed-off-by: Maxime Coquelin
---
drivers/net/virtio/virtio_ethdev.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff -
On 6/5/2018 1:36 PM, Shreyansh Jain wrote:
>> -Original Message-
>> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit
>> Sent: Tuesday, June 5, 2018 2:52 PM
>> To: John McNamara ; Marko Kovacevic
>>
>> Cc: dev@dpdk.org; Ferruh Yigit ; Thomas
>> Monjalon
>> Subject: [dpdk-d
On 6/5/2018 1:36 PM, Shreyansh Jain wrote:
> Hello Ferruh,
>
>> -Original Message-
>> From: Ferruh Yigit [mailto:ferruh.yi...@intel.com]
>> Sent: Tuesday, June 5, 2018 2:34 PM
>> To: Thomas Monjalon ; dev@dpdk.org
>> Cc: john.mcnam...@intel.com; marko.kovace...@intel.com; Hemant Agrawal
>>
On 6/5/2018 10:39 AM, ido goshen wrote:
> Support rx of in direction packets only
> Useful for apps that also tx to eth_pcap ports in order not to see them
> echoed back in as rx when out direction is also captured
Can you please explain the problem a little more?
If you are using rx_iface and tx_
Hello Ferruh,
> -Original Message-
> From: Ferruh Yigit [mailto:ferruh.yi...@intel.com]
> Sent: Tuesday, June 5, 2018 2:34 PM
> To: Thomas Monjalon ; dev@dpdk.org
> Cc: john.mcnam...@intel.com; marko.kovace...@intel.com; Hemant Agrawal
> ; Shreyansh Jain
> Subject: Re: [dpdk-dev] [PATCH]
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit
> Sent: Tuesday, June 5, 2018 2:52 PM
> To: John McNamara ; Marko Kovacevic
>
> Cc: dev@dpdk.org; Ferruh Yigit ; Thomas
> Monjalon
> Subject: [dpdk-dev] [PATCH] doc: add suggested new feature order to
Recently, some additional patches were added to allow for programmatic
marking of C symbols as experimental. The addition of these markers is
dependent on the manual addition of exported symbols to the EXPERIMENTAL
section of the corresponding libraries version map file. The consensus
on review i
On Tue, Jun 05, 2018 at 01:58:00PM +0200, Maxime Coquelin wrote:
> On 06/05/2018 01:20 PM, Tiwei Bie wrote:
> > On Tue, Jun 05, 2018 at 11:43:11AM +0200, Maxime Coquelin wrote:
> > > On 06/05/2018 05:10 AM, Tiwei Bie wrote:
> > > > On Mon, Jun 04, 2018 at 04:29:56PM +0200, Maxime Coquelin wrote:
>
Meeting notes for the DPDK technical board meeting held on 2018-05-22
Attendees:
- Bruce Richardson
- Ferruh Yigit
- Hemant Agrawal
- Jerin Jacob
- Konstantin Ananyev
- Olivier Matz
- Stephen Hemminger
- Thomas Monjalon
0) Check acti
On 06/05/2018 01:20 PM, Tiwei Bie wrote:
On Tue, Jun 05, 2018 at 11:43:11AM +0200, Maxime Coquelin wrote:
On 06/05/2018 05:10 AM, Tiwei Bie wrote:
On Mon, Jun 04, 2018 at 04:29:56PM +0200, Maxime Coquelin wrote:
On 06/04/2018 01:55 PM, Tiwei Bie wrote:
On Fri, Jun 01, 2018 at 02:47:58PM +0
Currently, the only way of supplying device argument to a pci device is
to whitelist it i.e. -w 000X:00:0X.0,self_test=1. This is not a very
feasible method as whitelisting a device has its own side effects.
Add a new eal command line option --pci-args to pass device args without
the need to white
On Tue, Jun 05, 2018 at 01:20:25PM +0530, Hemant Agrawal wrote:
> Cc: nhor...@tuxdriver.com
>
> Signed-off-by: Hemant Agrawal
> ---
> buildtools/Makefile| 33 +++--
> buildtools/pmdinfogen/Makefile | 33 +++--
> lib/librte_compa
On Tue, Jun 05, 2018 at 11:43:11AM +0200, Maxime Coquelin wrote:
> On 06/05/2018 05:10 AM, Tiwei Bie wrote:
> > On Mon, Jun 04, 2018 at 04:29:56PM +0200, Maxime Coquelin wrote:
> > > On 06/04/2018 01:55 PM, Tiwei Bie wrote:
> > > > On Fri, Jun 01, 2018 at 02:47:58PM +0200, Maxime Coquelin wrote:
>
add zip pmd feature specification and overview documentation
Signed-off-by: Ashish Gupta
Signed-off-by: Shally Verma
Signed-off-by: Sunila Sahu
---
doc/guides/compressdevs/features/octeontx.ini | 22 +
doc/guides/compressdevs/index.rst | 1 +
doc/guides/compressdevs/octeontx
Add octeontx in drivers/compress/meson.build.
Also change the config and drv format flags to append _compress
to use compression specific format for global filenames. This also
require change in compression PMDs to rename their version.map files
as rte_pmd__compress.map ex. Isal should rename as
r
link zlib pmd library in app.mk
Signed-off-by: Ashish Gupta
Signed-off-by: Shally Verma
Signed-off-by: Sunila Sahu
---
mk/rte.app.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/mk/rte.app.mk b/mk/rte.app.mk
index 438f99d87..b367a552b 100644
--- a/mk/rte.app.mk
+++ b/mk/rte.app.mk
@@ -2
implement private xform and stream create ops
Signed-off-by: Ashish Gupta
Signed-off-by: Shally Verma
Signed-off-by: Sunila Sahu
---
drivers/compress/octeontx/zip_pmd.c | 138
drivers/compress/octeontx/zipvf.h | 29
2 files changed, 167 insertio
implement enqueue and dequeue apis
Signed-off-by: Ashish Gupta
Signed-off-by: Shally Verma
Signed-off-by: Sunila Sahu
---
drivers/compress/octeontx/zip_pmd.c | 111
drivers/compress/octeontx/zipvf.c | 49 +++
drivers/compress/octeontx/zipvf.h | 164 +++
implement device configure and PMD ops.
setup stream resource memory pool
setup and enable hardware queue
Signed-off-by: Ashish Gupta
Signed-off-by: Shally Verma
Signed-off-by: Sunila Sahu
---
drivers/compress/octeontx/include/zip_regs.h | 721 +++
drivers/compress/octe
This patch series add compression PMD for cavium octeontx ZIP module
in DPDK compress drivers.
Currently PMD only tested for deflate, stateless compression
and decompression with direct memory buffers.
v1 includes:
Octeontx ZIP PMD implementation
Confuguration and Makefile changes to build Octeont
Add octeontx zip pmd support in compressdev driver.
Add device probe and remove support.
Update makefile to build octeontx zip pmd
Signed-off-by: Ashish Gupta
Signed-off-by: Shally Verma
Signed-off-by: Sunila Sahu
---
config/common_base | 6 +
drivers/compress
On 06/05/2018 05:10 AM, Tiwei Bie wrote:
On Mon, Jun 04, 2018 at 04:29:56PM +0200, Maxime Coquelin wrote:
On 06/04/2018 01:55 PM, Tiwei Bie wrote:
On Fri, Jun 01, 2018 at 02:47:58PM +0200, Maxime Coquelin wrote:
[...]
@@ -253,13 +246,15 @@ virtqueue_enqueue_xmit(struct virtnet_tx *txvq, st
Tunnel type format should be translated to ixgbe required format
before register set in FDIR cloud mode, Ans also some register
not useful in cloud mode but only useful in IP mode should be set
to zero as datasheet request.
Fixes: 82fb702077f6 ("ixgbe: support new flow director modes for X550")
Fi
In cloud mode for FDIR, tunnel id should be set as protocol
request, the lower 8 bits should be set as reserved.
Fixes: 82fb702077f6 ("ixgbe: support new flow director modes for X550")
Fixes: 11777435c727 ("net/ixgbe: parse flow director filter")
Signed-off-by: Wei Zhao
---
drivers/net/ixgbe/ix
In IP mode FDIR, X550 can support not only 4 tuple parameters
but also vlan tci in protocol, so add this feature to flow parser.
Fixes: 11777435c727 ("net/ixgbe: parse flow director filter")
Signed-off-by: Wei Zhao
---
drivers/net/ixgbe/ixgbe_flow.c | 6 --
1 file changed, 4 insertions(+),
The vlan tci mask should be set to 0xEFFF, not 0x0,
the wrong mask will cause mask error for register set.
Fixes: d9d5e6f2f0ba ("app/testpmd: set default flow director mask")
Signed-off-by: Wei Zhao
---
app/test-pmd/testpmd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ap
There are many registeres in x550 support stats of
flow director filters, for example the number of added
or removed rules and the number match or miss match packet
count for this for port, all these important information
can be read form registeres in x550 and display with command
xstats.
Signed-
On 6/4/2018 10:41 AM, Jerin Jacob wrote:
-Original Message-
Date: Fri, 1 Jun 2018 23:47:00 +0530
From: "Rao, Nikhil"
To: Jerin Jacob
CC: hemant.agra...@nxp.com, dev@dpdk.org, narender.vang...@intel.com,
abhinandan.guj...@intel.com, gage.e...@intel.com, nikhil@intel.com
Subject: R
Signed-off-by: Ferruh Yigit
---
doc/guides/rel_notes/release_18_08.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/guides/rel_notes/release_18_08.rst
b/doc/guides/rel_notes/release_18_08.rst
index 5bc23c537..4229979b2 100644
--- a/doc/guides/rel_notes/release_18_08.rst
+++ b/doc/g
On 5/31/2018 10:11 PM, Thomas Monjalon wrote:
> Add template release notes for DPDK 18.08 with inline
> comments and explanations of the various sections.
>
> Signed-off-by: Thomas Monjalon
<...>
> +Shared Library Versions
> +---
> +
> +.. Update any library version updated
Split maintainers logs from user logs.
A lot of debug logs are present providing internal information on how
the PMD works to users. Such logs should not be available for them and
thus should remain available only when the PMD is compiled in debug
mode.
This commits removes some useless debug lo
Introduce an helper for PMD to expand easily flows items list with RSS
action into multiple flow items lists with priority information.
For instance a user items list being "eth / end" with rss action types
"ipv4-udp ipv6-udp end" needs to be expanded into three items lists:
- eth
- eth / ipv4
Cc: christian.ehrha...@canonical.com
Signed-off-by: Hemant Agrawal
---
doc/guides/tools/devbind.rst | 29 +
doc/guides/tools/index.rst | 29 +
doc/guides/tools/pmdinfo.rst | 28 +---
3 files changed, 3 insertions(+
Cc: nhor...@tuxdriver.com
Signed-off-by: Hemant Agrawal
---
buildtools/Makefile| 33 +++--
buildtools/pmdinfogen/Makefile | 33 +++--
lib/librte_compat/Makefile | 33 +++--
3 files changed, 9 inse
Signed-off-by: Hemant Agrawal
---
doc/guides/contributing/cheatsheet.rst| 3 +++
doc/guides/contributing/coding_style.rst | 3 +++
doc/guides/contributing/design.rst| 3 +++
doc/guides/contributing/documentation.rst | 3 +++
doc/guides/contributing/index.rst | 3 +++
doc/guid
using "The DPDK Contributors" as decided by techboard.
Signed-off-by: Hemant Agrawal
---
doc/guides/rel_notes/deprecation.rst | 3 +++
doc/guides/rel_notes/release_16_04.rst | 3 +++
doc/guides/rel_notes/release_16_07.rst | 3 +++
doc/guides/rel_notes/release_16_11.rst | 3 +++
doc/guides/rel_
62 matches
Mail list logo