Re: [dpdk-dev] crypto/qat: fix process type handling

2022-03-01 Thread David Marchand
On Mon, Feb 28, 2022 at 6:36 PM Kai Ji wrote: > > This patch fix the process type handling in QAT PMDs where > only primary and secondary process are supported in qat > build request > > Signed-off-by: Kai Ji > --- > drivers/crypto/qat/dev/qat_crypto_pmd_gen3.c | 3 +++ > drivers/crypto/qat/dev/

Re: [PATCH v2] app/testpmd: add help messages for multi-process

2022-03-01 Thread Thomas Monjalon
01/03/2022 04:39, Min Hu (Connor): > From: Huisong Li > > This patch adds help messages for multi-process. > > Fixes: a550baf24af9 ("app/testpmd: support multi-process") > Cc: sta...@dpdk.org > > Signed-off-by: Huisong Li > --- > v2: > * adjust the position of parameters. > --- > app/test-pmd

Re: [PATCH] app/testpmd: add help messages for multi-process

2022-03-01 Thread Thomas Monjalon
01/03/2022 04:41, Min Hu (Connor): > Hi, Thomas, > I have adjust the postions in v2. I think the new postion will > be OK. No, I think you just picked a random position. I expect more from a regular contributor like you.

RE: [EXT] [PATCH] test/crypto: remove mod exp smaller modulus cases

2022-03-01 Thread Kusztal, ArkadiuszX
Hi Anoob, > -Original Message- > From: Anoob Joseph > Sent: Wednesday, February 23, 2022 11:09 AM > To: Kusztal, ArkadiuszX > Cc: Akhil Goyal ; Zhang, Roy Fan > ; Umesh Kartha ; > Ramkumar Balu ; dev@dpdk.org > Subject: RE: [EXT] [PATCH] test/crypto: remove mod exp smaller modulus cases

RE: [PATCH v1] net/vhost: clear data of packet mbuf after sending pkts

2022-03-01 Thread Ling, WeiX
> -Original Message- > From: Yuying Zhang > Sent: Tuesday, March 1, 2022 3:28 PM > To: dev@dpdk.org; maxime.coque...@redhat.com; Xia, Chenbo > > Cc: Zhang, Yuying ; sta...@dpdk.org > Subject: [PATCH v1] net/vhost: clear data of packet mbuf after sending pkts > > The PMD frees a packet mb

Re: [PATCH v1] net/vhost: clear data of packet mbuf after sending pkts

2022-03-01 Thread David Marchand
On Tue, Mar 1, 2022 at 8:29 AM Yuying Zhang wrote: > > The PMD frees a packet mbuf back into its original mempool > after sending a packet. However, old data is not cleaned up > which causes error in payload of new packets. This patch clear > data of packet mbuf before freeing mbuf. This patch lo

[Bug 943] BUG: scheduling while atomic

2022-03-01 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=943 Bug ID: 943 Summary: BUG: scheduling while atomic Product: DPDK Version: 21.11 Hardware: All OS: Linux Status: UNCONFIRMED Severity: critical Priority: N

[PATCH v1] raw/ifpga: fix monitor thread issues

2022-03-01 Thread Wei Huang
Monitor thread handles graceful shutdown according to the value of specific sensors in device, two issues are found below. 1. Thread is not created when card is probed. 2. Thread is canceled without checking presence of other cards. To fix them, thread is created in pci device probe function, a ref

[PATCH v3 1/1] ethdev: mtr: support input color selection

2022-03-01 Thread skori
From: Jerin Jacob Currently, meter object supports only DSCP based on input color table, The patch enhance that to support VLAN based input color table, color table based on inner field for the tunnel use case, and support for fallback color per meter if packet based on a different field. All of

[PATCH v1 1/3] common/cnxk: update precolor table setup for VLAN

2022-03-01 Thread skori
From: Sunil Kumar Kori As per new spec in DPDK, VLAN priority is supported for precoloring of input packet. Signed-off-by: Sunil Kumar Kori --- drivers/common/cnxk/roc_nix.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/common/cnxk/roc_nix.h b/drivers/common/cnxk/roc_nix.h

[PATCH v1 2/3] net/cnxk: support ops to update precolor VLAN table

2022-03-01 Thread skori
From: Sunil Kumar Kori Implement API to update VLAN table for pre-coloring for incoming packet per nixlf for CN10K platform. Signed-off-by: Sunil Kumar Kori --- drivers/net/cnxk/cnxk_ethdev.h | 2 +- drivers/net/cnxk/cnxk_ethdev_mtr.c | 214 + 2 files changed,

[PATCH v1 3/3] app/testpmd: support different input color method

