Re: [dpdk-dev] [EXT] Re: [PATCH] tracepoint: fix compilation with C++

2020-08-06 Thread Sunil Kumar Kori
Answers inline. Regards Sunil Kumar Kori >-Original Message- >From: Pawel Wodkowski >Sent: Friday, August 7, 2020 12:14 AM >To: Sunil Kumar Kori ; Jerin Jacob Kollanukkaran > >Cc: dev ; David Marchand >Subject: Re: [EXT] Re: [dpdk-dev] [PATCH] tracepoint: fix compilation with C++ > >On

[dpdk-dev] [PATCH v3] doc: update RSS action with best effort

2020-08-06 Thread Ori Kam
Using the rte_flow action RSS types field, may result in undefined outcome. For example selecting both UDP and TCP, selecting TCP RSS type but the pattern is targeting UDP traffic. another option is that the PMD doesn't support all requested types. Until now, it wasn't clear what will happen in s

Re: [dpdk-dev] DPDK Release Status Meeting 6/08/2020

2020-08-06 Thread Hemant Agrawal
On Thu, Aug 6, 2020 at 7:55 AM Thomas Monjalon mailto:tho...@monjalon.net>> wrote: 06/08/2020 15:51, Ferruh Yigit: > * v20.11 proposal dates, please comment: > * Proposal/V1:Friday, 11 September 2020 > * -rc1: Friday, 9 October 2020 > * -rc2: Friday, 23 October 2020

Re: [dpdk-dev] [PATCH v2] doc: add new field to rxq info struct

2020-08-06 Thread Chengchang Tang
On 2020/8/6 20:50, Slava Ovsiienko wrote: >> -Original Message- >> From: dev On Behalf Of Chengchang Tang >> Sent: Thursday, August 6, 2020 7:01 >> To: dev@dpdk.org >> Cc: linux...@huawei.com; Thomas Monjalon ; >> ferruh.yi...@intel.com; arybche...@solarflare.com; >> step...@networkplumber

Re: [dpdk-dev] [PATCH v2] doc: add new field to rxq info struct

2020-08-06 Thread Chengchang Tang
On 2020/8/6 23:25, Ferruh Yigit wrote: > On 8/6/2020 5:00 AM, Chengchang Tang wrote: >> Struct rte_eth_rxq_info will be modified to include a new field, indicating >> the size of each buffer that could be used for hw to receive packets. Add >> this field to rte_eth_rxq_info to expose relevant infor

[dpdk-dev] [PATCH] doc: add tested platforms with Broadcom NICs

2020-08-06 Thread Ajit Khaparde
Add platforms tested with Broadcom NICs. Signed-off-by: Ajit Khaparde --- doc/guides/rel_notes/release_20_08.rst | 63 ++ 1 file changed, 63 insertions(+) diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides/rel_notes/release_20_08.rst index 9761f5a4f..f54b8

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

2020-08-06 Thread Jeff Guo
On 8/6/2020 6:08 PM, Xing, Beilei wrote: -Original Message- From: Sun, GuinanX Sent: Thursday, August 6, 2020 4:17 PM To: dev@dpdk.org Cc: Xing, Beilei ; Guo, Jia ; Sun, GuinanX ; sta...@dpdk.org Subject: [PATCH v3] net/i40e: fix link status If the PF driver supports the new speed r

Re: [dpdk-dev] [PATCH v2] net/ice: fix incorrect firmware version

2020-08-06 Thread Yang, Qiming
> -Original Message- > From: Wang, ShougangX > Sent: Thursday, August 6, 2020 18:28 > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Wang, ShougangX ; > sta...@dpdk.org > Subject: [PATCH v2] net/ice: fix incorrect firmware version > > Kernel driver shows firmware version as hex b

Re: [dpdk-dev] [PATCH RFC] devtools: increase default line length to 100

2020-08-06 Thread Thomas Monjalon
08/06/2020 18:46, Bruce Richardson: > Rather than continuing to recommend an 80-char line limit, let's take a hint > from the Linux kernel[1] and aim for an 100-char recommended limit instead. > > [1] > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=bdc48fa11e46f867

Re: [dpdk-dev] [PATCH v3 20.08 4/6] doc: announce deprecation blacklist/whitelist

2020-08-06 Thread Thomas Monjalon
06/08/2020 19:19, Stephen Hemminger: > Announce upcoming changes for 20.11. > > Signed-off-by: Stephen Hemminger > Acked-by: Bruce Richardson Acked-by: Thomas Monjalon

Re: [dpdk-dev] [PATCH v3 20.08 1/6] doc: announce deprecation of master lcore

2020-08-06 Thread Thomas Monjalon
06/08/2020 19:19, Stephen Hemminger: > Announce upcoming changes related to master/slave in reference > to lcore. > > Signed-off-by: Stephen Hemminger > Acked-by: Bruce Richardson Acked-by: Thomas Monjalon

Re: [dpdk-dev] [PATCH] maintainers: update Windows Maintainers

2020-08-06 Thread Thomas Monjalon
> > From: Harini Ramakrishnan > > > > Signed-off-by: Harini Ramakrishnan > > --- > > Windows support > > -M: Harini Ramakrishnan > > -M: Omar Cardona > > +M: Dmitry Kozlyuk > > +M: Narcisa Ana Maria Vasile > > +M: Dmitry Malloy > > M: Pallavi Kadam > > -M: Ranjit Menon [...] > Acked-by:

Re: [dpdk-dev] [PATCH] maintainers: add Chenbo for Vhost/Virtio/vDPA

2020-08-06 Thread Thomas Monjalon
> > Chenbo has done an excellent job in reviewing, contributing and testing > > patches. > > > > This patch adds him as co-maintainer for Vhost, Virtio and vDPA components. > > > > Signed-off-by: Maxime Coquelin > > Acked-by: Chenbo Xia Applied, thanks Chenbo for the help. Chenbo becomes co

Re: [dpdk-dev] [PATCH] doc: add sample for ABI checks in contribution guide

