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
> -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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
>
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
>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/
> -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
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
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
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
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
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.
> -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
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
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
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. */
> > +
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
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
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
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
> -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
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.
> -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
> -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
> -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
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
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
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
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
> -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
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
> -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
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-
> -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
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
> -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
> -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
> -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
> -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
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;
52 matches
Mail list logo