2022-03-01 Thread skori
From: Sunil Kumar Kori Support for input coloring is added based on VLAN. Patch adds support for the same. Signed-off-by: Sunil Kumar Kori --- app/test-pmd/cmdline.c | 1 + app/test-pmd/cmdline_mtr.c | 348 - app/test-pmd/cmdline_mtr.h | 1 + 3 files

RE: [PATCH v1] net/vhost: clear data of packet mbuf after sending pkts

2022-03-01 Thread Zhang, Yuying
Hi Marchand, > -Original Message- > From: David Marchand > Sent: Tuesday, March 1, 2022 4:44 PM > To: Zhang, Yuying > Cc: dev ; Maxime Coquelin ; > Xia, Chenbo ; dpdk stable > Subject: Re: [PATCH v1] net/vhost: clear data of packet mbuf after sending > pkts > > On Tue, Mar 1, 2022 at

[Bug 944] [dpdk 22.03-rc2] inline_ipsec/test_Ipsec_Encryption_Rss: run dpdk-ipsec-secgw with assigned parameter fail

2022-03-01 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=944 Bug ID: 944 Summary: [dpdk 22.03-rc2] inline_ipsec/test_Ipsec_Encryption_Rss: run dpdk-ipsec-secgw with assigned parameter fail Product: DPDK Version: unspecified

RE: [DPDK] /lib/eal: fix failed to stop device monitor error

2022-03-01 Thread Wu, WenxuanX
Let's start a talk about this patch. > -Original Message- > From: Thomas Monjalon > Sent: 2022年2月13日 19:30 > To: Wu, WenxuanX > Cc: Yang, Qiming ; Zhang, Qi Z > ; dev@dpdk.org; david.march...@redhat.com; > Harman Kalra > Subject: Re: [DPDK] /lib/eal: fix failed to stop device monitor er

Re: [PATCH v1] net/vhost: clear data of packet mbuf after sending pkts

2022-03-01 Thread David Marchand
On Tue, Mar 1, 2022 at 10:02 AM Zhang, Yuying wrote: > > -Original Message- > > From: David Marchand > > Sent: Tuesday, March 1, 2022 4:44 PM > > To: Zhang, Yuying > > Cc: dev ; Maxime Coquelin ; > > Xia, Chenbo ; dpdk stable > > Subject: Re: [PATCH v1] net/vhost: clear data of packet m

[PATCH v2] ci: remove outdated default versions for ABI check

2022-03-01 Thread Thomas Monjalon
The variables REF_GIT_TAG and LIBABIGAIL_VERSION are set in the CI configuration like .travis.yml or .github/workflows/build.yml. The default values are outdated and probably unused. The default values are removed completely to avoid forgetting an update in future. The use of the variables is quo

Re: [DPDK] /lib/eal: fix failed to stop device monitor error

2022-03-01 Thread David Marchand
Hello, The title should start with eal/linux: On Fri, Feb 11, 2022 at 10:01 AM wrote: > > From: Wenxuan Wu > > The ret value in rte_dev_event_monitor_stop stands for whether the > monitor has been successfully closed ,and should not bind with > rte_intr_callback_unregister,so once it goes to t

[PATCH v2] ci: remove redundant drivers enabling

2022-03-01 Thread Thomas Monjalon
No need to explicitly enable drivers bus/vdev and mempool/ring. bus/vdev is always enabled since commit 2e33309ebe03 ("config: enable/disable drivers in Arm builds") mempool/ring is always enabled since commit 81c2337e044d ("build: make ring mempool driver mandatory") The driver net/null is kept

Re: [PATCH v2] ci: remove outdated default versions for ABI check

2022-03-01 Thread David Marchand
On Tue, Mar 1, 2022 at 10:57 AM Thomas Monjalon wrote: > > The variables REF_GIT_TAG and LIBABIGAIL_VERSION are set > in the CI configuration like .travis.yml or .github/workflows/build.yml. > The default values are outdated and probably unused. > > The default values are removed completely > to a

[PATCH] net/mlx5: fix MPLS/GRE Verbs spec ordering

2022-03-01 Thread Dariusz Sosnowski
When using Verbs flow engine to create flows, GRE Verbs spec was put at the end of specs list. This created problems for flows matching MPLSoGRE packets. In generated specs list MPLS spec was put before GRE spec, but Verbs API requires that MPLS spec must be put in its exact location in protocol st

Re: [PATCH 4/6] net/hns3: fix the time waiting for PF reset completion

2022-03-01 Thread Ferruh Yigit
On 3/1/2022 6:32 AM, Min Hu (Connor) wrote: Hi, Ferruh, 在 2022/3/1 1:09, Ferruh Yigit 写道: On 2/28/2022 3:21 AM, Min Hu (Connor) wrote: @@ -1895,12 +1896,14 @@ hns3vf_wait_hardware_ready(struct hns3_adapter *hns)   return 0;   wait_data->check_completion = NULL; -    wai

