Re: [dpdk-dev] [PATCH 1/2] eventdev: implement ABI change

2020-09-30 Thread Kinsella, Ray
On 28/09/2020 06:53, Jerin Jacob wrote: > On Thu, Sep 24, 2020 at 3:25 PM Sunil Kumar Kori wrote: >> >>> -Original Message- >>> From: dev On Behalf Of Timothy McDaniel >>> Sent: Friday, September 11, 2020 10:28 PM >>> Cc: Jerin Jacob Kollanukkaran ; >>> mattias.ronnb...@ericsson.com; l

Re: [dpdk-dev] [RFC PATCH v3 1/3] ethdev: support device reset and recovery events

2020-09-30 Thread Thomas Monjalon
Hi, Please use --cc-cmd devtools/get-maintainer.sh so all relevant maintainers are Cc'ed. Adding Andrew. > From: Kalesh AP > > Adding support for device reset and recovery events in the > rte_eth_event framework. FW error and FW reset conditions would be > managed internally by PMD without need

Re: [dpdk-dev] [PATCH v5] bus/pci: netuio interface for windows

2020-09-30 Thread Tal Shnaiderman
> Subject: Re: [PATCH v5] bus/pci: netuio interface for windows > > Hi Tal, > > The issue I raised is slightly different: How do we distinguish between > different GUID_DEVCLASS_NET class devices - those that can support DPDK > and those that can't? > > For instance, say we have 3 NICs in the sy

[dpdk-dev] [PATCH] crypto/mvsam: remove crypto end enumerators

2020-09-30 Thread michaelsh
From: Michael Shamis Remove enumerators RTE_CRYPTO_CIPHER_LIST_END, RTE_CRYPTO_AUTH_LIST_END, RTE_CRYPTO_AEAD_LIST_END to prevent some problems that may arise when adding new crypto algorithms. Signed-off-by: Michael Shamis --- drivers/crypto/mvsam/rte_mrvl_pmd.c | 6 +++--- 1 file changed, 3

Re: [dpdk-dev] [PATCH v2 1/7] cmdline: make implementation opaque

2020-09-30 Thread Kinsella, Ray
On 05/08/2020 12:17, Dmitry Kozlyuk wrote: > On Wed, 5 Aug 2020 10:31:31 +0100, Kinsella, Ray wrote: >> On 30/07/2020 22:06, Dmitry Kozlyuk wrote: >>> struct cmdline exposes platform-specific members it contains, most >>> notably struct termios that is only available on Unix. Make the >>> struct

Re: [dpdk-dev] [PATCH v3 1/7] cmdline: make implementation logically opaque

2020-09-30 Thread Kinsella, Ray
On 28/09/2020 22:50, Dmitry Kozlyuk wrote: > struct cmdline exposes platform-specific members it contains, most > notably struct termios that is only available on Unix. While ABI > considerations prevent from hinding the definition on already supported > platforms, struct cmdline is considered l

Re: [dpdk-dev] [PATCH V15 1/3] ethdev: introduce FEC API

2020-09-30 Thread Thomas Monjalon
29/09/2020 10:44, Min Hu (Connor): > Hi, all, > Are there any suggestions for this set of patches? > I wish this patch can be merged into 20.11,and this > is urget. Please gives reply to me, thanks. We all have urgent tasks to complete. Please help by reviewing some other patches

Re: [dpdk-dev] [PATCH v9 11/11] doc: support python3 only

2020-09-30 Thread Kinsella, Ray
On 29/09/2020 11:22, Kevin Laatz wrote: > Remove references to python 2 from the documentation. > > The deprecation notice for python 2 support has been removed. A section > was added to the rel_notes for this patchset. > > Cc: Ray Kinsella > Cc: Neil Horman > Cc: John McNamara > Cc: Marko

Re: [dpdk-dev] [PATCH] net/bnx2x: release port upon close

2020-09-30 Thread Ferruh Yigit
On 9/29/2020 7:20 PM, Jerin Jacob wrote: On Mon, Sep 28, 2020 at 4:07 AM Rasesh Mody wrote: Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources for the port can be freed by rte_eth_dev_close(). With this change the private port resources are released in the .dev_close callback

Re: [dpdk-dev] [PATCH V5 1/2] dpdk: resolve compiling errors for per-queue stats

2020-09-30 Thread Kinsella, Ray
On 28/09/2020 09:59, Ferruh Yigit wrote: > On 9/27/2020 4:16 AM, Min Hu (Connor) wrote: >> From: Huisong Li >> >> Currently, only statistics of rx/tx queues with queue_id less than >> RTE_ETHDEV_QUEUE_STAT_CNTRS can be displayed. If there is a certain >> application scenario that it needs to us

Re: [dpdk-dev] [PATCH v3 20/29] net/tap: release port upon close

2020-09-30 Thread wangyunjian
I have checked and tested it, no issue found. Thanks, Yunjian > -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Tuesday, September 29, 2020 7:14 AM > To: dev@dpdk.org > Cc: ferruh.yi...@intel.com; arybche...@solarflare.com; wangyunjian > ; Keith Wiles ; Ana

Re: [dpdk-dev] [PATCH] net/bonding: fix a possible unbalance packet receiving

2020-09-30 Thread Wei Hu (Xavier)
Hi, Li RongQing Please add fixes statements in the commit log. And for the patch [2/2] of this series:    Reviewed-by: Wei Hu (Xavier) On 2020/9/30 13:40, Li RongQing wrote: ping thanks -Li

Re: [dpdk-dev] [PATCH 2/2] lpm: hide internal data

