[Bug 1239] VMXNET 3 returned the wrong error code in initializing

2023-05-28 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1239 Bug ID: 1239 Summary: VMXNET 3 returned the wrong error code in initializing Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity

RE: [EXT] Re: [PATCH v4] lib: set/get max memzone segments

2023-05-28 Thread Alok Prasad
> -Original Message- > From: David Marchand > Sent: 26 May 2023 15:25 > To: Devendra Singh Rawat ; Alok Prasad > > Cc: dev@dpdk.org; Bruce Richardson ; Ophir Munk > ; Matan Azrad > ; Thomas Monjalon ; Lior Margalit > > Subject: [EXT] Re: [PATCH v4] lib: set/get max memzone segments

RE: [PATCH] net/mlx5: fix drop action attribute validation

2023-05-28 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dariusz Sosnowski > Sent: Wednesday, May 17, 2023 11:36 PM > To: Ori Kam ; Suanming Mou ; > Matan Azrad ; Slava Ovsiienko > ; Jiawei(Jonny) Wang > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix drop action attribute validation > > Bef

RE: [PATCH v5 2/2] ethdev: add indirect list METER_MARK update structures

2023-05-28 Thread Ori Kam
Hi Gregory, > -Original Message- > From: Gregory Etelson > Sent: Thursday, May 25, 2023 11:12 AM > > In the indirect list API, update action and update flow contexts > are mutually exclusive. > The patch splits legacy METER_MASK update structure to support > indirect list API: > > `stru

RE: [PATCH v2] app/testpmd: set srv6 header without any TLV

2023-05-28 Thread Ori Kam
Hi Rongwei, > -Original Message- > From: Rongwei Liu > Sent: Friday, May 26, 2023 6:22 AM > > HI @Ori Kam @NBU-Contact-Thomas Monjalon (EXTERNAL) @Andrew > Rybchenko > Can you share some comments on this? > Thanks. > > BR > Rongwei > > > -Original Message- > > From:

[PATCH v6] ethdev: add indirect list flow action

2023-05-28 Thread Gregory Etelson
Indirect API creates a shared flow action with unique action handle. Flow rules can access the shared flow action and resources related to that action through the indirect action handle. In addition, the API allows to update existing shared flow action configuration. After the update completes, ne

[PATCH] ethdev: add indirect list METER_MARK update structures

2023-05-28 Thread Gregory Etelson
In the indirect list API, update action and update flow contexts are mutually exclusive. The patch splits legacy METER_MASK update structure to support indirect list API: `struct rte_flow_indirect_update_action_meter_mark` defines METER_MARK action context that is shared between all flows that ref

[PATCH v2] ethdev: add indirect list METER_MARK flow update structure

2023-05-28 Thread Gregory Etelson
Indirect list API defines 2 types of action update: • Action mutable context is always shared between all flows that referenced indirect actions list handle. Action mutable context can be changed by explicit invocation of indirect handle update function. • Flow mutable context is private to a

[PATCH v3] ethdev: add indirect list METER_MARK flow update structure

2023-05-28 Thread Gregory Etelson
Indirect list API defines 2 types of action update: • Action mutable context is always shared between all flows that referenced indirect actions list handle. Action mutable context can be changed by explicit invocation of indirect handle update function. • Flow mutable context is private to a

[PATCH v2 0/4] Replace obsolote test cases.

2023-05-28 Thread Arek Kusztal
This patchset removes obsolete test cases for RSA, MOD EXP, MOD INV. Doing that, new way of handling ut_setup and ut_teardown was proposed. Now both behave like constructor/desctuctor to the unit tests. It frees particular alghorithm functions from any kind of responsibility to free resources. The

[PATCH v2 1/4] app/test: remove testsuite calls from ut setup

2023-05-28 Thread Arek Kusztal
Unit test setup should be responsible for setting unit test parateres only, analogous rules should apply to ut teardown function. Cryptodev start/stop functions should be used once - during setting the testsuite. Signed-off-by: Arek Kusztal Acked-by: Ciara Power --- app/test/test_cryptodev_asym

[PATCH v2 2/4] app/test: refactor mod exp test case

2023-05-28 Thread Arek Kusztal
Refactored modular exponentiation test case. Added multiple vectors to be checked in KAT tests. Signed-off-by: Arek Kusztal Acked-by: Ciara Power --- app/test/test_cryptodev_asym.c | 219 app/test/test_cryptodev_asym_util.h| 9 - app/test/test_cryptodev_mod_test_v

[PATCH v2 3/4] app/test: refactor mod inv tests

2023-05-28 Thread Arek Kusztal
Added new modular multiplicative inverse function. Now it handles changes to the generic setup. Signed-off-by: Arek Kusztal Acked-by: Ciara Power --- app/test/test_cryptodev_asym.c | 144 ++--- app/test/test_cryptodev_asym_util.h| 9 -- app/test/test_crypto

[PATCH v2 4/4] app/test: add rsa kat and pwct tests

2023-05-28 Thread Arek Kusztal
Added RSA PWCT and KAT tests. Now it complies with setup/teardown logic. Signed-off-by: Arek Kusztal --- app/test/test_cryptodev_asym.c | 1073 ++-- app/test/test_cryptodev_asym_util.h| 10 - app/test/test_cryptodev_rsa_test_vectors.h | 600 +-- 3 f

[PATCH v2] crypto/qat: add SM3 HMAC to gen4 devices

2023-05-28 Thread Arek Kusztal
This commit adds SM3 HMAC to Intel QuickAssist Technology PMD generation 4. Signed-off-by: Arek Kusztal --- v2: - Fixed problem with chaining operations - Added implementation of prefix tables Depends-on: patch-127513 ("cryptodev: support SM3_HMAC,SM4_CFB and SM4_OFB") doc/guides/cryptodevs/fe

RE: [PATCH v2 1/3] cryptodev: add SM2 asymmetric crypto algorithm

2023-05-28 Thread Kusztal, ArkadiuszX
Hi Gowrishankar, > -Original Message- > From: Gowrishankar Muthukrishnan > Sent: Friday, May 26, 2023 11:12 AM > To: dev@dpdk.org > Cc: ano...@marvell.com; Akhil Goyal ; Fan Zhang > ; Gowrishankar Muthukrishnan > > Subject: [PATCH v2 1/3] cryptodev: add SM2 asymmetric crypto algorithm >

Hugepage migration

2023-05-28 Thread Baruch Even
Hi, We found an issue with newer kernels (5.13+) that are found on newer OSes (Ubuntu22, Rocky9, Ubuntu20 with kernel 5.15) where a 2M page that was allocated for DPDK was migrated (moved into another physical page) when a 1G page was allocated. >From our reading of the kernel commits this starte

RE: [EXTERNAL] Re: EXTERNAL] [PATCH ] Add checks for the port capabilties

2023-05-28 Thread Ajay Sharma
>From 1290db88b8748085c9f09a58b336b8c757442b87 Mon Sep 17 00:00:00 2001 From: Ajay Sharma Date: Sun, 28 May 2023 18:31:59 -0700 Subject: [PATCH] Change USHRT_MAX to UINT16_MAX --- drivers/net/mana/mana.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/

RE: [PATCH] net/ice: init dvm mode for parser

2023-05-28 Thread Zeng, ZhichaoX
> -Original Message- > From: Qi Zhang > Sent: Saturday, May 27, 2023 3:21 AM > To: Guo, Junfeng > Cc: Yang, Qiming ; dev@dpdk.org; Zhang, Qi Z > ; sta...@dpdk.org > Subject: [PATCH] net/ice: init dvm mode for parser > > Double Vlan mode need to be configured for parser Otherwise parse

[PATCH v4 0/3] Enable iavf Rx Timestamp offload on vector path

2023-05-28 Thread Zhichao Zeng
Enable timestamp offload with the command '--enable-rx-timestamp', pay attention that getting Rx timestamp offload will drop the performance. --- v4: rework avx2 patch based on offload path --- v3: logging with driver dedicated macro --- v2: fix compile warning and SSE path Zhichao Zeng (3): ne

[PATCH v4 1/3] net/iavf: support Rx timestamp offload on AVX512

2023-05-28 Thread Zhichao Zeng
This patch enables Rx timestamp offload on AVX512 data path. Enable timestamp offload with the command '--enable-rx-timestamp', pay attention that getting Rx timestamp offload will drop the performance. Signed-off-by: Wenjun Wu Signed-off-by: Zhichao Zeng --- v4: rework avx2 patch based on off

[PATCH v4 2/3] net/iavf: support Rx timestamp offload on AVX2

2023-05-28 Thread Zhichao Zeng
This patch enables Rx timestamp offload on AVX2 data path. Enable timestamp offload with the command '--enable-rx-timestamp', pay attention that getting Rx timestamp offload will drop the performance. Signed-off-by: Zhichao Zeng --- v4: rework avx2 patch based on offload path --- v3: logging wi

[PATCH v4 3/3] net/iavf: support Rx timestamp offload on SSE

2023-05-28 Thread Zhichao Zeng
This patch enables Rx timestamp offload on SSE data path. Enable timestamp offload with the command '--enable-rx-timestamp', pay attention that getting Rx timestamp offload will drop the performance. Signed-off-by: Zhichao Zeng --- v4: rework avx2 patch based on offload path --- v3: logging wit

[PATCH v3] app/test-pmd: fix not polling all queues without deferred starting

2023-05-28 Thread Jie Hai
Each stream has a read-only "disabled" field that control if this stream should be used to forward. This field depends on states of Rx/Tx queues, please see commit 3c4426db54fc ("app/testpmd: do not poll stopped queues"). Currently, the testpmd and DPDK frameworks maintain queue state separately.

RE: [PATCH] net/ice: init dvm mode for parser

2023-05-28 Thread Zhang, Qi Z
> -Original Message- > From: Zeng, ZhichaoX > Sent: Monday, May 29, 2023 10:11 AM > To: Zhang, Qi Z ; Guo, Junfeng > > Cc: Yang, Qiming ; dev@dpdk.org; Zhang, Qi Z > ; sta...@dpdk.org > Subject: RE: [PATCH] net/ice: init dvm mode for parser > > > > > -Original Message- > > F

[PATCH v4 1/2] cryptodev: support SM3_HMAC,SM4_CFB and SM4_OFB

2023-05-28 Thread Sunyang Wu
Add SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK. Signed-off-by: Sunyang Wu --- doc/guides/cryptodevs/features/default.ini | 3 +++ doc/guides/rel_notes/release_23_07.rst | 5 + lib/cryptodev/rte_crypto_sym.h | 8 +++- lib/cryptodev/rte_cryptodev.c | 5 - 4 f

回复: [EXT] [PATCH v3 1/2] cryptodev: support SM3_HMAC,SM4_CFB and SM4_OFB

2023-05-28 Thread Sunyang Wu
Hi Akhil, Thank you very much for your patient guidance, the patches have been resubmitted. Best wishes Sunyang > Add SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK. > > Signed-off-by: Sunyang Wu > --- > doc/guides/cryptodevs/features/default.ini | 3 +++ > doc/guides/rel_notes/release_23_07.rst

RE: [PATCH v5 2/2] ethdev: add indirect list METER_MARK update structures

2023-05-28 Thread Gregory Etelson
Hello Ori, [snip] > > +/** > > + * @see RTE_FLOW_ACTION_TYPE_METER_MARK > > + * @see RTE_FLOW_ACTION_TYPE_INDIRECT_LIST > > + * > > + * Update action mutable context. > > + */ > > +struct rte_flow_indirect_update_action_meter_mark { > > + /** New meter_mark parameters to be updated. */ > > +

[PATCH 1/2] config/arm: update config for Neoverse N2

2023-05-28 Thread Ruifeng Wang
Updated maximum number of lcores and numa nodes to support platforms with multiple numa nodes. Added mcpu compiler option. Signed-off-by: Ruifeng Wang Reviewed-by: Feifei Wang --- config/arm/meson.build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/arm/meson.bu

[PATCH 2/2] build: fix warning when running external command

2023-05-28 Thread Ruifeng Wang
Meson gives warnings on calls to run_command when there is a missing "check" parameter. Most of the occurrences has been fixed. Fixed the remaining one in this change. Fixes: ecb904cc4596 ("build: fix warnings when running external commands") Cc: bruce.richard...@intel.com Cc: sta...@dpdk.org Sig

RE: [PATCH v3] ethdev: add indirect list METER_MARK flow update structure

2023-05-28 Thread Ori Kam
Hi Gregory > -Original Message- > From: Gregory Etelson > Sent: Sunday, May 28, 2023 7:21 PM > To: dev@dpdk.org > > Indirect list API defines 2 types of action update: > • Action mutable context is always shared between all flows > that referenced indirect actions list handle. > Acti

RE: [PATCH] ethdev: fix indirect action convert

2023-05-28 Thread Ori Kam
Hi Suanming, > -Original Message- > From: Suanming Mou > Sent: Friday, May 26, 2023 6:18 AM > > As indirect action conf fills the indirect action handler, while > converting indirect action, the action conf(action handler) should > be copied from original indirect action conf instead of

RE: [EXT] [PATCH v3 1/4] bus/pci: introduce an internal representation of PCI device

2023-05-28 Thread Sunil Kumar Kori
> -Original Message- > From: Miao Li > Sent: Thursday, May 25, 2023 10:01 PM > To: dev@dpdk.org > Cc: Sunil Kumar Kori ; tho...@monjalon.net; > david.march...@redhat.com; ferruh.yi...@amd.com; > chenbo@intel.com; yahui@intel.com > Subject: [EXT] [PATCH v3 1/4] bus/pci: introduce an

RE: [PATCH v6] ethdev: add indirect list flow action

2023-05-28 Thread Ori Kam
Hi gregory, > -Original Message- > From: Gregory Etelson > Sent: Sunday, May 28, 2023 6:44 PM > > Indirect API creates a shared flow action with unique action handle. > Flow rules can access the shared flow action and resources related to > that action through the indirect action handle.

RE: [EXT] [PATCH v3 2/4] bus/pci: avoid depending on private value in kernel source

2023-05-28 Thread Sunil Kumar Kori
> -Original Message- > From: Miao Li > Sent: Thursday, May 25, 2023 10:01 PM > To: dev@dpdk.org > Cc: Sunil Kumar Kori ; tho...@monjalon.net; > david.march...@redhat.com; ferruh.yi...@amd.com; > chenbo@intel.com; yahui@intel.com; Anatoly Burakov > > Subject: [EXT] [PATCH v3 2/4] b

RE: [EXT] [PATCH v3 3/4] bus/pci: introduce helper for MMIO read and write

2023-05-28 Thread Sunil Kumar Kori
> -Original Message- > From: Miao Li > Sent: Thursday, May 25, 2023 10:01 PM > To: dev@dpdk.org > Cc: Sunil Kumar Kori ; tho...@monjalon.net; > david.march...@redhat.com; ferruh.yi...@amd.com; > chenbo@intel.com; yahui@intel.com; Anatoly Burakov > > Subject: [EXT] [PATCH v3 3/4] b

RE: [EXT] [PATCH v3 4/4] bus/pci: add VFIO sparse mmap support

2023-05-28 Thread Sunil Kumar Kori
> -Original Message- > From: Miao Li > Sent: Thursday, May 25, 2023 10:01 PM > To: dev@dpdk.org > Cc: Sunil Kumar Kori ; tho...@monjalon.net; > david.march...@redhat.com; ferruh.yi...@amd.com; > chenbo@intel.com; yahui@intel.com; Anatoly Burakov > > Subject: [EXT] [PATCH v3 4/4] b

RE: [PATCH v2 3/3] examples/l3fwd-graph: add IPv6 lookup and rewrite support

2023-05-28 Thread Sunil Kumar Kori
Hi Amit, Did you get time to check build error mentioned in previous mail ? Regards Sunil Kumar Kori > -Original Message- > From: Sunil Kumar Kori > Sent: Monday, May 22, 2023 11:20 AM > To: Amit Prakash Shukla ; Jerin Jacob > Kollanukkaran ; Kiran Kumar Kokkilagadda > ; Nithin Kumar Da

Re: [PATCH v3 1/4] bus/pci: introduce an internal representation of PCI device

2023-05-28 Thread Cao, Yahui
On 5/26/2023 12:31 AM, Miao Li wrote: From: Chenbo Xia This patch introduces an internal representation of the PCI device which will be used to store the internal information that don't have to be exposed to drivers, e.g., the VFIO region sizes/offsets. In this patch, the internal structure

Re: [PATCH v3 2/4] bus/pci: avoid depending on private value in kernel source

2023-05-28 Thread Cao, Yahui
On 5/26/2023 12:31 AM, Miao Li wrote: From: Chenbo Xia The value 40 used in VFIO_GET_REGION_ADDR() is a private value (VFIO_PCI_OFFSET_SHIFT) defined in Linux kernel source [1]. It is not part of VFIO API, and we should not depend on it. [1] https://github.com/torvalds/linux/blob/v6.2/includ

Re: [PATCH v3 3/4] bus/pci: introduce helper for MMIO read and write

2023-05-28 Thread Cao, Yahui
On 5/26/2023 12:31 AM, Miao Li wrote: From: Chenbo Xia The MMIO regions may not be mmap-able for VFIO-PCI devices. In this case, the driver should explicitly do read and write to access these regions. Signed-off-by: Chenbo Xia --- drivers/bus/pci/bsd/pci.c| 22 +++ dr

RE: [PATCH v3 07/28] vhost: change to single IOTLB cache per device

2023-05-28 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Friday, May 26, 2023 12:26 AM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; m...@redhat.com; f...@redhat.com; > jasow...@redhat.com; Liang, Cunming ; Xie, Yongji > ; echau...@redhat.com; epere...@redhat.com; > amore...@r

[PATCH v5] crypto/qat: support to enable insecure algorithms

2023-05-28 Thread Vikash Poddar
All the insecure algorithms are default disable from cryptodev Gen 1,2,3 and 4. use qat_legacy_capa to enable all the legacy algorithms. These change effects both sym and asym insecure crypto algorithms. Signed-off-by: Vikash Poddar --- Depends-on: patch-28182 ("[v2] common/qat: fix qat_dev_cmd_p

RE: [PATCH v3 09/28] vhost: add page size info to IOTLB entry

2023-05-28 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Friday, May 26, 2023 12:26 AM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; m...@redhat.com; f...@redhat.com; > jasow...@redhat.com; Liang, Cunming ; Xie, Yongji > ; echau...@redhat.com; epere...@redhat.com; > amore...@r

Re: [PATCH v3 4/4] bus/pci: add VFIO sparse mmap support

2023-05-28 Thread Cao, Yahui
On 5/26/2023 12:31 AM, Miao Li wrote: This patch adds sparse mmap support in PCI bus. Sparse mmap is a capability defined in VFIO which allows multiple mmap areas in one VFIO region. In this patch, the sparse mmap regions are mapped to one continuous virtual address region that follows device-

RE: [PATCH v3 12/28] vhost: add IOTLB cache entry removal callback

2023-05-28 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Friday, May 26, 2023 12:26 AM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; m...@redhat.com; f...@redhat.com; > jasow...@redhat.com; Liang, Cunming ; Xie, Yongji > ; echau...@redhat.com; epere...@redhat.com; > amore...@r

RE: "Thread safety" in rte_flow

2023-05-28 Thread Ori Kam
Hi David, Best, Ori > -Original Message- > From: David Marchand > Sent: Friday, May 26, 2023 3:33 PM > To: Ori Kam ; NBU-Contact-Thomas Monjalon > (EXTERNAL) ; Ferruh Yigit ; > Andrew Rybchenko > Cc: dev > Subject: "Thread safety" in rte_flow > > Hello Ori, ethdev maintainers, > > I

RE: [PATCH v3 13/28] vhost: add helper for IOTLB misses

2023-05-28 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Friday, May 26, 2023 12:26 AM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; m...@redhat.com; f...@redhat.com; > jasow...@redhat.com; Liang, Cunming ; Xie, Yongji > ; echau...@redhat.com; epere...@redhat.com; > amore...@r

RE: [PATCH v3 17/28] vhost: add control virtqueue support

2023-05-28 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Friday, May 26, 2023 12:26 AM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; m...@redhat.com; f...@redhat.com; > jasow...@redhat.com; Liang, Cunming ; Xie, Yongji > ; echau...@redhat.com; epere...@redhat.com; > amore...@r

RE: [PATCH v3 20/28] vhost: add VDUSE callback for IOTLB entry removal

2023-05-28 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Friday, May 26, 2023 12:26 AM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; m...@redhat.com; f...@redhat.com; > jasow...@redhat.com; Liang, Cunming ; Xie, Yongji > ; echau...@redhat.com; epere...@redhat.com; > amore...@r

RE: [PATCH v3 25/28] vhost: add support for VDUSE IOTLB update event

2023-05-28 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Friday, May 26, 2023 12:26 AM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; m...@redhat.com; f...@redhat.com; > jasow...@redhat.com; Liang, Cunming ; Xie, Yongji > ; echau...@redhat.com; epere...@redhat.com; > amore...@r

RE: [PATCH v3 28/28] vhost: add VDUSE device stop

2023-05-28 Thread Xia, Chenbo
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Friday, May 26, 2023 12:26 AM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; m...@redhat.com; f...@redhat.com; > jasow...@redhat.com; Liang, Cunming ; Xie, Yongji > ; echau...@redhat.com; epere...@redhat.com;