RE: [EXT] [PATCH v3 1/1] ethdev: mtr: support input color selection

2022-03-01 Thread Sunil Kumar Kori
Corresponding driver implementation is available at http://patches.dpdk.org/project/dpdk/patch/20220301090056.1042866-1-sk...@marvell.com/. Also CLI is added to testpmd for below API and available at http://patches.dpdk.org/project/dpdk/patch/20220301090056.1042866-3-sk...@marvell.com/ > -

RE: [dpdk-dev] crypto/qat: fix process type handling

2022-03-01 Thread Ji, Kai
Hi > This is not supposed to happen after rte_eal_init() is called. > > I have a doubt on Windows init because I can't see where > rte_config.process_type is initialised. > Are you seeing this issue on Windows? > > In any case, the commitlog needs more explanation. > > > -- > David Marchand

[PATCH] bus/pci: enhance driver pointer documentation

2022-03-01 Thread David Marchand
Setting driver pointer before mapping required for write combining support since commit 4a928ef9f611 ("bus/pci: enable write combining during mapping"). Move comments that got separated after different changes. Also change the condition relying on dev->driver itself. Signed-off-by: David Marchand

RE: release candidate 22.03-rc2

2022-03-01 Thread Jiang, YuX
> -Original Message- > From: Thomas Monjalon > Sent: Monday, February 28, 2022 5:02 AM > To: annou...@dpdk.org > Subject: release candidate 22.03-rc2 > > A new DPDK release candidate is ready for testing: > https://git.dpdk.org/dpdk/tag/?id=v22.03-rc2 > > There are 306 new patches in

Re: [PATCH v2] ci: remove redundant drivers enabling