2020-09-30 Thread Kevin Traynor
On 16/09/2020 04:17, Ruifeng Wang wrote: > >> -Original Message- >> From: Medvedkin, Vladimir >> Sent: Wednesday, September 16, 2020 12:28 AM >> To: Bruce Richardson ; Ruifeng Wang >> >> Cc: dev@dpdk.org; Honnappa Nagarahalli >> ; nd >> Subject: Re: [PATCH 2/2] lpm: hide internal data >

Re: [dpdk-dev] [PATCH v2 5/6] ethdev: fix mis-named parameter

2020-09-30 Thread Bruce Richardson
On Tue, Sep 29, 2020 at 07:34:17PM +0200, Thomas Monjalon wrote: > > The parameter to rte_eth_link_speed_to_str was called "speed_link" in > > the function prototype in the header file, but "link_speed" everywhere > > else. This showed up as warnings when building the API docs, due to > > missing

Re: [dpdk-dev] [dpdk-techboard] [PATCH v2] eal: simplify exit functions

2020-09-30 Thread Kevin Traynor
On 28/09/2020 01:00, Thomas Monjalon wrote: > The option RTE_EAL_ALWAYS_PANIC_ON_ERROR was off by default, > and not customizable with meson. It is completely removed. > > The function rte_dump_registers is a trace of the bare metal support > era, and was not supported in userland. It is completel

[dpdk-dev] [PATCH] ethdev: support query of AGE action

2020-09-30 Thread Dekel Peled
Existing API supports AGE action to monitor the aging of a flow. This patch implements RFC [1], introducing the response format for query of an AGE action. Application will be able to query the AGE action state. The response will be returned in the format implemented here. [1] https://mails.dpdk.o

Re: [dpdk-dev] [PATCH] net/bonding: fix a possible unbalance packet receiving

2020-09-30 Thread Li,Rongqing
Fixes: ae2a04864a9a "(net/bonding: reduce slave starvation on Rx poll)" Thanks -Li From: Wei Hu (Xavier) [mailto:huwei...@chinasoftinc.com] Sent: Wednesday, September 30, 2020 4:41 PM To: Li,Rongqing Cc: dev@dpdk.org; Wei Hu (Xavier) Subject: Re: [dpdk-dev] [PATCH] net/bonding: fix a possible

[dpdk-dev] [PATCH v3 0/4] Tunnel Offload API

2020-09-30 Thread Gregory Etelson
Tunnel Offload API provides hardware independent, unified model to offload tunneled traffic. Key model elements are: - apply matches to both outer and inner packet headers during entire offload procedure; - restore outer header of partially offloaded packet; - model is implemented as a set of

[dpdk-dev] [PATCH v3 2/4] ethdev: tunnel offload model

2020-09-30 Thread Gregory Etelson
From: Eli Britstein Rte_flow API provides the building blocks for vendor agnostic flow classification offloads. The rte_flow match and action primitives are fine grained, thus enabling DPDK applications the flexibility to offload network stacks and complex pipelines. Applications wishing to off

[dpdk-dev] [PATCH v3 1/4] ethdev: allow negative values in flow rule types

2020-09-30 Thread Gregory Etelson
From: Gregory Etelson RTE flow items & actions use positive values in item & action type. Negative values are reserved for PMD private types. PMD items & actions usually are not exposed to application and are not used to create RTE flows. The patch allows applications with access to PMD flow ite

[dpdk-dev] [PATCH v3 3/4] net/mlx5: implement tunnel offload API

2020-09-30 Thread Gregory Etelson
Tunnel Offload API provides hardware independent, unified model to offload tunneled traffic. Key model elements are: - apply matches to both outer and inner packet headers during entire offload procedure; - restore outer header of partially offloaded packet; - model is implemented as a set of

[dpdk-dev] [PATCH v3 4/4] app/testpmd: add commands for tunnel offload API

2020-09-30 Thread Gregory Etelson
Tunnel Offload API provides hardware independent, unified model to offload tunneled traffic. Key model elements are: - apply matches to both outer and inner packet headers during entire offload procedure; - restore outer header of partially offloaded packet; - model is implemented as a set of

Re: [dpdk-dev] [RFC PATCH v3 1/3] ethdev: support device reset and recovery events

2020-09-30 Thread Thomas Monjalon
30/09/2020 10:35, Kalesh Anakkur Purayil: > On Wed, Sep 30, 2020 at 1:21 PM Thomas Monjalon wrote: > > > From: Kalesh AP > > > > > > Adding support for device reset and recovery events in the > > > rte_eth_event framework. FW error and FW reset conditions would be > > > managed internally by PMD

Re: [dpdk-dev] [PATCH V15 1/3] ethdev: introduce FEC API

2020-09-30 Thread Andrew Rybchenko
On 9/29/20 4:03 AM, Min Hu (Connor) wrote: > This patch adds Forward error correction(FEC) support for ethdev. > Introduce APIs which support query and config FEC information in > hardware. > > Signed-off-by: Min Hu (Connor) > Reviewed-by: Wei Hu (Xavier) > Reviewed-by: Chengwen Feng > Reviewed

Re: [dpdk-dev] [PATCH] net/octeontx2: remove logically dead code

2020-09-30 Thread wangyunjian
> -Original Message- > From: Jerin Jacob [mailto:jerinjac...@gmail.com] > Sent: Wednesday, September 30, 2020 2:15 AM > To: wangyunjian > Cc: dpdk-dev ; Jerin Jacob ; Nithin > Dabilpuram ; Kiran Kumar K > ; Lilijun (Jerry) ; > xudingke ; dpdk stable > Subject: Re: [dpdk-dev] [PATCH] net/o