2020-08-06 Thread Thomas Monjalon
+Cc David, Neil and Ray 03/07/2020 19:15, Ferruh Yigit: > Signed-off-by: Ferruh Yigit > --- > doc/guides/contributing/patches.rst | 4 > 1 file changed, 4 insertions(+) > > diff --git a/doc/guides/contributing/patches.rst > b/doc/guides/contributing/patches.rst > index 25d97b85b..39ec64ec

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

2020-08-06 Thread Thomas Monjalon
07/08/2020 00:17, Ajit Khaparde: > Add platforms tested with Broadcom NICs. > > Signed-off-by: Ajit Khaparde Applied, thanks

Re: [dpdk-dev] [PATCH V1] doc: Add tested Intel platforms for DPDK 20.08 release

2020-08-06 Thread Thomas Monjalon
05/08/2020 04:29, Chen, Zhaoyan: > From: ChenBo > > doc: add tested Intel platforms with Intel NICs. > > Signed-off-by: ChenBo Applied with name and title fixed

Re: [dpdk-dev] [PATCH v2] doc: update release notes for ice and iavf

2020-08-06 Thread Thomas Monjalon
06/08/2020 15:57, Kinsella, Ray: > > On 06/08/2020 12:09, Qi Zhang wrote: > > Update release notes by adding new features for ice and iavf PMD. > > > > Fixes: de32fa2ba27b ("net/ice: support RSS for IPv6 prefix") > > Fixes: 610bc231d09b ("net/ice: support RSS for IPv4 IPv6 mix of GTP") > > Fixes:

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

2020-08-06 Thread Thomas Monjalon
06/08/2020 04:42, Suanming Mou: > Update the release notes of mlx5 PMD for two new added devargs: > 1. sys_mem_en > 2. decap_en > > Fixes: 5522da6b201b ("net/mlx5: add option to allocate memory from system") > Fixes: 50f95b23c9ba ("net/mlx5: add option to configure FCS or decapsulation") > > Sign

Re: [dpdk-dev] [PATCH v2] doc: fix the release notes for Mellanox PMD

2020-08-06 Thread Thomas Monjalon
> > The mlx5 PMD does not work on Power 9 platform with OFED version 5.1- > > 0.6.6.0 (latest GA release at the moment). > > Release notes know issues chapter is updated accordingly, workaround is > > proposed. > > > > Fixes: 544f35c334e5 ("doc: add tested platforms with Mellanox NICs") > > > > S

Re: [dpdk-dev] [PATCH] doc: announce change in IPv6 item struct

2020-08-06 Thread Thomas Monjalon
> > > Struct rte_flow_item_ipv6 will be modified to include additional > > > values, indicating existence or absence of IPv6 extension headers > > > following the IPv6 header, as proposed in RFC > > > https://mails.dpdk.org/archives/dev/2020-August/177257.html. > > > Because of ABI break this chang

Re: [dpdk-dev] [PATCH v2] doc: announce change in ETH and VLAN item structs

2020-08-06 Thread Thomas Monjalon
> > >> Structs rte_flow_item_eth and rte_flow_item_vlan will be modified, > > >> to include an additional value, indicating existence or absence of VLAN > > >> headers following the current header, as proposed in RFC > > >> https://mails.dpdk.org/archives/dev/2020-August/177536.html. > > >> Because

Re: [dpdk-dev] [PATCH v2] doc: announce changes to ethdev rxconf structure

2020-08-06 Thread Thomas Monjalon
06/08/2020 14:39, Thomas Monjalon: > 05/08/2020 13:14, Andrew Rybchenko: > > On 8/5/20 11:49 AM, Viacheslav Ovsiienko wrote: > > > The DPDK datapath in the transmit direction is very flexible. > > > The applications can build multi-segment packets and manages > > > almost all data aspects - the mem

Re: [dpdk-dev] [dpdk-techboard] [PATCH 1/1] doc: add deprecation notice for CPU build flags

2020-08-06 Thread Ferruh Yigit
On 8/5/2020 5:45 PM, Bruce Richardson wrote: > On Wed, Aug 05, 2020 at 05:15:31PM +0200, Thomas Monjalon wrote: >> 05/08/2020 17:07, Bruce Richardson: >>> On Wed, Aug 05, 2020 at 04:57:42PM +0200, Thomas Monjalon wrote: 05/08/2020 16:21, Bruce Richardson: > The RTE_MACHINE_CPUFLAGS_* macro

Re: [dpdk-dev] DPDK Release Status Meeting 6/08/2020

2020-08-06 Thread Ajit Khaparde
On Thu, Aug 6, 2020 at 7:55 AM Thomas Monjalon wrote: > 06/08/2020 15:51, Ferruh Yigit: > > * v20.11 proposal dates, please comment: > > * Proposal/V1:Friday, 11 September 2020 > > * -rc1: Friday, 9 October 2020 > > * -rc2: Friday, 23 October 2020 > > * Release:

Re: [dpdk-dev] [PATCH v2] doc: announce change in ETH and VLAN item structs

2020-08-06 Thread Ajit Khaparde
On Thu, Aug 6, 2020 at 8:14 AM Andrew Rybchenko wrote: > On 8/6/20 3:25 PM, Thomas Monjalon wrote: > > 06/08/2020 12:45, Dekel Peled: > >> Structs rte_flow_item_eth and rte_flow_item_vlan will be modified, > >> to include an additional value, indicating existence or absence of VLAN > >> headers f

Re: [dpdk-dev] [PATCH] doc: announce change in IPv6 item struct

2020-08-06 Thread Ajit Khaparde
On Thu, Aug 6, 2020 at 5:30 AM Thomas Monjalon wrote: > 03/08/2020 21:51, Dekel Peled: > > Struct rte_flow_item_ipv6 will be modified to include additional > > values, indicating existence or absence of IPv6 extension headers > > following the IPv6 header, as proposed in RFC > > https://mails.dpd