2022-03-01 Thread David Marchand
On Tue, Mar 1, 2022 at 11:05 AM Thomas Monjalon wrote: > > No need to explicitly enable drivers bus/vdev and mempool/ring. > > bus/vdev is always enabled since > commit 2e33309ebe03 ("config: enable/disable drivers in Arm builds") > > mempool/ring is always enabled since > commit 81c2337e044d ("bu

[PATCH v1 2/2] gpudev: use page_size in comm_list creation

2022-03-01 Thread eagostini
From: Elena Agostini Memory allocated for CPU mapping the status flag in the communication list should be aligned to the GPU page size. Signed-off-by: Elena Agostini --- lib/gpudev/gpudev.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/gpudev/gpudev.c b/lib/gp

[PATCH v1 1/2] gpudev: add GPU page_size to info

2022-03-01 Thread eagostini
From: Elena Agostini Page alignment on the GPU can be different from the CPU page alignment. Signed-off-by: Elena Agostini --- drivers/gpu/cuda/cuda.c | 4 lib/gpudev/rte_gpudev.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/drivers/gpu/cuda/cuda.c b/drivers/gpu/cuda/cuda.c inde

RE: [PATCH v4] net/ice: improve performance of RX timestamp offload

2022-03-01 Thread Zhang, Qi Z
> -Original Message- > From: Wu, Wenjun1 > Sent: Monday, February 28, 2022 3:36 PM > To: dev@dpdk.org; Zhang, Qi Z ; Yang, Qiming > > Cc: Van Haaren, Harry ; Su, Simei > ; Wu, Wenjun1 > Subject: [PATCH v4] net/ice: improve performance of RX timestamp offload > > Previously, each time

[PATCH v2] common/mlx5: fix missing default devargs initialization

2022-03-01 Thread Michael Baum
Device arguments list is provided along with its identifier as part of EAL arguments. The arguments specified in the list are taken from it, and the rest is initialized to the default values. When no list is provided at all, all arguments should have been initialized to their default values. Howev

RE: [PATCH v4 1/3] net/ixgbe: Fix ixgbe_is_sfp() to return valid result for X550EM_a devs

2022-03-01 Thread Zhang, Qi Z
> -Original Message- > From: Wang, Haiyue > Sent: Tuesday, March 1, 2022 1:57 PM > To: Daly, Jeff ; dev@dpdk.org > Cc: Stephen Douthit ; sta...@dpdk.org; Lu, > Wenzhuo > Subject: RE: [PATCH v4 1/3] net/ixgbe: Fix ixgbe_is_sfp() to return valid > result > for X550EM_a devs > > >

RE: [PATCH v2] net/iavf: add NAT-T / UDP encapsulation support

2022-03-01 Thread Zhang, Qi Z
> -Original Message- > From: Nicolau, Radu > Sent: Monday, February 28, 2022 11:00 PM > To: Wu, Jingjing ; Xing, Beilei > Cc: dev@dpdk.org; Zhang, Qi Z ; Yigit, Ferruh > ; Nicolau, Radu ; > sta...@dpdk.org > Subject: [PATCH v2] net/iavf: add NAT-T / UDP encapsulation support > > Add s

RE: [PATCH v1] net/iavf: fix function pointer in multi-process

2022-03-01 Thread Zhang, Qi Z
> -Original Message- > From: Steve Yang > Sent: Monday, February 28, 2022 5:49 PM > To: dev@dpdk.org > Cc: Wu, Jingjing ; Xing, Beilei > ; Yang, Qiming ; Yang, > SteveX ; sta...@dpdk.org > Subject: [PATCH v1] net/iavf: fix function pointer in multi-process > > This patch uses the index

[PATCH] gpu/cuda: missing slash in libcuda.so path

2022-03-01 Thread eagostini
From: Elena Agostini Signed-off-by: Elena Agostini --- drivers/gpu/cuda/cuda.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/cuda/cuda.c b/drivers/gpu/cuda/cuda.c index 2f8c4684ce..8505d39d64 100644 --- a/drivers/gpu/cuda/cuda.c +++ b/drivers/gpu/cuda/cuda.c @@

[PATCH] app/testpmd: register metadata dynfield on modify field

2022-03-01 Thread Dariusz Sosnowski
This patch adds implicit registration of metadata dynamic field and flag whenever a modify_field action with META as source and/or destination field is used. Signed-off-by: Dariusz Sosnowski Reviewed-by: Viacheslav Ovsiienko --- app/test-pmd/cmdline_flow.c | 11 +-- 1 file changed, 9 in

RE: [PATCH] net/iavf: remove extra check in iavf vector Tx

2022-03-01 Thread Zhang, Qi Z
> -Original Message- > From: Kathleen Capella > Sent: Wednesday, February 23, 2022 6:48 AM > To: Richardson, Bruce ; Ananyev, Konstantin > ; Wu, Jingjing ; > Xing, Beilei > Cc: dev@dpdk.org; n...@arm.com; honnappa.nagaraha...@arm.com; Kathleen > Capella > Subject: [PATCH] net/iavf: re

[PATCH v2 0/3] net/mlx5: fix link state detection

2022-03-01 Thread Dmitry Kozlyuk
This patchset fixes two related issues: * In rare occasions with any HW link state change to UP was missed. * If a port was DOWN before startup, its netdev would come UP, but appear DOWN in DPDK (especially probable with ConnectX-4). v2: fix not detecting the link up when it was up before the ap

[PATCH v2 1/3] common/mlx5: add Netlink event helpers

2022-03-01 Thread Dmitry Kozlyuk
Introduce mlx5_nl_read_events() to read Netlink events (technically, messages) from a socket that was configured to listen for them via a new mlx5_nl_init() parameter. Add mlx5_nl_parse_link_status_update() helper to extract information from link-related events. This patch is a shared base for late

[PATCH v2 2/3] net/mlx5: fix link status change detection

2022-03-01 Thread Dmitry Kozlyuk
Sometimes net/mlx5 devices did not detect link status change to "up". Each shared device was monitoring IBV_EVENT_PORT_{ACTIVE,ERR} and queried the link status upon receiving the event. IBV_EVENT_PORT_ACTIVE is delivered when the logical link status (UP flag) is set, but the physical link status (

[PATCH v2 3/3] net/mlx5: fix initial link status detection

2022-03-01 Thread Dmitry Kozlyuk
Link status change takes time that depends on the HW and the kernel. It was checked immediately after the change was issued at probing. If the port had beed down before probing, a "down" state may be read, while the port would be "up" imminently. After that, DPDK reported the port as "down" mistake

[PATCH] doc: fix typos and punctuation in flow API guide

2022-03-01 Thread Ali Alnubani
This fixes typos and punctuation in the rte flow API guide. Fixes: 2f82d143fb31 ("ethdev: add group jump action") Fixes: 4d73b6fb9907 ("doc: add generic flow API guide") Cc: sta...@dpdk.org Signed-off-by: Ali Alnubani --- doc/guides/prog_guide/rte_flow.rst | 6 +++--- 1 file changed, 3 insertio

[PATCH] net/mlx5: fix flex item header length translation

2022-03-01 Thread Gregory Etelson
Flex item API provides support for network header with a fixed and variable lengths. When PMD compiles a new flex item object configuration it converts RTE parameters into matching PMD PARSE_GRAPH parameters and checks the parameter values against port capabilities. Current implementation mismatch

Re: release candidate 22.03-rc2

2022-03-01 Thread Thomas Monjalon
Adding authors and reviewers of failing patches. Rakesh, Jerin, Alexander, Ori, please check below bugs. 01/03/2022 11:56, Jiang, YuX: > Update some new bugzilla bugs for 22.03-rc2, please help to fix. Thanks all. > https://bugs.dpdk.org/show_bug.cgi?id=939 [dpdk 22.03-rc2] > drivers/net/cnxk/cn

Re: [dpdk-dev] [PATCH 2/3] net/bnxt: fix ver get HWRM command

2022-03-01 Thread David Marchand
Hello, On Thu, Mar 4, 2021 at 9:45 AM Kalesh A P wrote: > > From: Kalesh AP > > Fix HWRM_VER_GET command to handle DEV_NOT_RDY state. > > Driver should fail probe if the device is not ready. > Conversely, the HWRM_VER_GET poll after reset can safely > retry until the existing timeout is exceeded

[PATCH] net/iavf: fix AES-GMAC IV size

2022-03-01 Thread Radu Nicolau
Fix AES-GMAC size, set it to the required value, unlike lookaside where it also includes salt length. Fixes: 6bc987ecb860 ("net/iavf: support IPsec inline crypto") Cc: sta...@dpdk.org Signed-off-by: Radu Nicolau --- drivers/net/iavf/iavf_ipsec_crypto.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH] compressdev: fix size of socket ID in device data struct

2022-03-01 Thread Raja Zidane
Socket ID is used and interpreted as integer, one of the possible values for socket id is -1 (SOCKET_ID_ANY). here socket_id is defined as unsigned 8 bit integer, so when putting -1, it is interpreted as 255, which causes allocation errors when trying to allocate from socket_id (255). change socke

[PATCH] crypto/qat: fix smaller modulus cases for mod exp

2022-03-01 Thread Arek Kusztal
This patches fixes not working cases when modulus is smaller than other arguments. Fixes: 109755f0a427 ("crypto/qat: refactor asymmetric crypto functions") Signed-off-by: Arek Kusztal --- drivers/common/qat/qat_adf/qat_pke.h | 24 +++- drivers/crypto/qat/qat_asym.c|

RE: release candidate 22.03-rc2

2022-03-01 Thread Alexander Kozyrev
I'm working on fixing Bug 941 - will issue patch for this shortly. But Bug 944 is wrongly attributed to my commit in this email. Adding Volodymyr as his commit is actually listed in the bug. > -Original Message- > From: Thomas Monjalon > Sent: Tuesday, March 1, 2022 7:36 > To: Rakesh Kudu

[PATCH v6 0/2] Add config file support for l3fwd

2022-03-01 Thread Sean Morrissey
This patchset introduces config file support for l3fwd and its lookup methods LPM, FIB, and EM, similar to that of l3fwd-acl. This allows for route rules to be defined in configuration files and edited there instead of in each of the lookup methods hardcoded route tables. V6: * Move config file pa

[PATCH v6 1/2] examples/l3fwd: add config file support for LPM/FIB

2022-03-01 Thread Sean Morrissey
Add support to define ipv4 and ipv6 forwarding tables from reading from a config file for LPM and FIB, with format similar to l3fwd-acl one. Users can now use the default hardcoded route tables or optionally config files. Default config files have been provided for use with LPM and FIB. Signed-of

[PATCH v6 2/2] examples/l3fwd: add config file support for EM

2022-03-01 Thread Sean Morrissey
Add support to define ipv4 and ipv6 forwarding tables from reading from a config file for EM with a format similar to l3fwd-acl one. Users can now use the default hardcoded route tables or optionally config files for 'l3fwd_em'. Default config files have been provided for use with EM. Related l3f

[PATCH] examples/vm_power: replace list foreach with while loop

2022-03-01 Thread Shibin Koikkara Reeny
Linux header files don't support LIST_FOREACH_SAFE so replacing LIST_FOREACH with while loop. Fixes: e8ae9b662506 ("examples/vm_power: channel manager and monitor in host") Cc: alan.ca...@intel.com Cc: sta...@dpdk.org Signed-off-by: Shibin Koikkara Reeny --- examples/vm_power_manager/channel_ma

[dpdk-dev v2] crypto/qat: fix process type handling

2022-03-01 Thread Kai Ji
This patch fix the memory corruptions issue reported by coverity. The process type handling in QAT PMDs where only primary and secondary process are supported in qat build request. Coverity issue: 376551, 376570, 376534 Fixes: b62d00d0d247 ("crypto/qat: rework burst data path") Signed-off-by: Kai

RE: [EXT] [PATCH] test/crypto: remove mod exp smaller modulus cases

2022-03-01 Thread Kusztal, ArkadiuszX
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Tuesday, March 1, 2022 9:38 AM > To: Anoob Joseph > Cc: Akhil Goyal ; Zhang, Roy Fan > ; Umesh Kartha ; > Ramkumar Balu ; dev@dpdk.org > Subject: RE: [EXT] [PATCH] test/crypto: remove mod exp smaller modulus cases > > Hi Anoob, >

[PATCH 1/2] net/mlx5: fix next protocol RSS expansion

2022-03-01 Thread Gregory Etelson
RSS expansion scheme has 2 operational modes: default and specific. The default mode expands into all valid options for a given network layer. For example, Ethernet expands by default into VLAN, IPv4 and IPv6, L3 expands into TCP and UDP, etc. The specific mode expands according to flow item next p

[PATCH 2/2] net/mlx5: fix INET IPIP protocol type

2022-03-01 Thread Gregory Etelson
Fix typo in INET IPIP protocol macro. Cc: sta...@dpdk.org Fixes: f3f1f576f438 ("net/mlx5: fix RSS expansion with explicit next protocol") Signed-off-by: Gregory Etelson Acked-by: Matan Azrad --- drivers/net/mlx5/mlx5_flow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dr

[PATCH 1/2] devtools: remove event/dlb exception in ABI check

2022-03-01 Thread David Marchand
The event/dlb driver exception can be removed, as this rule made sense for changes in DPDK_21 ABI and is obsolete for DPDK_22. Fixes: fdab8f2e1749 ("version: 21.11-rc0") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- devtools/check-abi.sh | 4 1 file changed, 4 deletions(-) diff --

[PATCH 2/2] devtools: use libabigail rule for mlx glue drivers

2022-03-01 Thread David Marchand
Convert the existing exception in the ABI script into a libabigail suppression rule. Note: file_name_regexp could be used to achive the same with versions of libabigail < 1.7 but soname_regexp has been preferred here since it is already used with a recent change on common/mlx5. While at it, fix i

Re: [Bug 943] BUG: scheduling while atomic

2022-03-01 Thread Stephen Hemminger
On Tue, 01 Mar 2022 08:44:48 + bugzi...@dpdk.org wrote: > https://bugs.dpdk.org/show_bug.cgi?id=943 > > Bug ID: 943 >Summary: BUG: scheduling while atomic >Product: DPDK >Version: 21.11 > Hardware: All > OS: Linux >

Re: [PATCH v1] net/vhost: clear data of packet mbuf after sending pkts

2022-03-01 Thread Stephen Hemminger
On Tue, 1 Mar 2022 10:47:32 +0100 David Marchand wrote: > On Tue, Mar 1, 2022 at 10:02 AM Zhang, Yuying wrote: > > > -Original Message- > > > From: David Marchand > > > Sent: Tuesday, March 1, 2022 4:44 PM > > > To: Zhang, Yuying > > > Cc: dev ; Maxime Coquelin ; > > > Xia, Chenbo ; dp

Re: [PATCH v3] sched: remove useless malloc in pie data init

2022-03-01 Thread Stephen Hemminger
On Tue, 1 Mar 2022 14:07:56 +0800 Weiguo Li wrote: > 'rte_pie_rt_data_init(NULL)' is not expected, and it's ought to > fail when this happen. The malloc inside the function didn't work. > So remove the malloc otherwise will lead to a memory leak. > > Fixes: 44c730b0e37971 ("sched: add PIE based

RE: [PATCH v3 1/1] ethdev: mtr: support input color selection

2022-03-01 Thread Dumitrescu, Cristian
HI Jerin, Thanks for your patch! I think we are making great progress, here are a few more comments: > +/** > + * Input color method > + */ > +enum rte_mtr_input_color_method { We should clean up the names of these methods a bit: we should not mix header names (VLAN, IP) with header field n

MTU and frame size filtering inaccuracy

2022-03-01 Thread Ferruh Yigit
Hi all, There is a problem in MTU setting in DPDK. In 'rte_eth_dev_configure()'and 'rte_eth_dev_set_mtu()', MTU is converted to frame size. Since L2 protocol header size changes based on what HW supports, L2 overhead information get from PMD, but this still doesn't solve the issue. PMD reports

RE: [PATCH v3] sched: remove useless malloc in pie data init

2022-03-01 Thread Dumitrescu, Cristian
> -Original Message- > From: Stephen Hemminger > Sent: Tuesday, March 1, 2022 5:08 PM > To: Weiguo Li > Cc: Dumitrescu, Cristian ; Singh, Jasvinder > ; wojciechx.liguzin...@intel.com; dev@dpdk.org > Subject: Re: [PATCH v3] sched: remove useless malloc in pie data init > > On Tue, 1 M

[PATCH v4] sched: remove useless malloc in pie data init

2022-03-01 Thread Weiguo Li
'rte_pie_rt_data_init(NULL)' is not expected, and it's ought to fail when this happen. The malloc inside the function didn't work. So remove the malloc otherwise will lead to a memory leak. Fixes: 44c730b0e37971 ("sched: add PIE based congestion management") Signed-off-by: Weiguo Li Acked-by: St

[PATCH 0/2] app/testpmd: external RxQ tests

2022-03-01 Thread Michael Baum
Recently [1] mlx5 PMD added support for external queues, in the following patches add internal tests for in in Testpmd application. [1] https://patchwork.dpdk.org/project/dpdk/cover/20220224232511.3238707-1-michae...@nvidia.com/ Michael Baum (2): app/testpmd: add test for remote PD and CTX a

[PATCH 1/2] app/testpmd: add test for remote PD and CTX

2022-03-01 Thread Michael Baum
Add mlx5 internal option in testpmd run-time function "port attach" to add another parameter named "mlx5_socket" for attaching port and add 2 devargs before. The arguments are "cmd_fd" and "pd_handle" using to import device created out of PMD. Testpmd application import it using IPC, and updates t

[PATCH 2/2] app/testpmd: add test for external RxQ

2022-03-01 Thread Michael Baum
Add mlx5 internal test for map and unmap external RxQs. This patch adds to Testpmd app a runtime function to test the mapping API. For insert mapping use this command: testpmd> port (port_id) ext_rxq map (rte_queue_id) (hw_queue_id) For insert mapping use this command: testpmd> port (port_i

[PATCH v5] sched: remove useless malloc in pie data init

2022-03-01 Thread Weiguo Li
'rte_pie_rt_data_init(NULL)' is not expected, and it's ought to fail when this happen. The malloc inside the function didn't work. So remove the malloc otherwise will lead to a memory leak. Fixes: 44c730b0e37971 ("sched: add PIE based congestion management") Signed-off-by: Weiguo Li Acked-by: St

RE: [PATCH v2 0/3] net/mlx5: fix link state detection

2022-03-01 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dmitry Kozlyuk > Sent: Tuesday, March 1, 2022 2:15 PM > To: dev@dpdk.org > Subject: [PATCH v2 0/3] net/mlx5: fix link state detection > > This patchset fixes two related issues: > * In rare occasions with any HW link state change to UP was missed. > * If

[PATCH] app/testpmd: fix flow creation parsing

2022-03-01 Thread Alexander Kozyrev
A pattern template creation shares the parsing mechanism with a simple flow creation. The pattern template creation only consists of pattern items while the flow creation continues with actions. The parsing mechanism now accommodates both cases and allows to stop at the item end token, which should

[PATCH 1/2] event/cnxk: fix incorrect mask length

2022-03-01 Thread pbhagavatula
From: Pavan Nikhilesh Fix incorrect mask used when clearing subevent type masking out useful data. Fixes: e239e0d3faf7 ("event/cnxk: add SSO HW device operations") Signed-off-by: Pavan Nikhilesh --- drivers/event/cnxk/cnxk_eventdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH 2/2] event/cnxk: fix incorrect Rx adapter config checks

2022-03-01 Thread pbhagavatula
From: Pavan Nikhilesh The rx_queue_flags should be checked against RTE_EVENT_ETH_RX_ADAPTER_QUEUE_FLOW_ID_VALID flag. Fixes: cb4bfd6e7bdf ("event/cnxk: support Rx adapter") Signed-off-by: Pavan Nikhilesh --- drivers/event/cnxk/cnxk_eventdev_adptr.c | 2 +- 1 file changed, 1 insertion(+), 1 de

[Bug 945] [DPDK. 22.03-rc2] net/mlx5 - Failed to import device for fd=0; Operation Not Supported

2022-03-01 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=945 Bug ID: 945 Summary: [DPDK. 22.03-rc2] net/mlx5 - Failed to import device for fd=0; Operation Not Supported Product: DPDK Version: unspecified Hardware: POWER OS: Li

[PATCH] net/mlx5: fix modify port action validation

2022-03-01 Thread Dmitry Kozlyuk
Certain flows containing a modify header action for an L4 port could be erroneously rejected as invalid, because this action was counted as consuming two HW actions, while it only requires one. Fixes: 72a944dba163 ("net/mlx5: fix header modify action validation") Cc: sta...@dpdk.org Signed-off-by

[PATCH v6 0/4] ice repr functions by DCF

2022-03-01 Thread Ke Zhang
This feature add some functions associated with representor: 1. DCF is able to configure the VLAN filter for VFs. 2. DCF is able to configure promiscuous mode for VFs 3. Add / Remove VF mac address 4. display VF stats; 5. reset VF stats Ke Zhang (3): net/ice: add support for display/reset stats

[PATCH v6 1/4] net/ice: add support for setting promisc by DCF

2022-03-01 Thread Ke Zhang
From: Yiding Zhou allow to enable/disable VFs promisc mode over VF0. this feature need to update ice kernel driver (newer than v1.8.0) Signed-off-by: Yiding Zhou Signed-off-by: Ke Zhang --- drivers/net/ice/ice_dcf_vf_representor.c | 56 +--- 1 file changed, 39 insertions(+

[PATCH v6 2/4] net/ice: add support for display/reset stats by DCF

2022-03-01 Thread Ke Zhang
allow to display/reset VFs stats over VF0. this feature need to update ice kernel driver (newer than v1.8.0) Signed-off-by: Ke Zhang --- drivers/net/ice/ice_dcf_vf_representor.c | 129 +++ 1 file changed, 129 insertions(+) diff --git a/drivers/net/ice/ice_dcf_vf_representor.

[PATCH v6 3/4] net/ice: add support for add/remove mac addr by DCF

2022-03-01 Thread Ke Zhang
allow to add/remove VF's mac addr over VF0. this feature need to update ice kernel driver (newer than v1.8.0) Signed-off-by: Ke Zhang --- drivers/net/ice/ice_dcf_ethdev.h | 1 + drivers/net/ice/ice_dcf_vf_representor.c | 81 +++- 2 files changed, 81 insertions(+), 1

[PATCH v6 4/4] net/ice: add support to configure the VLAN filter by DCF

2022-03-01 Thread Ke Zhang
allow to configure the VLAN filter over VF0. this feature need to update ice kernel driver (newer than v1.8.0) Signed-off-by: Ke Zhang --- drivers/net/ice/ice_dcf_vf_representor.c | 51 1 file changed, 51 insertions(+) diff --git a/drivers/net/ice/ice_dcf_vf_representor

[PATCH 0/2] net/mlx5: external RxQ fixes

2022-03-01 Thread Michael Baum
Some fixes about external RxQ support. They fix missing refcnt updating in some places. Michael Baum (2): net/mlx5: fix external RQ dereferencing net/mlx5: fix external RQ refrencing drivers/net/mlx5/mlx5_rxq.c | 158 ++-- 1 file changed, 97 insertions(+), 61

[PATCH 1/2] net/mlx5: fix external RQ dereferencing

2022-03-01 Thread Michael Baum
When an indirection table is destroyed, each RX queue related to it, should be dereferenced. The regular queues are indeed dereferenced. However, the external RxQs are not. This patch adds dereferencing for external RxQs too. Fixes: 311b17e669ab ("net/mlx5: support queue/RSS actions for external

[PATCH 2/2] net/mlx5: fix external RQ refrencing

2022-03-01 Thread Michael Baum
When an indirection table object is modified, it updates the reference counter for each RX queue related to it. The reference counter for regular queues are indeed updated. However, the reference counter for external RxQs are not. This patch adds updating for external RxQs too. Fixes: 311b17e669

[PATCH] net/mlx5: fix the needless reference count for table

2022-03-01 Thread Bing Zhao
In the previous implementation, a count was used to record the number of the references to a table resource, including the creation of the table, the jumping to the table and the matchers created on the table. Before releasing the table resource via the driver, it needed to ensure that there is no

[PATCH v2 0/2] net/mlx5: external RxQ fixes

2022-03-01 Thread Michael Baum
Some fixes about external RxQ support. They fix missing refcnt updating in some places. v2: fix typo refrencing -> referencing. Michael Baum (2): net/mlx5: fix external RQ dereferencing net/mlx5: fix external RQ referencing drivers/net/mlx5/mlx5_rxq.c | 158 ++---

[PATCH v2 1/2] net/mlx5: fix external RQ dereferencing

2022-03-01 Thread Michael Baum
When an indirection table is destroyed, each RX queue related to it, should be dereferenced. The regular queues are indeed dereferenced. However, the external RxQs are not. This patch adds dereferencing for external RxQs too. Fixes: 311b17e669ab ("net/mlx5: support queue/RSS actions for external

[PATCH v2 2/2] net/mlx5: fix external RQ referencing

2022-03-01 Thread Michael Baum
When an indirection table object is modified, it updates the reference counter for each RX queue related to it. The reference counter for regular queues are indeed updated. However, the reference counter for external RxQs are not. This patch adds updating for external RxQs too. Fixes: 311b17e669