[dpdk-dev] [PATCH v8 0/8] fib: implement AVX512 vector lookup

2020-09-30 Thread Vladimir Medvedkin
This patch series implements vectorized lookup using AVX512 for ipv4 dir24_8 and ipv6 trie algorithms. Also introduced rte_fib_set_lookup_fn() to change lookup function type. Added option to select lookup function type in testfib application. v8: - remove Makefile related changes - fix missing d

[dpdk-dev] [PATCH v8 2/8] fib: make lookup function type configurable

2020-09-30 Thread Vladimir Medvedkin
Add type argument to dir24_8_get_lookup_fn() Now it supports 3 different lookup implementations: RTE_FIB_DIR24_8_SCALAR_MACRO RTE_FIB_DIR24_8_SCALAR_INLINE RTE_FIB_DIR24_8_SCALAR_UNI Add new rte_fib_set_lookup_fn() - user can change lookup function type runtime. Signed-off-by: Vladimir Medvedk

[dpdk-dev] [PATCH v8 1/8] eal/x86: introduce AVX 512-bit type

2020-09-30 Thread Vladimir Medvedkin
New data type to manipulate 512 bit AVX values. Signed-off-by: Vladimir Medvedkin Acked-by: Konstantin Ananyev --- lib/librte_eal/x86/include/rte_vect.h | 19 +++ 1 file changed, 19 insertions(+) diff --git a/lib/librte_eal/x86/include/rte_vect.h b/lib/librte_eal/x86/include/r

[dpdk-dev] [PATCH v8 3/8] fib: move lookup definition into the header file

2020-09-30 Thread Vladimir Medvedkin
Move dir24_8 table layout and lookup definition into the private header file. This is necessary for implementing a vectorized lookup function in a separate .с file. Signed-off-by: Vladimir Medvedkin Acked-by: Konstantin Ananyev --- lib/librte_fib/dir24_8.c | 225 +---

[dpdk-dev] [PATCH v8 4/8] fib: introduce AVX512 lookup

2020-09-30 Thread Vladimir Medvedkin
Add new lookup implementation for DIR24_8 algorithm using AVX512 instruction set Signed-off-by: Vladimir Medvedkin Acked-by: Konstantin Ananyev --- doc/guides/rel_notes/release_20_11.rst | 3 + lib/librte_fib/dir24_8.c | 24 + lib/librte_fib/dir24_8_avx512.c| 165 ++

[dpdk-dev] [PATCH v8 5/8] fib6: make lookup function type configurable

2020-09-30 Thread Vladimir Medvedkin
Add type argument to trie_get_lookup_fn() Now it only supports RTE_FIB6_TRIE_SCALAR Add new rte_fib6_set_lookup_fn() - user can change lookup function type runtime. Signed-off-by: Vladimir Medvedkin --- lib/librte_fib/rte_fib6.c | 20 +++- lib/librte_fib/rte_fib6.h

[dpdk-dev] [PATCH v8 7/8] fib6: introduce AVX512 lookup

2020-09-30 Thread Vladimir Medvedkin
Add new lookup implementation for FIB6 trie algorithm using AVX512 instruction set Signed-off-by: Vladimir Medvedkin Acked-by: Konstantin Ananyev --- doc/guides/rel_notes/release_20_11.rst | 2 +- lib/librte_fib/meson.build | 13 ++ lib/librte_fib/rte_fib6.h | 3 +-

[dpdk-dev] [PATCH v8 8/8] app/testfib: add support for different lookup functions

2020-09-30 Thread Vladimir Medvedkin
Added -v option to switch between different lookup implementations to measure their performance and correctness. Signed-off-by: Vladimir Medvedkin --- app/test-fib/main.c | 58 ++--- 1 file changed, 55 insertions(+), 3 deletions(-) diff --git a/ap

[dpdk-dev] [PATCH v8 6/8] fib6: move lookup definition into the header file

2020-09-30 Thread Vladimir Medvedkin
Move trie table layout and lookup definition into the private header file. This is necessary for implementing a vectorized lookup function in a separate .с file. Signed-off-by: Vladimir Medvedkin Acked-by: Konstantin Ananyev --- lib/librte_fib/trie.c | 121 --

Re: [dpdk-dev] [PATCH 2/2] ethdev: make rte flow API thread safe

2020-09-30 Thread Ori Kam
Hi Suanming, Small comments, PSB, Best, Ori > -Original Message- > From: Suanming Mou > Sent: Sunday, September 27, 2020 11:20 AM > Cc: dev@dpdk.org > Subject: [PATCH 2/2] ethdev: make rte flow API thread safe > > Currently, the rte flow functions are not defined as thread safety. For

[dpdk-dev] [PATCH] net/ring: support secondary process

2020-09-30 Thread Ferruh Yigit
Also add missing .ini feature list documentation and document some existing features including new "Multiprocess aware" feature. Signed-off-by: Ferruh Yigit --- Cc: Kevin Laatz --- doc/guides/nics/features/ring.ini | 10 ++ drivers/net/ring/rte_eth_ring.c | 17 + 2 fil

Re: [dpdk-dev] [PATCH v7 2/8] fib: make lookup function type configurable

2020-09-30 Thread Vladimir Medvedkin
Hi Thomas, чт, 16 июл. 2020 г. в 15:32, Thomas Monjalon : > 13/07/2020 13:56, Vladimir Medvedkin: > > Add type argument to dir24_8_get_lookup_fn() > > Now it supports 3 different lookup implementations: > > RTE_FIB_DIR24_8_SCALAR_MACRO > > RTE_FIB_DIR24_8_SCALAR_INLINE > > RTE_FIB_DIR24_8_SCAL