Re: [dpdk-dev] [EXT] Re: [PATCH] tracepoint: fix compilation with C++

2020-08-06 Thread Pawel Wodkowski
On 06.08.2020 08:44, Sunil Kumar Kori wrote: Hello Pawel, See answers inline. Regards Sunil Kumar Kori -Original Message- From: David Marchand Sent: Wednesday, August 5, 2020 1:30 PM To: Pawel Wodkowski Cc: dev ; Jerin Jacob Kollanukkaran ; Sunil Kumar Kori Subject: [EXT] Re: [dpdk

Re: [dpdk-dev] DPDK Release Status Meeting 6/08/2020

2020-08-06 Thread Honnappa Nagarahalli
On Thu, Aug 6, 2020 at 7:55 AM Thomas Monjalon mailto:tho...@monjalon.net>> wrote: 06/08/2020 15:51, Ferruh Yigit: > * v20.11 proposal dates, please comment: > * Proposal/V1:Friday, 11 September 2020 > * -rc1: Friday, 9 October 2020 > * -rc2: Friday, 23 October 202

Re: [dpdk-dev] [PATCH] usertools: warn about future removal of setup script

2020-08-06 Thread Stephen Hemminger
On Thu, 6 Aug 2020 19:13:03 +0200 Thomas Monjalon wrote: > As agreed in the deprecation notice, the "generic" script > to setup the Linux environment will be removed in DPDK 20.11. > Some specific parts may be converted into dedicated scripts. > > In the meantime, a warning will be printed to u

Re: [dpdk-dev] [PATCH] doc: announce changes to ethdev rxconf structure

2020-08-06 Thread Stephen Hemminger
On Thu, 6 Aug 2020 17:03:31 + Slava Ovsiienko wrote: > > -Original Message- > > From: Stephen Hemminger > > Sent: Thursday, August 6, 2020 19:26 > > To: Ferruh Yigit > > Cc: Jerin Jacob ; Slava Ovsiienko > > ; dpdk-dev ; Matan Azrad > > ; Raslan Darawsheh ; > > Thomas Monjalon ; And

Re: [dpdk-dev] [PATCH] maintainers: update Windows Maintainers

2020-08-06 Thread Dmitry Kozlyuk
On Wed, 5 Aug 2020 00:10:52 -0700, Harini Ramakrishnan wrote: > From: Harini Ramakrishnan > > Signed-off-by: Harini Ramakrishnan > --- > MAINTAINERS | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 23e7ec9c4..9d2933ef6 100644 > -

Re: [dpdk-dev] [PATCH] doc: announce remove of unused enum in ACL library

2020-08-06 Thread Thomas Monjalon
06/08/2020 19:06, Jerin Jacob: > On Thu, Aug 6, 2020 at 10:36 PM Bruce Richardson > wrote: > > > > On Thu, Aug 06, 2020 at 06:37:20PM +0200, Thomas Monjalon wrote: > > > 06/08/2020 14:57, Ferruh Yigit: > > > > On 8/6/2020 1:23 PM, Konstantin Ananyev wrote: > > > > > Announce removal of unused enum

[dpdk-dev] [PATCH v3 20.08 6/6] check_maintainers: change variable names

2020-08-06 Thread Stephen Hemminger
Change variable names in the shell script. Replace whitelist with include_files and blacklist with exclude_files. Signed-off-by: Stephen Hemminger Acked-by: Luca Boccassi Acked-by: Thomas Monjalon --- devtools/check-maintainers.sh | 8 1 file changed, 4 insertions(+), 4 deletions(-)

[dpdk-dev] [PATCH v3 20.08 3/6] doc: fix incorrect reference to master process

2020-08-06 Thread Stephen Hemminger
Correct terminolgy here is primary process. This is a bug in original doc. Fixes: fc1f2750a3ec ("doc: programmers guide") Signed-off-by: Stephen Hemminger Acked-by: Anatoly Burakov --- doc/guides/prog_guide/thread_safety_dpdk_functions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(

[dpdk-dev] [PATCH v3 20.08 5/6] rte_ethdev: change comment to rte_dev_eth_mac_addr_add

2020-08-06 Thread Stephen Hemminger
The comment used the term whitelist and was awkardly written. Replace it with simpler direct description of adding a new address. No code or API changes for this. Signed-off-by: Stephen Hemminger Acked-by: Luca Boccassi --- lib/librte_ethdev/rte_ethdev.h | 3 +-- 1 file changed, 1 insertion(+),

[dpdk-dev] [PATCH v3 20.08 4/6] doc: announce deprecation blacklist/whitelist

2020-08-06 Thread Stephen Hemminger
Announce upcoming changes for 20.11. Signed-off-by: Stephen Hemminger Acked-by: Bruce Richardson --- doc/guides/rel_notes/deprecation.rst | 23 +++ 1 file changed, 23 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst ind

[dpdk-dev] [PATCH v3 20.08 2/6] kni: fix reference to master/slave process

2020-08-06 Thread Stephen Hemminger
In DPDK, the correct terms for process are primary/secondary. This is bugfix, not a change in terms for new release. Fixes: f2e7592c474c ("kni: fix multi-process support") Signed-off-by: Stephen Hemminger Acked-by: Bruce Richardson --- lib/librte_kni/rte_kni.h | 2 +- 1 file changed, 1 insertio

[dpdk-dev] [PATCH v3 20.08 1/6] doc: announce deprecation of master lcore

2020-08-06 Thread Stephen Hemminger
Announce upcoming changes related to master/slave in reference to lcore. Signed-off-by: Stephen Hemminger Acked-by: Bruce Richardson --- doc/guides/rel_notes/deprecation.rst | 20 1 file changed, 20 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/gui

[dpdk-dev] [PATCH v3 20.08 0/6] inclusive language fixes and deprecation notices

2020-08-06 Thread Stephen Hemminger
This set annonuces the upcoming changes for 20.11 around master/slave and blacklist/whitelist. It also fixes several places in the current code where the wrong and confusing terminolgy was used. v3 - review feedback and acks v2 - fix wording and checkpatch about whitespace Stephen Hemminger (6):

Re: [dpdk-dev] [PATCH] doc: scheduler API deprecation notice

2020-08-06 Thread Akhil Goyal
> 27/07/2020 11:41, Adam Dybkowski: > > This patch adds a deprecation notice about upcoming changes > > in public API of the Scheduler PMD. > > > > Signed-off-by: Adam Dybkowski > > Acked-by: Fan Zhang > > --- > > +* scheduler: The functions ``rte_cryptodev_scheduler_slave_attach``, > > + ``rte_

Re: [dpdk-dev] [PATCH v2 20.08 1/6] doc: announce deprecation of master lcore

2020-08-06 Thread Thomas Monjalon
06/08/2020 19:00, Stephen Hemminger: > On Thu, 06 Aug 2020 18:49:28 +0200 > Thomas Monjalon wrote: > > > 30/07/2020 02:57, Stephen Hemminger: > > > Announce upcoming changes related to master/slave in reference > > > to lcore. > > > > > > Signed-off-by: Stephen Hemminger > > > --- > > > doc/gu

[dpdk-dev] [PATCH] usertools: warn about future removal of setup script

2020-08-06 Thread Thomas Monjalon
As agreed in the deprecation notice, the "generic" script to setup the Linux environment will be removed in DPDK 20.11. Some specific parts may be converted into dedicated scripts. In the meantime, a warning will be printed to users of this script. Suggested-by: Stephen Hemminger Signed-off-by:

Re: [dpdk-dev] [PATCH v2] doc: fix the release notes for Mellanox PMD

2020-08-06 Thread Asaf Penso
Regards, Asaf Penso > -Original Message- > From: dev On Behalf Of Viacheslav Ovsiienko > Sent: Thursday, August 6, 2020 7:55 PM > To: dev@dpdk.org > Cc: Raslan Darawsheh ; Thomas Monjalon > > Subject: [dpdk-dev] [PATCH v2] doc: fix the release notes for Mellanox PMD > > The mlx5 PMD

Re: [dpdk-dev] [PATCH] doc: announce change in IPv6 item struct

2020-08-06 Thread Ori Kam
> -Original Message- > From: dev On Behalf Of Dekel Peled > > Kind reminder to all maintainers, please review and ack/comment. > > > -Original Message- > > From: Dekel Peled > > Sent: Monday, August 3, 2020 10:51 PM > > To: dev@dpdk.org > > Cc: jerinjac...@gmail.com; step...@

Re: [dpdk-dev] [PATCH v2] doc: announce change in ETH and VLAN item structs

2020-08-06 Thread Ori Kam
> -Original Message- > From: dev On Behalf Of Dekel Peled > > Structs rte_flow_item_eth and rte_flow_item_vlan will be modified, > to include an additional value, indicating existence or absence of VLAN > headers following the current header, as proposed in RFC > https://eur03.safelink

Re: [dpdk-dev] [PATCH] doc: announce remove of unused enum in ACL library

2020-08-06 Thread Jerin Jacob
On Thu, Aug 6, 2020 at 10:36 PM Bruce Richardson wrote: > > On Thu, Aug 06, 2020 at 06:37:20PM +0200, Thomas Monjalon wrote: > > 06/08/2020 14:57, Ferruh Yigit: > > > On 8/6/2020 1:23 PM, Konstantin Ananyev wrote: > > > > Announce removal of unused enum value (RTE_ACL_CLASSIFY_NUM). > > > > > > >

Re: [dpdk-dev] [PATCH] doc: announce remove of unused enum in ACL library

2020-08-06 Thread Bruce Richardson
On Thu, Aug 06, 2020 at 06:37:20PM +0200, Thomas Monjalon wrote: > 06/08/2020 14:57, Ferruh Yigit: > > On 8/6/2020 1:23 PM, Konstantin Ananyev wrote: > > > Announce removal of unused enum value (RTE_ACL_CLASSIFY_NUM). > > > > > > Signed-off-by: Konstantin Ananyev > > > --- > > > +* acl: ``RTE_ACL

Re: [dpdk-dev] [PATCH] maintainers: update Windows Maintainers

2020-08-06 Thread Ranjit Menon
On 8/5/2020 12:10 AM, Harini Ramakrishnan wrote: From: Harini Ramakrishnan Signed-off-by: Harini Ramakrishnan --- MAINTAINERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 23e7ec9c4..9d2933ef6 100644 --- a/MAINTAINERS +++ b/MAINTAI

Re: [dpdk-dev] [PATCH] doc: announce changes to ethdev rxconf structure

2020-08-06 Thread Slava Ovsiienko
> -Original Message- > From: Stephen Hemminger > Sent: Thursday, August 6, 2020 19:26 > To: Ferruh Yigit > Cc: Jerin Jacob ; Slava Ovsiienko > ; dpdk-dev ; Matan Azrad > ; Raslan Darawsheh ; > Thomas Monjalon ; Andrew Rybchenko > ; Ajit Khaparde > ; Maxime Coquelin > ; Olivier Matz ; > Da

Re: [dpdk-dev] [PATCH v2] doc: announce removal of interactive setup script

2020-08-06 Thread Thomas Monjalon
06/08/2020 18:56, Stephen Hemminger: > On Thu, 06 Aug 2020 18:25:23 +0200 > Thomas Monjalon wrote: > > > 06/08/2020 18:23, Stephen Hemminger: > > > On Thu, 6 Aug 2020 16:51:50 +0200 > > > Thomas Monjalon wrote: > > > > > > > Environment configuration is the responsibility of distributions >

Re: [dpdk-dev] [PATCH v2 20.08 1/6] doc: announce deprecation of master lcore

2020-08-06 Thread Stephen Hemminger
On Thu, 06 Aug 2020 18:49:28 +0200 Thomas Monjalon wrote: > 30/07/2020 02:57, Stephen Hemminger: > > Announce upcoming changes related to master/slave in reference > > to lcore. > > > > Signed-off-by: Stephen Hemminger > > --- > > doc/guides/rel_notes/deprecation.rst | 17 + > >

Re: [dpdk-dev] [PATCH v2] doc: announce changes to ethdev rxconf structure

2020-08-06 Thread Slava Ovsiienko
> -Original Message- > From: Ferruh Yigit > Sent: Thursday, August 6, 2020 19:32 > To: Slava Ovsiienko ; dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Thomas Monjalon ; > jerinjac...@gmail.com; step...@networkplumber.org; > arybche...@solarflare.com; ajit.khapa...@broadcom.com; > m

Re: [dpdk-dev] [PATCH v2] doc: add reserve fields to eventdev public structures

2020-08-06 Thread Jerin Jacob
On Thu, Aug 6, 2020 at 6:29 AM Stephen Hemminger wrote: > > On Wed, 5 Aug 2020 14:40:01 +0530 > Jerin Jacob wrote: > > > On Wed, Aug 5, 2020 at 2:16 PM Kinsella, Ray wrote: > > > > > > > > > > > > On 04/08/2020 17:20, Stephen Hemminger wrote: > > > > On Tue, 4 Aug 2020 11:41:53 +0100 > > > > Bru

Re: [dpdk-dev] [PATCH v2 20.08 0/6] inclusive language fixes and deprecation notices

2020-08-06 Thread Thomas Monjalon
30/07/2020 02:57, Stephen Hemminger: > This set annonuces the upcoming changes for 20.11 around master/slave > and blacklist/whitelist. It also fixes several places in the > current code where the wrong and confusing terminolgy was used. > > v2 - fix wording and checkpatch about whitespace We nee

Re: [dpdk-dev] [PATCH v2] doc: announce removal of interactive setup script

2020-08-06 Thread Stephen Hemminger
On Thu, 06 Aug 2020 18:25:23 +0200 Thomas Monjalon wrote: > 06/08/2020 18:23, Stephen Hemminger: > > On Thu, 6 Aug 2020 16:51:50 +0200 > > Thomas Monjalon wrote: > > > > > Environment configuration is the responsibility of distributions > > > or upper-level frameworks. > > > DPDK focus on do

Re: [dpdk-dev] [PATCH v2 20.08 6/6] check_maintainers: change variable names

2020-08-06 Thread Thomas Monjalon
30/07/2020 02:58, Stephen Hemminger: > Change variable names in python script: replace whitelist It is not a python script. > with include_files and blacklist with exclude_files. > > Signed-off-by: Stephen Hemminger > Acked-by: Luca Boccassi > --- > - whitelist=$(files $fli

Re: [dpdk-dev] [PATCH v2] doc: update RSS action with best effort

2020-08-06 Thread Ori Kam
Hi Andrew, > -Original Message- > From: Andrew Rybchenko > On 8/5/20 5:08 PM, Ori Kam wrote: > > Hi Andrew, > > > >> -Original Message- > >> From: Andrew Rybchenko > >> > >> On 8/4/20 11:13 AM, Ori Kam wrote: > >>> Using the rte_flow action RSS types field, > >>> may result in un

[dpdk-dev] [PATCH v2] doc: fix the release notes for Mellanox PMD

2020-08-06 Thread Viacheslav Ovsiienko
The mlx5 PMD does not work on Power 9 platform with OFED version 5.1-0.6.6.0 (latest GA release at the moment). Release notes know issues chapter is updated accordingly, workaround is proposed. Fixes: 544f35c334e5 ("doc: add tested platforms with Mellanox NICs") Signed-off-by: Viacheslav Ovsiienk

Re: [dpdk-dev] [PATCH v2 20.08 5/6] rte_ethdev: change comment to rte_dev_eth_mac_addr_add

2020-08-06 Thread Thomas Monjalon
30/07/2020 02:58, Stephen Hemminger: > The comment used the term whitelist and was awkardly written. > Replace it with simpler direct description of adding a new address. > No code or API changes for this. > > Signed-off-by: Stephen Hemminger > Acked-by: Luca Boccassi > --- > lib/librte_ethdev/

Re: [dpdk-dev] [PATCH v2 20.08 1/6] doc: announce deprecation of master lcore

2020-08-06 Thread Thomas Monjalon
30/07/2020 02:57, Stephen Hemminger: > Announce upcoming changes related to master/slave in reference > to lcore. > > Signed-off-by: Stephen Hemminger > --- > doc/guides/rel_notes/deprecation.rst | 17 + > 1 file changed, 17 insertions(+) > > diff --git a/doc/guides/rel_notes/de

Re: [dpdk-dev] [PATCH] doc: announce changes to ethdev rxconf structure

2020-08-06 Thread Slava Ovsiienko
> -Original Message- > From: Ferruh Yigit > Sent: Thursday, August 6, 2020 19:43 > To: Slava Ovsiienko ; Andrew Rybchenko > ; dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Thomas Monjalon ; > jerinjac...@gmail.com; step...@networkplumber.org; > ajit.khapa...@broadcom.com; maxime.co

Re: [dpdk-dev] [PATCH] doc: announce changes to ethdev rxconf structure

2020-08-06 Thread Ferruh Yigit
On 8/6/2020 5:39 PM, Slava Ovsiienko wrote: >> -Original Message- >> From: Ferruh Yigit >> Sent: Thursday, August 6, 2020 19:37 >> To: Slava Ovsiienko ; Andrew Rybchenko >> ; dev@dpdk.org >> Cc: Matan Azrad ; Raslan Darawsheh >> ; Thomas Monjalon ; >> jerinjac...@gmail.com; step...@network

Re: [dpdk-dev] [PATCH] doc: announce changes to ethdev rxconf structure

2020-08-06 Thread Jerin Jacob
On Thu, Aug 6, 2020 at 9:56 PM Stephen Hemminger wrote: > > On Thu, 6 Aug 2020 16:58:22 +0100 > Ferruh Yigit wrote: > > > On 8/4/2020 2:32 PM, Jerin Jacob wrote: > > > On Mon, Aug 3, 2020 at 6:36 PM Slava Ovsiienko > > > wrote: > > >> > > >> Hi, Jerin, > > >> > > >> Thanks for the comment, ple

Re: [dpdk-dev] [PATCH] doc: announce changes to ethdev rxconf structure

2020-08-06 Thread Slava Ovsiienko
> -Original Message- > From: Ferruh Yigit > Sent: Thursday, August 6, 2020 19:37 > To: Slava Ovsiienko ; Andrew Rybchenko > ; dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Thomas Monjalon ; > jerinjac...@gmail.com; step...@networkplumber.org; > ajit.khapa...@broadcom.com; maxime.co

Re: [dpdk-dev] [PATCH] doc: announce changes to ethdev rxconf structure

2020-08-06 Thread Ferruh Yigit
On 8/6/2020 5:29 PM, Slava Ovsiienko wrote: >> -Original Message- >> From: Ferruh Yigit >> Sent: Thursday, August 6, 2020 19:16 >> To: Andrew Rybchenko ; Slava Ovsiienko >> ; dev@dpdk.org >> Cc: Matan Azrad ; Raslan Darawsheh >> ; Thomas Monjalon ; >> jerinjac...@gmail.com; step...@network

Re: [dpdk-dev] [PATCH] doc: announce remove of unused enum in ACL library

2020-08-06 Thread Thomas Monjalon
06/08/2020 14:57, Ferruh Yigit: > On 8/6/2020 1:23 PM, Konstantin Ananyev wrote: > > Announce removal of unused enum value (RTE_ACL_CLASSIFY_NUM). > > > > Signed-off-by: Konstantin Ananyev > > --- > > +* acl: ``RTE_ACL_CLASSIFY_NUM`` enum value will be removed. This enum > > + value is not used

Re: [dpdk-dev] [PATCH v2] doc: announce changes to ethdev rxconf structure

2020-08-06 Thread Ferruh Yigit
On 8/5/2020 9:49 AM, Viacheslav Ovsiienko wrote: > The DPDK datapath in the transmit direction is very flexible. > The applications can build multi-segment packets and manages > almost all data aspects - the memory pools where segments > are allocated from, the segment lengths, the memory attribute

Re: [dpdk-dev] [PATCH] doc: announce internal hotplug structure removal

2020-08-06 Thread Thomas Monjalon
04/08/2020 16:29, Bruce Richardson: > On Tue, Aug 04, 2020 at 04:07:17PM +0200, David Marchand wrote: > > rte_dev_event has never been used outside of the EAL. > > No point in exposing it. > > > > Signed-off-by: David Marchand > > --- > > +* eal: The ``rte_dev_event`` structure will be made priva

Re: [dpdk-dev] [PATCH] doc: announce changes to ethdev rxconf structure

2020-08-06 Thread Slava Ovsiienko
> -Original Message- > From: Ferruh Yigit > Sent: Thursday, August 6, 2020 19:16 > To: Andrew Rybchenko ; Slava Ovsiienko > ; dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Thomas Monjalon ; > jerinjac...@gmail.com; step...@networkplumber.org; > ajit.khapa...@broadcom.com; maxime.co

Re: [dpdk-dev] [PATCH] doc: announce changes to ethdev rxconf structure

2020-08-06 Thread Stephen Hemminger
On Thu, 6 Aug 2020 16:58:22 +0100 Ferruh Yigit wrote: > On 8/4/2020 2:32 PM, Jerin Jacob wrote: > > On Mon, Aug 3, 2020 at 6:36 PM Slava Ovsiienko > > wrote: > >> > >> Hi, Jerin, > >> > >> Thanks for the comment, please, see below. > >> > >>> -Original Message- > >>> From: Jerin Ja

Re: [dpdk-dev] [PATCH v2] doc: announce removal of interactive setup script

2020-08-06 Thread Thomas Monjalon
06/08/2020 18:23, Stephen Hemminger: > On Thu, 6 Aug 2020 16:51:50 +0200 > Thomas Monjalon wrote: > > > Environment configuration is the responsibility of distributions > > or upper-level frameworks. > > DPDK focus on documenting the requirements and some recommendations. > > If some specific pa

Re: [dpdk-dev] [PATCH v2] doc: announce removal of interactive setup script

2020-08-06 Thread Stephen Hemminger
On Thu, 6 Aug 2020 16:51:50 +0200 Thomas Monjalon wrote: > Environment configuration is the responsibility of distributions > or upper-level frameworks. > DPDK focus on documenting the requirements and some recommendations. > If some specific parts are complex, they can deserve some scripts. >

Re: [dpdk-dev] [PATCH] doc: add deprecation notice for security session create API

2020-08-06 Thread Thomas Monjalon
> > The API ``rte_security_session_create`` takes only single mempool > > for session and session private data. So the application need to create > > mempool for twice the number of sessions needed and will also lead to > > wastage of memory as session private data need more memory compared to > >

Re: [dpdk-dev] [PATCH] doc: announce changes to ethdev rxconf structure

2020-08-06 Thread Ferruh Yigit
On 8/3/2020 3:31 PM, Andrew Rybchenko wrote: > On 8/3/20 1:58 PM, Viacheslav Ovsiienko wrote: >> The DPDK datapath in the transmit direction is very flexible. >> The applications can build multisegment packets and manages >> almost all data aspects - the memory pools where segments >> are allocated

Re: [dpdk-dev] [PATCH] [RFC] doc: announce removal of crypto list end enumerators

2020-08-06 Thread Thomas Monjalon
31/07/2020 11:38, Akhil Goyal: > Hi David, > > > Hi David, > > > > > > > > On Wed, Jul 29, 2020 at 4:47 PM Arek Kusztal > > > wrote: > > > > > > > > Enumerators RTE_CRYPTO_CIPHER_LIST_END, > > RTE_CRYPTO_AUTH_LIST_END, > > > > RTE_CRYPTO_AEAD_LIST_END will be removed to prevent some problems > >

Re: [dpdk-dev] [dpdk-techboard] [PATCH 1/1] doc: add deprecation notice for CPU build flags

2020-08-06 Thread Thomas Monjalon
Any other opinions? 05/08/2020 19:02, Thomas Monjalon: > 05/08/2020 18:45, Bruce Richardson: > > On Wed, Aug 05, 2020 at 05:15:31PM +0200, Thomas Monjalon wrote: > > > 05/08/2020 17:07, Bruce Richardson: > > > > On Wed, Aug 05, 2020 at 04:57:42PM +0200, Thomas Monjalon wrote: > > > > > 05/08/2020

Re: [dpdk-dev] [PATCH] doc: announce changes to ethdev rxconf structure

2020-08-06 Thread Ferruh Yigit
On 8/4/2020 2:32 PM, Jerin Jacob wrote: > On Mon, Aug 3, 2020 at 6:36 PM Slava Ovsiienko > wrote: >> >> Hi, Jerin, >> >> Thanks for the comment, please, see below. >> >>> -Original Message- >>> From: Jerin Jacob >>> Sent: Monday, August 3, 2020 14:57 >>> To: Slava Ovsiienko >>> Cc: dpd

Re: [dpdk-dev] [PATCH] doc: fix the release notes for Mellanox PMD

2020-08-06 Thread Thomas Monjalon
06/08/2020 17:49, Viacheslav Ovsiienko: > The mlx5 PMD might not work on Power 9 platform with OFED > version 5.1-0.6.6.0 (latest GA release at the moment). > Release notes know issues chapter is updated accordingly, > workaround is proposed. > > Fixes: 544f35c334e5 ("doc: add tested platforms wit

Re: [dpdk-dev] [RFC] drivers: introduce mlx5 compress PMD

2020-08-06 Thread Thomas Monjalon
06/08/2020 17:36, Matan Azrad: > This driver will not be compiled by default due to the above > dependencies. [...] > config/common_base | 5 + > drivers/Makefile | 2 +- > drivers/common/mlx5/Makefile |

[dpdk-dev] [PATCH] doc: fix the release notes for Mellanox PMD

2020-08-06 Thread Viacheslav Ovsiienko
The mlx5 PMD might not work on Power 9 platform with OFED version 5.1-0.6.6.0 (latest GA release at the moment). Release notes know issues chapter is updated accordingly, workaround is proposed. Fixes: 544f35c334e5 ("doc: add tested platforms with Mellanox NICs") Signed-off-by: Viacheslav Ovsiien

Re: [dpdk-dev] [PATCH] eventdev: fix return value of null not checked

2020-08-06 Thread Rao, Nikhil
> -Original Message- > From: wangyunjian > Sent: Monday, July 27, 2020 7:33 PM > To: dev@dpdk.org; Rao, Nikhil > Cc: jerry.lili...@huawei.com; xudin...@huawei.com; Yunjian Wang > ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] eventdev: fix return value of null not checked > > From: Yu

[dpdk-dev] [RFC] drivers: introduce mlx5 compress PMD

2020-08-06 Thread Matan Azrad
Add a new compress PMD for Mellanox devices. The MLX5 compress driver library provides support for Mellanox BlueField 2 families of 25/50/100/200 Gb/s adapters. Using the BlueField 2 device, the compress class operations can be run in parallel to the net, vdpa, and regex class operasions. This d

Re: [dpdk-dev] [PATCH v2] doc: add new field to rxq info struct

2020-08-06 Thread Ferruh Yigit
On 8/6/2020 5:00 AM, Chengchang Tang wrote: > Struct rte_eth_rxq_info will be modified to include a new field, indicating > the size of each buffer that could be used for hw to receive packets. Add > this field to rte_eth_rxq_info to expose relevant information to upper > layer users/application. >

Re: [dpdk-dev] [PATCH v2] doc: announce change in ETH and VLAN item structs

2020-08-06 Thread Andrew Rybchenko
On 8/6/20 3:25 PM, Thomas Monjalon wrote: > 06/08/2020 12:45, Dekel Peled: >> Structs rte_flow_item_eth and rte_flow_item_vlan will be modified, >> to include an additional value, indicating existence or absence of VLAN >> headers following the current header, as proposed in RFC >> https://mails.dp

Re: [dpdk-dev] [PATCH] doc: announce change in IPv6 item struct

2020-08-06 Thread Andrew Rybchenko
On 8/3/20 10:51 PM, Dekel Peled wrote: > Struct rte_flow_item_ipv6 will be modified to include additional > values, indicating existence or absence of IPv6 extension headers > following the IPv6 header, as proposed in RFC > https://mails.dpdk.org/archives/dev/2020-August/177257.html. > Because of A

Re: [dpdk-dev] DPDK Release Status Meeting 6/08/2020

2020-08-06 Thread David Marchand
On Thu, Aug 6, 2020 at 3:52 PM Ferruh Yigit wrote: > * v20.11 proposal dates, please comment: > * Proposal/V1:Friday, 11 September 2020 > * -rc1: Friday, 9 October 2020 > * -rc2: Friday, 23 October 2020 > * Release:Friday, 13 November 2020 +1 for those date

Re: [dpdk-dev] DPDK Release Status Meeting 6/08/2020

2020-08-06 Thread Thomas Monjalon
06/08/2020 15:51, Ferruh Yigit: > * v20.11 proposal dates, please comment: > * Proposal/V1:Friday, 11 September 2020 > * -rc1: Friday, 9 October 2020 > * -rc2: Friday, 23 October 2020 > * Release:Friday, 13 November 2020 Looks OK, thanks

[dpdk-dev] [PATCH v2] doc: announce removal of interactive setup script

2020-08-06 Thread Thomas Monjalon
Environment configuration is the responsibility of distributions or upper-level frameworks. DPDK focus on documenting the requirements and some recommendations. If some specific parts are complex, they can deserve some scripts. Maintaining a good adaptative deployment setup is a project by itself.

Re: [dpdk-dev] [PATCH] doc: announce removal of interactive setup script

2020-08-06 Thread Thomas Monjalon
06/08/2020 15:51, Kinsella, Ray: > Suggest we keep the deprecation notice, > and note that the script will be replaced with a specific script for > hugepages? OK I send a v2 keeping acks from Maxime and Jerin. > On 06/08/2020 10:35, Bruce Richardson wrote: > > On Wed, Aug 05, 2020 at 11:26:13

Re: [dpdk-dev] [PATCH v1] bus/fslmc: fix dpio close

2020-08-06 Thread Sachin Saxena (OSS)
Acked-by: Sachin Saxena On 28-Jul-20 9:54 PM, rohit@nxp.com wrote: From: Rohit Raj The current state of the DPIO object should be checked before trying to close/disable the object. Fixes: 293c0ca94c36 ("bus/fslmc: support memory backed portals with QBMAN 5.0") Cc: sta...@dpdk.org Signed

[dpdk-dev] Query regarding create sub-interfaces: rte_eth_dev_set_vlan_offload[0]: err -95 on VPP & dpdk plugin.

2020-08-06 Thread Arunava Ghosh
Hi, Could you please kindly look into the below issue. I am facing the same issue sriov with VPP 19.01 version. [root@2-9 vpp]# ./vppctl _____ _ ___ __/ __/ _ \ (_)__| | / / _ \/ _ \ _/ _// // / / / _ \ | |/ / ___/ ___/ /_/ /(_)_/\___/ |___/_/ /_/ vpp# sh

[dpdk-dev] [PATCH] devtools: add acronyms in dictionary for commit checks

2020-08-06 Thread Ferruh Yigit
GTPU -> GPRS Tunnelling Protocol User Plane MSI -> Message Signalled Interrupts MSI-X -> Message Signalled Interrupts (Extended) TCAM -> Ternary Content Addressable Memory ULP -> Upper Layer Protocol XOR -> Exclusive OR Signed-off-by: Ferruh Yigit --- devtools/words-case.txt | 6 ++

Re: [dpdk-dev] [PATCH] doc: scheduler API deprecation notice

2020-08-06 Thread Thomas Monjalon
27/07/2020 11:41, Adam Dybkowski: > This patch adds a deprecation notice about upcoming changes > in public API of the Scheduler PMD. > > Signed-off-by: Adam Dybkowski > Acked-by: Fan Zhang > --- > +* scheduler: The functions ``rte_cryptodev_scheduler_slave_attach``, > + ``rte_cryptodev_schedul

Re: [dpdk-dev] [PATCH v4] doc: add deprecation notice for sched changes

2020-08-06 Thread Thomas Monjalon
> > Add deprecation note for making changes in data structures and APIs in > > order to > > allow dynamic configuration of subport bandwidth profile. > > These changes are aligned as suggested in the RFC[1]. > > > > https://mails.dpdk.org/archives/dev/2020-July/175161.html > > > > Signed-off-by:

Re: [dpdk-dev] [PATCH] doc: announce internal hotplug structure removal

2020-08-06 Thread Kinsella, Ray
On 04/08/2020 15:07, David Marchand wrote: > rte_dev_event has never been used outside of the EAL. > No point in exposing it. > > Signed-off-by: David Marchand > --- > doc/guides/rel_notes/deprecation.rst | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/doc/guides/rel_notes/deprec

Re: [dpdk-dev] [PATCH v2] doc: update release notes for ice and iavf

2020-08-06 Thread Kinsella, Ray
On 06/08/2020 12:09, Qi Zhang wrote: > Update release notes by adding new features for ice and iavf PMD. > > Fixes: de32fa2ba27b ("net/ice: support RSS for IPv6 prefix") > Fixes: 610bc231d09b ("net/ice: support RSS for IPv4 IPv6 mix of GTP") > Fixes: a9bafa9f700c ("net/ice: support flow directo

[dpdk-dev] DPDK Release Status Meeting 6/08/2020

2020-08-06 Thread Ferruh Yigit
Minutes 6 August 2020 - Agenda: * Release Dates * -rc3/-rc4 status * Subtrees * LTS * OvS Participants: * Arm * Broadcom * Debian/Microsoft * Intel * Marvell * Nvidia * NXP * Red Hat Release Dates - * v20.08 dates: * -rc3 is released on Thursday, 30 July 2020

Re: [dpdk-dev] [PATCH] doc: announce removal of interactive setup script

2020-08-06 Thread Kinsella, Ray
Suggest we keep the deprecation notice, and note that the script will be replaced with a specific script for hugepages? Ray K On 06/08/2020 10:35, Bruce Richardson wrote: > On Wed, Aug 05, 2020 at 11:26:13AM -0700, Stephen Hemminger wrote: >> On Wed, 5 Aug 2020 17:46:21 + >> "Trahe, Fiona"

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

2020-08-06 Thread Kinsella, Ray
On 06/08/2020 03:42, Suanming Mou wrote: > Update the release notes of mlx5 PMD for two new added devargs: > 1. sys_mem_en > 2. decap_en > > Fixes: 5522da6b201b ("net/mlx5: add option to allocate memory from system") > Fixes: 50f95b23c9ba ("net/mlx5: add option to configure FCS or decapsulation

[dpdk-dev] [PATCH] net/sfc/base: fix tunnel configuration failure

2020-08-06 Thread Andrew Rybchenko
From: Igor Romanov Tunnel configuration may fail because of insufficient access rights on a virtual function. Ignore the failure if a tunnel configuration with empty UDP ports is requrested. Fixes: 17551f6dffcc ("net/sfc/base: add API to control UDP tunnel ports") Cc: sta...@dpdk.org Signed-off

  1   2   >