[dpdk-dev] [PATCH v10 00/11] adding support for python 3 only

2020-09-30 Thread Kevin Laatz
This patch set converts all python scripts in the project to use python3 only and removes all deprecation notices associated with these changes. This is due to python2 being EOL in January 2020. --- v6: - rebased, removing conflict with make removal patchset. - added changes to buildtools/map_

[dpdk-dev] [PATCH v10 01/11] usertools/dpdk-telemetry: support python3 only

2020-09-30 Thread Kevin Laatz
From: Louise Kilheeney Changed script to explicitly use python3 only to avoid maintaining python 2 and removed deprecation notice. Cc: Kevin Laatz Signed-off-by: Louise Kilheeney Signed-off-by: Kevin Laatz Acked-by: Bruce Richardson Acked-by: Robin Jarry Acked-by: Stephen Hemminger --- v

[dpdk-dev] [PATCH v10 02/11] usertools/dpdk-devbind: support python3 only

2020-09-30 Thread Kevin Laatz
From: Louise Kilheeney Changed script to explicitly use python3 only to avoid maintaining python 2 and removed deprecation notice. Signed-off-by: Louise Kilheeney Reviewed-by: Bruce Richardson Acked-by: Robin Jarry Acked-by: Stephen Hemminger --- usertools/dpdk-devbind.py | 22 -

[dpdk-dev] [PATCH v10 04/11] usertools/cpu_layout: support python3 only

2020-09-30 Thread Kevin Laatz
From: Louise Kilheeney Changed script to explicitly use python3 only to avoid maintaining python 2 and removed deprecation notice. Signed-off-by: Louise Kilheeney Reviewed-by: Bruce Richardson Acked-by: Robin Jarry Acked-by: Stephen Hemminger --- usertools/cpu_layout.py | 13 ++---

[dpdk-dev] [PATCH v10 06/11] app/test: support python3 only

2020-09-30 Thread Kevin Laatz
Changed script to explicitly use python3 only to avoid maintaining python 2 and removed deprecation notice. Signed-off-by: Louise Kilheeney Signed-off-by: Kevin Laatz Acked-by: Robin Jarry Acked-by: Stephen Hemminger --- v6: - Removed changes to mk/rte.sdktest.mk since the file no longer ex

[dpdk-dev] [PATCH v10 03/11] usertools/dpdk-pmdinfo: support python3 only

2020-09-30 Thread Kevin Laatz
From: Louise Kilheeney Changed script to explicitly use python3 only to avoid maintaining python 2 and removed deprecation notice. Cc: Neil Horman Signed-off-by: Louise Kilheeney Reviewed-by: Bruce Richardson Acked-by: Neil Horman Acked-by: Robin Jarry Acked-by: Stephen Hemminger --- use

[dpdk-dev] [PATCH v10 05/11] app/test-cmdline: support python3 only

2020-09-30 Thread Kevin Laatz
Changed script to explicitly use python3 only to avoid maintaining python 2 and removed deprecation notice. Cc: Olivier Matz Signed-off-by: Louise Kilheeney Signed-off-by: Kevin Laatz Reviewed-by: Bruce Richardson Acked-by: Robin Jarry Acked-by: Stephen Hemminger --- v5: - fixed python3

[dpdk-dev] [PATCH v10 07/11] devtools: support python3 only

2020-09-30 Thread Kevin Laatz
From: Louise Kilheeney Changed script to explicitly use python3 only to avoid maintaining python 2 and removed deprecation notice. Cc: Neil Horman Cc: Ray Kinsella Signed-off-by: Louise Kilheeney Acked-by: Ray Kinsella Acked-by: Neil Horman Acked-by: Robin Jarry Acked-by: Stephen Hemminge

[dpdk-dev] [PATCH v10 09/11] app/test-bbdev: support python3 only

2020-09-30 Thread Kevin Laatz
From: Louise Kilheeney Changed script to explicitly use python3 only to avoid maintaining python 2 and removed deprecation notice. Cc: Nicolas Chautru Signed-off-by: Louise Kilheeney Acked-by: Robin Jarry Acked-by: Stephen Hemminger --- app/test-bbdev/test-bbdev.py | 7 +-- 1 file chan

[dpdk-dev] [PATCH v10 08/11] config/arm: support python3 only

2020-09-30 Thread Kevin Laatz
From: Louise Kilheeney Changed script to explicitly use python3 only to avoid maintaining python 2. Cc: Thomas Monjalon Signed-off-by: Louise Kilheeney Acked-by: Robin Jarry Acked-by: Stephen Hemminger --- config/arm/armv8_machine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d

[dpdk-dev] [PATCH v10 10/11] buildtools: support python3 only

2020-09-30 Thread Kevin Laatz
Changed script to explicitly use python3 only to avoid maintaining python 2 and removed deprecation notice. Cc: Dmitry Kozlyuk Cc: Narcisa Ana Maria Vasile Cc: Dmitry Malloy Cc: Pallavi Kadam Signed-off-by: Kevin Laatz Acked-by: Robin Jarry Acked-by: Stephen Hemminger --- v7: - Cc Maint

[dpdk-dev] [PATCH v10 11/11] doc: support python3 only

2020-09-30 Thread Kevin Laatz
Changed script to explicitly use python3 only to avoid maintaining python 2 and removed references to python 2 from the documentation. The deprecation notice for python 2 support has been removed. A section was added to the rel_notes for this patchset. Cc: Ray Kinsella Cc: Neil Horman Cc: John

Re: [dpdk-dev] [PATCH v3 1/3] eal: add API for bus close

2020-09-30 Thread Ferruh Yigit
On 8/26/2020 6:52 AM, rohit@nxp.com wrote: From: Rohit Raj As per the current code we have API for bus probe, but the bus close API is missing. This breaks the multi process scenarios as objects are not cleaned while terminating the secondary processes. This patch adds a new API rte_bus_cl

[dpdk-dev] [PATCH] app/procinfo: close devices before exit

2020-09-30 Thread Ferruh Yigit
As well as this is correct thing to close devices before exit, it is also useful to test the closing devices from secondary process. Signed-off-by: Ferruh Yigit --- Cc: Thomas Monjalon --- app/proc-info/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/proc-info/main.c b/app/pro

Re: [dpdk-dev] [PATCH v3 02/29] ethdev: allow drivers to return error on close

2020-09-30 Thread Ferruh Yigit
On 9/29/2020 11:53 AM, Andrew Rybchenko wrote: On 9/29/20 2:14 AM, Thomas Monjalon wrote: The device operation .dev_close was returning void. This driver interface is changed to return an int. Note that the API rte_eth_dev_close() is still returning void, although a deprecation notice is pendin

Re: [dpdk-dev] [PATCH v3 25/29] app/testpmd: reset port status on close notification

2020-09-30 Thread Ferruh Yigit
On 9/29/2020 12:14 AM, Thomas Monjalon wrote: Since rte_eth_dev_release_port() is called on all port close operations, the event RTE_ETH_EVENT_DESTROY can be reliably used for resetting the port status on the application side. The intermediate state RTE_PORT_HANDLING is removed in close_port() b

Re: [dpdk-dev] [PATCH v3 28/29] ethdev: reset all when releasing a port

2020-09-30 Thread Ferruh Yigit
On 9/29/2020 5:35 PM, Ferruh Yigit wrote: On 9/29/2020 5:02 PM, Thomas Monjalon wrote: 29/09/2020 17:50, Ferruh Yigit: On 9/29/2020 12:58 PM, Wang, Haiyue wrote: From: Thomas Monjalon 29/09/2020 12:26, Maxime Coquelin: On 9/29/20 1:14 AM, Thomas Monjalon wrote: The function rte_eth_dev_rel

Re: [dpdk-dev] [PATCH v3 26/29] app/testpmd: align behaviour of multi-port detach

2020-09-30 Thread Ferruh Yigit
On 9/29/2020 12:14 AM, Thomas Monjalon wrote: A port can be closed in multiple situations: - close command calling close_port() -> rte_eth_dev_close() - exit calling close_port() -> rte_eth_dev_close() - hotplug calling close_port() -> rte_eth_dev_close() - hotplug

[dpdk-dev] [RFC PATCH v4 0/3] librte_ethdev: error recovery support

2020-09-30 Thread Kalesh A P
From: Kalesh AP The error recovery solution is a protocol implemented between firmware and bnxt PMD to recover from the fatal errors without a system reboot. There is an alarm thread which constantly monitors the health of the firmware and initiates a recovery when needed. There are two scenario

[dpdk-dev] [RFC PATCH v4 1/3] ethdev: support device reset and recovery events

2020-09-30 Thread Kalesh A P
From: Kalesh AP Adding support for device reset and recovery events in the rte_eth_event framework. FW error and FW reset conditions would be managed internally by PMD without needing application intervention. In such cases, PMD would need reset/recovery events to notify application that PMD is u

[dpdk-dev] [RFC PATCH v4 2/3] net/bnxt: notify applications about device reset/recovery

2020-09-30 Thread Kalesh A P
From: Kalesh AP When the driver receives RESET_NOTIFY async event from FW or detected an error condition, it should update the application that FW is going to reset. Once the driver recoveres from the reset, update the reset recovery status to application as well. The recovery process is transpa

[dpdk-dev] [RFC PATCH v4 3/3] app/testpmd: handle device recovery event

2020-09-30 Thread Kalesh A P
From: Kalesh AP Added code to handle device reset and recovery event in testpmd. This is an indication from the PMD that device has reset and recovered error condition. Signed-off-by: Kalesh AP Reviewed-by: Ajit Kumar Khaparde --- app/test-pmd/testpmd.c | 6 +- 1 file changed, 5 insertion

[dpdk-dev] [PATCH] net/mlx5: fix DevX CQ attributes values

2020-09-30 Thread Dekel Peled
Previous patch wrongly used rdma-core defined values, when preparing attributes for creating DevX CQ object. This patch adds the correct value definition and uses them instead. Fixes: 08d1838f645a ("net/mlx5: implement CQ for Rx using DevX API") Cc: sta...@dpdk.org Signed-off-by: Dekel Peled Ack

Re: [dpdk-dev] [PATCH v3 00/29] cleanup ethdev close operation

2020-09-30 Thread Ferruh Yigit
On 9/29/2020 12:14 AM, Thomas Monjalon wrote: This is the end of a process started two years ago, to have a close which reliably releases an ethdev port without the need of removing the device (which can have more ports). Unfortunately, some drivers might be broken because did not follow the mig

Re: [dpdk-dev] [RFC PATCH v3 1/3] ethdev: support device reset and recovery events

2020-09-30 Thread Kalesh Anakkur Purayil
Hi Thomas, Please see my response inline. Regards, Kalesh On Wed, Sep 30, 2020 at 1:21 PM Thomas Monjalon wrote: > Hi, > > Please use --cc-cmd devtools/get-maintainer.sh so all relevant > maintainers are Cc'ed. Adding Andrew. > [Kalesh]: Thank you. Sure, I will follow next time. > > > From: K

Re: [dpdk-dev] [PATCH v4] net/mlx5: relaxed ordering for multi-packet RQ buffer refcnt

2020-09-30 Thread Slava Ovsiienko
Looks good to me, and we've checked the performance has no impact. Thank you. Acked-by: Viacheslav Ovsiienko > -Original Message- > From: dev On Behalf Of Phil Yang > Sent: Tuesday, September 29, 2020 18:23 > To: Raslan Darawsheh ; Matan Azrad > ; Shahaf Shuler > Cc: nd ; Alexander Koz

Re: [dpdk-dev] [PATCH v4] net/mlx5: relaxed ordering for multi-packet RQ buffer refcnt

2020-09-30 Thread Raslan Darawsheh
Sure, I'll take the patch since I was waiting for performance impact testing, and since Slava just confirmed it, Then we can take it yes thank you for your contribution. Kindest regards, Raslan Darawsheh > -Original Message- > From: Slava Ovsiienko > Sent: Wednesday, September 30, 202

Re: [dpdk-dev] [PATCH v4] app/testpmd: fix the default RSS key configuration

2020-09-30 Thread Ferruh Yigit
On 9/24/2020 2:45 PM, Lijun Ou wrote: It use the NIC valid default RSS key instead of the testpmd dummy RSS key in the flow configuration when the RSS key is not specified in the flow rule. If the NIC RSS key is invalid, it will use testpmd dummy RSS key as the default key. Can you please descr

[dpdk-dev] [PATCH v3 00/18] add max SIMD bitwidth to EAL

2020-09-30 Thread Ciara Power
A number of components in DPDK have optional AVX-512 or other vector code paths which can be selected at runtime. Rather than having each component provide its own mechanism to select a code path, this patchset adds support for a single setting to control what code paths are used. This can be used

[dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-09-30 Thread Ciara Power
This patch adds a max SIMD bitwidth EAL configuration. The API allows for an app to set this value. It can also be set using EAL argument --force-max-simd-bitwidth, which will lock the value and override any modifications made by the app. Signed-off-by: Ciara Power --- v3: - Added enum value t

[dpdk-dev] [PATCH v3 02/18] eal: add default SIMD bitwidth values

2020-09-30 Thread Ciara Power
Each arch has a define for the default SIMD bitwidth value, this is used on EAL init to set the config max SIMD bitwidth. Cc: Ruifeng Wang Cc: Jerin Jacob Cc: Honnappa Nagarahalli Cc: David Christensen Signed-off-by: Ciara Power --- v3: - Removed unnecessary define in generic rte_vect.h

[dpdk-dev] [PATCH v3 03/18] doc: add detail on using max SIMD bitwidth

2020-09-30 Thread Ciara Power
This patch adds documentation on the usage of the max SIMD bitwidth EAL setting, and how to use it to enable AVX-512 at runtime. Cc: Anatoly Burakov Cc: John McNamara Cc: Marko Kovacevic Signed-off-by: Ciara Power --- v3: - Added enum value for disabling use of max SIMD to doc. - Added e

[dpdk-dev] [PATCH v3 05/18] net/axgbe: add checks for max SIMD bitwidth

2020-09-30 Thread Ciara Power
When choosing a vector path to take, an extra condition must be satisfied to ensure the max SIMD bitwidth allows for the CPU enabled path. Cc: Somalapuram Amaranath Signed-off-by: Ciara Power --- drivers/net/axgbe/axgbe_rxtx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[dpdk-dev] [PATCH v3 04/18] net/i40e: add checks for max SIMD bitwidth

2020-09-30 Thread Ciara Power
When choosing a vector path to take, an extra condition must be satisfied to ensure the max SIMD bitwidth allows for the CPU enabled path. Cc: Beilei Xing Cc: Jeff Guo Signed-off-by: Ciara Power --- drivers/net/i40e/i40e_rxtx.c | 19 +-- 1 file changed, 13 insertions(+), 6 del

[dpdk-dev] [PATCH v3 07/18] net/enic: add checks for max SIMD bitwidth

2020-09-30 Thread Ciara Power
When choosing a vector path to take, an extra condition must be satisfied to ensure the max SIMD bitwidth allows for the CPU enabled path. Cc: John Daley Cc: Hyong Youb Kim Acked-by: Hyong Youb Kim Signed-off-by: Ciara Power --- drivers/net/enic/enic_rxtx_vec_avx2.c | 3 ++- 1 file changed,

[dpdk-dev] [PATCH v3 06/18] net/bnxt: add checks for max SIMD bitwidth

2020-09-30 Thread Ciara Power
When choosing a vector path to take, an extra condition must be satisfied to ensure the max SIMD bitwidth allows for the CPU enabled path. Cc: Ajit Khaparde Cc: Somnath Kotur Signed-off-by: Ciara Power --- drivers/net/bnxt/bnxt_ethdev.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions

[dpdk-dev] [PATCH v3 09/18] net/iavf: add checks for max SIMD bitwidth

2020-09-30 Thread Ciara Power
When choosing a vector path to take, an extra condition must be satisfied to ensure the max SIMD bitwidth allows for the CPU enabled path. Cc: Jingjing Wu Cc: Beilei Xing Signed-off-by: Ciara Power --- drivers/net/iavf/iavf_rxtx.c | 16 ++-- 1 file changed, 10 insertions(+), 6 del

[dpdk-dev] [PATCH v3 08/18] net/fm10k: add checks for max SIMD bitwidth

2020-09-30 Thread Ciara Power
When choosing a vector path to take, an extra condition must be satisfied to ensure the max SIMD bitwidth allows for the CPU enabled path. Cc: Qi Zhang Cc: Xiao Wang Signed-off-by: Ciara Power --- drivers/net/fm10k/fm10k_ethdev.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(

[dpdk-dev] [PATCH v3 10/18] net/ice: add checks for max SIMD bitwidth

2020-09-30 Thread Ciara Power
When choosing a vector path to take, an extra condition must be satisfied to ensure the max SIMD bitwidth allows for the CPU enabled path. Cc: Qiming Yang Cc: Qi Zhang Signed-off-by: Ciara Power --- drivers/net/ice/ice_rxtx.c | 20 ++-- 1 file changed, 14 insertions(+), 6 dele

[dpdk-dev] [PATCH v3 11/18] net/ixgbe: add checks for max SIMD bitwidth

2020-09-30 Thread Ciara Power
When choosing a vector path to take, an extra condition must be satisfied to ensure the max SIMD bitwidth allows for the CPU enabled path. Cc: Wei Zhao Cc: Jeff Guo Signed-off-by: Ciara Power --- drivers/net/ixgbe/ixgbe_rxtx.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff

[dpdk-dev] [PATCH v3 12/18] net/mlx5: add checks for max SIMD bitwidth

2020-09-30 Thread Ciara Power
When choosing a vector path to take, an extra condition must be satisfied to ensure the max SIMD bitwidth allows for the CPU enabled path. Cc: Matan Azrad Cc: Shahaf Shuler Cc: Viacheslav Ovsiienko Signed-off-by: Ciara Power --- v2: Moved check for max bitwidth into existing check vec su

[dpdk-dev] [PATCH v3 13/18] net/virtio: add checks for max SIMD bitwidth

2020-09-30 Thread Ciara Power
When choosing a vector path to take, an extra condition must be satisfied to ensure the max SIMD bitwidth allows for the CPU enabled path. Cc: Maxime Coquelin Cc: Chenbo Xia Cc: Zhihong Wang Signed-off-by: Ciara Power --- v3: Moved max SIMD bitwidth check to configure function with other vec

[dpdk-dev] [PATCH v3 14/18] distributor: add checks for max SIMD bitwidth

2020-09-30 Thread Ciara Power
When choosing a vector path to take, an extra condition must be satisfied to ensure the max SIMD bitwidth allows for the CPU enabled path. Cc: David Hunt Signed-off-by: Ciara Power --- lib/librte_distributor/rte_distributor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[dpdk-dev] [PATCH v3 15/18] member: add checks for max SIMD bitwidth

2020-09-30 Thread Ciara Power
When choosing a vector path to take, an extra condition must be satisfied to ensure the max SIMD bitwidth allows for the CPU enabled path. Cc: Yipeng Wang Cc: Sameh Gobriel Signed-off-by: Ciara Power --- lib/librte_member/rte_member_ht.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[dpdk-dev] [PATCH v3 16/18] efd: add checks for max SIMD bitwidth

2020-09-30 Thread Ciara Power
When choosing a vector path to take, an extra condition must be satisfied to ensure the max SIMD bitwidth allows for the CPU enabled path. Cc: Byron Marohn Cc: Yipeng Wang Signed-off-by: Ciara Power --- lib/librte_efd/rte_efd.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) dif

[dpdk-dev] [PATCH v3 18/18] lpm: choose vector path at runtime

2020-09-30 Thread Ciara Power
When choosing the vector path, max SIMD bitwidth is now checked to ensure a vector path is allowable. To do this, rather than the vector lookup functions being called directly from apps, a generic lookup function is called which will call the vector functions if suitable. Signed-off-by: Ciara Powe

[dpdk-dev] [PATCH v3 17/18] net: add checks for max SIMD bitwidth

2020-09-30 Thread Ciara Power
When choosing a vector path to take, an extra condition must be satisfied to ensure the max SIMD bitwidth allows for the CPU enabled path. The vector path was initially chosen in RTE_INIT, however this is no longer suitable as we cannot check the max SIMD bitwidth at that time. The default chosen

Re: [dpdk-dev] [PATCH v4] RSS key use with testpmd

2020-09-30 Thread Ferruh Yigit
On 9/24/2020 2:45 PM, Lijun Ou wrote: Consider the follow usage with testpmd: 1. first, startup testpmd: testpmd> show port 0 rss-hash key RSS functions: all ipv4-frag ipv4-other ipv6-frag ipv6-other ip RSS key: 6D5A56DA255B0EC24167253D43A38FB0D0CA2BCBAE7B30B477CB2DA38030F 20C6A42B73BBEAC01FA 2

Re: [dpdk-dev] [PATCH v3 05/18] net/axgbe: add checks for max SIMD bitwidth

2020-09-30 Thread Somalapuram, Amaranath
-Original Message- From: Ciara Power Sent: Wednesday, September 30, 2020 6:34 PM To: dev@dpdk.org Cc: Ciara Power ; Somalapuram, Amaranath Subject: [PATCH v3 05/18] net/axgbe: add checks for max SIMD bitwidth [CAUTION: External Email] When choosing a vector path to take, an extra cond

Re: [dpdk-dev] [PATCH v4] app/testpmd: fix the default RSS key configuration

2020-09-30 Thread Ferruh Yigit
On 9/24/2020 2:45 PM, Lijun Ou wrote: It use the NIC valid default RSS key instead of the testpmd dummy RSS key in the flow configuration when the RSS key is not specified in the flow rule. If the NIC RSS key is invalid, it will use testpmd dummy RSS key as the default key. Fixes: ac8d22de2394 (

Re: [dpdk-dev] [PATCH v3 18/18] lpm: choose vector path at runtime

2020-09-30 Thread Medvedkin, Vladimir
Hi Ciara, On 30/09/2020 14:04, Ciara Power wrote: When choosing the vector path, max SIMD bitwidth is now checked to ensure a vector path is allowable. To do this, rather than the vector lookup functions being called directly from apps, a generic lookup function is called which will call the ve

Re: [dpdk-dev] [PATCH v4] net/mlx5: relaxed ordering for multi-packet RQ buffer refcnt

2020-09-30 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Phil Yang > Sent: Thursday, September 3, 2020 5:53 AM > To: akozy...@mellanox.com; rasl...@mellanox.com; dev@dpdk.org > Cc: honnappa.nagaraha...@arm.com; phil.y...@arm.com; > ma...@mellanox.com; Shahaf Shuler ; > viachesl...@mellanox.com; n...@arm.com > Su

[dpdk-dev] [PATCH 00/10] support match on L3 fragmented packets

2020-09-30 Thread Dekel Peled
This series implements support of matching on packets based on the fragmentation attribute of the packet, i.e. if packet is a fragment of a larger packet, or the opposite - packet is not a fragment. In ethdev, add API to support IPv6 extension headers, and specifically the IPv6 fragment extension

[dpdk-dev] [PATCH 01/10] ethdev: add extensions attributes to IPv6 item

2020-09-30 Thread Dekel Peled
Using the current implementation of DPDK, an application cannot match on IPv6 packets, based on the existing extension headers, in a simple way. Field 'Next Header' in IPv6 header indicates type of the first extension header only. Following extension headers can't be identified by inspecting the I

[dpdk-dev] [PATCH 02/10] ethdev: add IPv6 fragment extension header item

2020-09-30 Thread Dekel Peled
Applications handling fragmented IPv6 packets need to match on IPv6 fragment extension header, in order to identify the fragments order and location in the packet. This patch introduces the IPv6 fragment extension header item, proposed in [1]. Relevant definitions are moved from lib/librte_ip_frag

[dpdk-dev] [PATCH 03/10] app/testpmd: support IPv4 fragments

2020-09-30 Thread Dekel Peled
This patch updates testpmd CLI to support fragment_offset field of IPv4 header item. To match on non-fragmented IPv4 packets, need to use pattern: ... ipv4 fragment_offset spec 0 fragment_offset mask 0x3fff ... To match on fragmented IPv4 packets, need to use pattern: ... ipv4 fragment_offset spec

[dpdk-dev] [PATCH 04/10] app/testpmd: support IPv6 fragments

2020-09-30 Thread Dekel Peled
rte_flow update, following RFC [1], introduced frag_ext_exist field for IPv6 header item, used to indicate match on fragmented/non-fragmented packets. This patch updates testpmd CLI to support the new field. To match on non-fragmented IPv6 packets, need to use pattern: ... ipv6 frag_ext_exist spec

[dpdk-dev] [PATCH 05/10] app/testpmd: support IPv6 fragment extension item

2020-09-30 Thread Dekel Peled
rte_flow update, following RFC [1], added to ethdev the rte_flow item ipv6_frag_ext. This patch updates testpmd CLI to support the new item and its fields. To match on fragmented IPv6 packets, this item is added to pattern: ... ipv6 / ipv6_frag_ext ... [1] http://mails.dpdk.org/archives/dev/2020-

[dpdk-dev] [PATCH 06/10] net/mlx5: remove handling of ICMP fragmented packets

2020-09-30 Thread Dekel Peled
Commit [1] forced setting of match on 'frag' bit mask 1 and value 0. Previous patch in this series added support of match on fragmented and non-fragmented packets on L3 items, so this setting is now redundant. This patch removes the changes done in [1]. [1] commit 85407db9f60d ("net/mlx5: fix mat

[dpdk-dev] [PATCH 07/10] net/mlx5: support match on IPv4 fragment packets

2020-09-30 Thread Dekel Peled
This patch adds to MLX5 PMD the support of matching on IPv4 fragmented and non-fragmented packets, using the IPv4 header fragment_offset field. Signed-off-by: Dekel Peled --- drivers/net/mlx5/mlx5_flow.c | 48 drivers/net/mlx5/mlx5_flow.h | 10 +++ drivers/net/mlx5/mlx

[dpdk-dev] [PATCH 08/10] net/mlx5: support match on IPv6 fragment packets

2020-09-30 Thread Dekel Peled
This patch adds to MLX5 PMD the support of matching on IPv6 fragmented and non-fragmented packets, using the new field frag_ext_exist, added to rte_flow following RFC [1]. [1] https://mails.dpdk.org/archives/dev/2020-August/177257.html Signed-off-by: Dekel Peled --- drivers/net/mlx5/mlx5_flow_d

[dpdk-dev] [PATCH 09/10] net/mlx5: support match on IPv6 fragment ext. item

2020-09-30 Thread Dekel Peled
rte_flow update, following RFC [1], added to ethdev the rte_flow item ipv6_frag_ext. This patch adds to MLX5 PMD the option to match on this item type. [1] http://mails.dpdk.org/archives/dev/2020-March/160255.html Signed-off-by: Dekel Peled --- drivers/net/mlx5/mlx5_flow.h| 4 + drivers/n

[dpdk-dev] [PATCH 10/10] doc: update release notes for MLX5 L3 frag support

2020-09-30 Thread Dekel Peled
This patch updates 20.11 release notes with the changes included in patches of this series: 1) MLX5 support of matching on IPv4/IPv6 fragmented/non-fragmented packets. 2) ABI change in ethdev struct rte_flow_item_ipv6. Signed-off-by: Dekel Peled --- doc/guides/rel_notes/release_20_11.rst | 10

  1   2   3   >