> -Original Message-
> From: Ferruh Yigit
> Sent: 9/21/2023 23:50
> To: Ori Kam ; Xueming(Steven) Li
> Cc: dev@dpdk.org; fengcheng...@huawei.com; Ivan Malov
> ; Raslan Darawsheh
> Subject: Re: [PATCH v2 1/2] ethdev: add new symmetric hash function
>
> On 8/30/2023 7:55 AM, Ori Kam wrote
MLX5 PMD updates the TIS index based on the tx queue affinity,
and creates the DevX SQ object with updated the TIS index.
This patch adds the checking that set the affinity per Tx Queue
if HW objects can be created by DevX.
Signed-off-by: Jiawei Wang
Acked-by: Viacheslav Ovsiienko
---
drivers/
Hello,
On Fri, Sep 22, 2023 at 4:41 AM Jie Hai wrote:
> On 2023/9/19 0:54, Ferruh Yigit wrote:
> > On 9/8/2023 12:50 PM, David Marchand wrote:
> >> On Fri, Sep 8, 2023 at 1:32 PM Jie Hai wrote:
> >>>
> >>> The DPDK framework reports the queue state, which is stored in
> >>> dev->data->tx_queue_s
On 8/10/23 21:06, Ivan Malov wrote:
Such updates are helpful as they let applications avoid
costly flow re-insertions when the header data changes.
Signed-off-by: Ivan Malov
Reviewed-by: Andy Moreton
Acked-by: Andrew Rybchenko
On 8/10/23 21:06, Ivan Malov wrote:
Parsing inline action VXLAN_ENCAP repeating in many flows is
expensive, so offer support for its indirect version. Query
operation is not supported for this action. The next patch
will add a means to update the encapsulation header data.
Signed-off-by: Ivan Ma
On 2023-09-21 20:36, Jerin Jacob wrote:
On Mon, Sep 4, 2023 at 6:39 PM Mattias Rönnblom
wrote:
The purpose of the dispatcher library is to help reduce coupling in an
Eventdev-based DPDK application.
In addition, the dispatcher also provides a convenient and flexible
way for the application to
On Wed, Sep 20, 2023 at 11:48:04AM -0400, David Young wrote:
> The separate Getting Started Guides for Linux, FreeBSD, and Windows have been
> consolidated into a single, streamlined guide to simplify the user experience
> and facilitate easier maintenance.
>
seems like a good idea to me. i'm a
> -Original Message-
> From: David Marchand
> Sent: 21 September 2023 18:57
> To: Srikanth Yalavarthi
> Cc: Jerin Jacob ; Prince Takkar
> ; dev@dpdk.org; Shivah Shankar Shankar Narayan
> Rao ; Anup Prabhu
> Subject: Re: [EXT] Re: [PATCH v1 02/34] ml/cnxk: drop use of RTE API for
> firmwa
On 2023/9/19 0:54, Ferruh Yigit wrote:
On 9/8/2023 12:50 PM, David Marchand wrote:
On Fri, Sep 8, 2023 at 1:32 PM Jie Hai wrote:
The DPDK framework reports the queue state, which is stored in
dev->data->tx_queue_state and dev->data->rx_queue_state. The
state is maintained by the driver. Use
Thanks.
> -Original Message-
> From: Dariusz Sosnowski
> Sent: Saturday, August 26, 2023 2:44 AM
> To: Matan Azrad ; Slava Ovsiienko
> ; Ori Kam ; Suanming Mou
>
> Cc: dev@dpdk.org; sta...@dpdk.org
> Subject: [PATCH] net/mlx5: fix jump ipool entry size
>
> In mlx5 PMD, MLX5_IPOOL_JUMP i
> Subject: [PATCH 2/2] net/mana: add 32 bit short doorbell
>
> Add 32 bit short doorbell support. Ring short doorbell when running in 32 bit
> applicactions.
>
> Both 32 bit and 64 bit doorbells are supported by mana hardware on same
> platform. 32 bit applications cannot use 64 bit doorbells.
>
> Subject: [PATCH 1/2] net/mana: enable 32 bit build for mana driver
>
> Enable 32 bit build on x86 Linux. Fixed build warnings and errors when
> building in
> 32 bit.
>
> With this patch, mana will be able to build into 32 bit. However, another
> patch for
> mana short doorbell support is need
This allows to configure the VRB2 device using a
companion configuration function within the DPDK
bbdev-test environment.
Signed-off-by: Nicolas Chautru
---
drivers/baseband/acc/acc100_pmd.h | 2 +
drivers/baseband/acc/acc_common.h | 7 +
drivers/baseband/acc/rte_acc100_pmd.c | 6 +
This extends the unified driver to support both the
VRB1 and VRB2 implementations of Intel vRAN Boost.
Signed-off-by: Nicolas Chautru
---
doc/guides/bbdevs/index.rst|1 +
doc/guides/bbdevs/vrb2.rst | 269 +
doc/guides/rel_notes/release_23_11.rst |3 +
drivers
There is no functionality related to the MLD operation
but allows the unified PMD to support the operation
being added moving forward.
Signed-off-by: Nicolas Chautru
---
drivers/baseband/acc/acc_common.h | 1 +
drivers/baseband/acc/rte_vrb_pmd.c | 39 --
drivers/bas
This allows more flexibility to the FCW size for the
unified driver. No actual functional change.
Signed-off-by: Nicolas Chautru
---
drivers/baseband/acc/acc_common.h | 4 +++-
drivers/baseband/acc/rte_vrb_pmd.c | 25 -
2 files changed, 27 insertions(+), 2 deletions(-)
This removes the specific capability and support of LTE Decoder
Soft Output option on the VRB1 PMD.
This is triggered as a vendor decision to defeature the related optional
capability so that to avoid theoretical risk of race conditions
impacting the device reliability. That optional APP LLR outpu
This allows to expose the flexible version of the pointwise
flexible multiplication being dynamically configured on the device.
Signed-off-by: Nicolas Chautru
---
drivers/baseband/acc/acc_common.h | 1 +
drivers/baseband/acc/rte_vrb_pmd.c | 22 ++
2 files changed, 23 insert
This can be used to distinguish different version of the
flexible pointwise windowing applied to the FFT and expose
this platform configuration to the application.
The SRS processing chain
(https://doc.dpdk.org/guides/prog_guide/bbdev.html#bbdev-fft-operation)
includes a pointwise multiplication b
v2: doc, comments and commit-log updates.
This serie includes changes to the VRB BBDEV PMD for 23.11.
This allows the VRB unified driver to support the new VRB2
implementation variant on GNR-D.
This also include minor change to the dev_info to expose FFT version
flexibility to expose information
On Mon, Sep 4, 2023 at 6:39 PM Mattias Rönnblom
wrote:
>
> The purpose of the dispatcher library is to help reduce coupling in an
> Eventdev-based DPDK application.
>
> In addition, the dispatcher also provides a convenient and flexible
> way for the application to use service cores for applicatio
doxygen document generation does traverse RTE_TOOLCHAIN_MSVC conditional
compilation paths so move the documentation for per lcore macros out of
the RTE_TOOLCHAIN_MSVC block.
Fixes: b2f967dcae69 ("eal: implement per lcore variables for MSVC")
Cc: roret...@linux.microsoft.com
Signed-off-by: Tyler
On Thu, Sep 21, 2023 at 10:17 PM Mattias Rönnblom wrote:
>
> On 2023-09-19 12:58, Jerin Jacob wrote:
> > On Mon, Sep 4, 2023 at 6:39 PM Mattias Rönnblom
> > wrote:
> >>
> >> The purpose of the dispatcher library is to help reduce coupling in an
> >> Eventdev-based DPDK application.
> >>
> >> In a
Hi David,
> -Original Message-
> From: David Marchand
> Sent: Thursday, September 21, 2023 12:13 AM
> To: Chautru, Nicolas
> Cc: dev@dpdk.org; maxime.coque...@redhat.com;
> hemant.agra...@nxp.com; Vargas, Hernan ;
> Thomas Monjalon
> Subject: Re: [PATCH v1 3/7] baseband/acc: remove the
From: Yuying Zhang
Fix the incorrect ingress packet number calculation.
Fixes: e3289d8fb63f ("net/cpfl: support basic statistics")
Signed-off-by: Yuying Zhang
---
drivers/net/cpfl/cpfl_ethdev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/cpfl/cpfl_ethdev.c
From: Yuying Zhang
Refine vxlan encap content of all protocol headers.
Fixes: 1960be7d32f8 ("app/testpmd: add VXLAN encap/decap")
Cc: sta...@dpdk.org
Signed-off-by: Yuying Zhang
---
app/test-pmd/cmdline_flow.c | 12 ++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/a
From: Yuying Zhang
Add flow support for representor, so representor can
create, destroy, validate and flush rules.
Signed-off-by: Yuying Zhang
---
doc/guides/nics/cpfl.rst| 13
doc/guides/rel_notes/release_23_11.rst | 1 +
drivers/net/cpfl/cpfl_flow_engine_fxp.c | 90 +++
From: Yuying Zhang
Adapt fxp low level as a flow engine.
Signed-off-by: Yuying Zhang
---
drivers/net/cpfl/cpfl_ethdev.h | 27 ++
drivers/net/cpfl/cpfl_flow_engine_fxp.c | 583
drivers/net/cpfl/meson.build| 1 +
3 files changed, 611 insertions(+)
From: Yuying Zhang
Add FXP low level implementation for CPFL rte_flow to
create/delete rules.
Signed-off-by: Yuying Zhang
---
drivers/net/cpfl/cpfl_actions.h | 858
drivers/net/cpfl/cpfl_rules.c | 126 +
drivers/net/cpfl/cpfl_rules.h | 306
From: Yuying Zhang
Added low level fxp module for rule packing / creation / destroying.
Signed-off-by: Yuying Zhang
---
drivers/net/cpfl/cpfl_ethdev.c | 31
drivers/net/cpfl/cpfl_ethdev.h | 6 +
drivers/net/cpfl/cpfl_fxp_rule.c | 296 +++
drivers/net/cpf
From: Yuying Zhang
Set up control vport and control queue for flow offloading.
Signed-off-by: Yuying Zhang
---
drivers/net/cpfl/cpfl_controlq.c | 803 +++
drivers/net/cpfl/cpfl_controlq.h | 75 +++
drivers/net/cpfl/cpfl_ethdev.c | 270 +++
drivers/net/cpf
From: Yuying Zhang
Set up the rte_flow backend skeleton. Introduce the framework
to support different engines as rte_flow backend. Bridge rte_flow
driver API to flow engines.
Signed-off-by: Yuying Zhang
---
drivers/net/cpfl/cpfl_ethdev.c | 53 ++
drivers/net/cpfl/cpfl_ethdev.h | 5 +
dr
From: Wenjing Qiao
Add json parser support for rte flow modification rules.
Signed-off-by: Wenjing Qiao
---
drivers/net/cpfl/cpfl_flow_parser.c | 534 +++-
drivers/net/cpfl/cpfl_flow_parser.h | 100 ++
2 files changed, 633 insertions(+), 1 deletion(-)
diff --git a/
From: Wenjing Qiao
Add devargs "flow_parser" for rte flow json parser which
depends on jansson library.
Example:
-a ca:00.0,flow_parser="refpkg.json"
Add json parser for rte flow pattern rules.The cpfl
PMD supports utilizing a JSON config file to translate
rte flow tokens into low level har
This patchset add rte flow support for cpfl driver.
It depends on the following patch set:
http://patchwork.dpdk.org/project/dpdk/cover/20230912173039.1612287-1-beilei.x...@intel.com/
Wenjing Qiao (2):
net/cpfl: add json parser for rte flow pattern rules
net/cpfl: add mod rule parser support f
On 2023-09-19 12:58, Jerin Jacob wrote:
On Mon, Sep 4, 2023 at 6:39 PM Mattias Rönnblom
wrote:
The purpose of the dispatcher library is to help reduce coupling in an
Eventdev-based DPDK application.
In addition, the dispatcher also provides a convenient and flexible
way for the application to
Hi Cristian,
> -Original Message-
> From: Cristian Dumitrescu
> Sent: Friday, September 15, 2023 10:00 PM
> Subject: [PATCH] ethdev: add flow API support for P4-programmable devices
>
> This patch introduces the new "program" action type to enable flow API
> support for P4-programmable d
On 9/15/2023 3:28 AM, Guo, Junfeng wrote:
>> -Original Message-
>> From: Rushil Gupta
>> Sent: Friday, September 15, 2023 04:52
>> To: Zhang, Qi Z ; ferruh.yi...@amd.com
>> Cc: Guo, Junfeng ; dev@dpdk.org; Rushil Gupta
>> ; Joshua Washington
>> Subject: [PATCH] net/gve: Refill all descrip
On 9/21/2023 4:12 PM, Ferruh Yigit wrote:
> On 5/26/2023 9:15 AM, Bruce Richardson wrote:
>> On Thu, May 25, 2023 at 01:39:42PM -0700, Stephen Hemminger wrote:
>>> The various reserved fields added to ethdev could not be
>>> safely used for future extensions because they were never
>>> checked on i
On 9/1/2023 1:21 PM, Singh, Aman Deep wrote:
>
> On 8/22/2023 7:47 PM, Michael Baum wrote:
>> Add support for matching "ttl" field in MPLS item.
>>
>> Signed-off-by: Michael Baum
>
> Acked-by: Aman Singh
>
Applied to dpdk-next-net/main, thanks.
On 8/18/2023 3:44 AM, Stephen Hemminger wrote:
> Missed in previous patch
>
> Signed-off-by: Stephen Hemminger
> ---
> app/test/test_link_bonding.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/app/test/test_link_bonding.c b/app/test/test_link_bonding.c
> index 8dceb1
On 8/30/2023 7:55 AM, Ori Kam wrote:
>> -Original Message-
>> From: Xueming(Steven) Li
>> Sent: Sunday, August 27, 2023 11:18 AM
>>
>> The new symmetric hash function swap src/dst L3 address and
>> L4 ports automatically by sorting.
>>
>> Signed-off-by: Xueming Li
>
> Acked-by: Ori Kam
On 9/19/2023 11:05 AM, Ori Kam wrote:
> Hi Bing
>
>> -Original Message-
>> From: Bing Zhao
>> Sent: Friday, August 11, 2023 5:07 PM
>> Subject: [RFC PATCH] ethdev: introduce NAT64 action
>>
>> In order to support the communication between IPv4 and IPv6 nodes in
>> the network, different t
On Thu, Sep 21, 2023 at 11:36:32AM +0200, Thomas Monjalon wrote:
> 01/09/2023 01:08, Tyler Retzlaff:
> > On Thu, Aug 31, 2023 at 01:57:36PM +0200, Thomas Monjalon wrote:
> > > 11/07/2023 17:52, Tyler Retzlaff:
> > > > +#ifdef RTE_TOOLCHAIN_MSVC
> > > > /**
> > > > * Macro to define a per lcore v
On Tue, Sep 19, 2023 at 5:12 PM Amit Prakash Shukla
wrote:
>
> DMA library has a function to get DMA device based on device name but
> there is no function to get DMA device using device id.
>
> Added a function that lookup for the dma device using device id and
> returns the pointer to the same.
On 8/10/2023 7:06 PM, Ivan Malov wrote:
> Parsing inline action VXLAN_ENCAP repeating in many flows is
> expensive, so offer support for its indirect version. Query
> operation is not supported for this action. The next patch
> will add a means to update the encapsulation header data.
>
> Signed-o
On 9/19/2023 11:02 AM, Ori Kam wrote:
> Hi Alex,
>
>
>
>> -Original Message-
>> From: Alexander Kozyrev
>> Sent: Thursday, August 10, 2023 7:15 PM
>> Subject: [PATCH] ethdev: add packet type matching item
>>
>> Add RTE_FLOW_ITEM_TYPE_PTYPE to allow matching on
>> L2/L3/L4 and tunnel inf
On 5/26/2023 9:15 AM, Bruce Richardson wrote:
> On Thu, May 25, 2023 at 01:39:42PM -0700, Stephen Hemminger wrote:
>> The various reserved fields added to ethdev could not be
>> safely used for future extensions because they were never
>> checked on input. Therefore ABI would be broken if these
>>
On Thu, Sep 21, 2023, 15:18 Tummala, Sivaprasad
wrote:
> [AMD Official Use Only - General]
>
> > -Original Message-
> > From: David Marchand
> > Sent: Wednesday, September 20, 2023 1:05 PM
> > To: Stanisław Kardach ; Tummala, Sivaprasad
> >
> > Cc: Ruifeng Wang ; Min Zhou ;
> > David Ch
Recheck-request: iol-unit-testing, iol-x86_64-unit-testing
Hi Thomas,
Can you please check this and merge if no comments as this is waiting from long
time ?
Regards,
Rahul
> -Original Message-
> From: Rahul Bhansali
> Sent: Friday, June 16, 2023 10:28 AM
> To: 'Thomas Monjalon'
> Cc: 'dev@dpdk.org' ; 'Kirill Rybalchenko'
>
> Subject: RE: [PAT
On 9/20/2023 2:17 PM, Thomas Monjalon wrote:
> Hello,
>
> 19/09/2023 11:06, Christian Koue Muf:
>> On 9/18/23 10:34 AM, Ferruh Yigit wrote:
>>> On 9/15/2023 7:37 PM, Morten Brørup wrote:
> From: Ferruh Yigit [mailto:ferruh.yi...@amd.com]
> Sent: Friday, 15 September 2023 17.55
>
>
On 8/5/2023 9:36 AM, Dongdong Liu wrote:
> This patchset is to fix some bugs for hns3.
>
> Chengwen Feng (2):
> net/hns3: fix TM thread safety risk
> net/hns3: fix un-align format TM info
>
> Dengdui Huang (3):
> net/hns3: fix VF default MAC modified when set failed
> net/hns3: return ENO
On Thu, Sep 21, 2023 at 3:06 PM Srikanth Yalavarthi
wrote:
> > > > archive. This causes the ML firmware binary to be parsed
> > > > incorrectly.
> > >
> > > + @David Marchand rte_firmware_read() author for his opinions
> >
> > /lib/firmware/mlip-fw.bin does not seem to be something packaged in
>
As rte_eth_dev_configure() can be called from any EAL or non-EAL cores.
And in case of non-EAL core, LMT address will not be a valid. So,
reserving last LMT line 2047 for control path specific functionality.
Signed-off-by: Rahul Bhansali
---
v2 change: No change, sent as independent of series.
[AMD Official Use Only - General]
> -Original Message-
> From: David Marchand
> Sent: Wednesday, September 20, 2023 1:05 PM
> To: Stanisław Kardach ; Tummala, Sivaprasad
>
> Cc: Ruifeng Wang ; Min Zhou ;
> David Christensen ; Bruce Richardson
> ; Konstantin Ananyev
> ; dev ; Yigit, Ferru
> -Original Message-
> From: David Marchand
> Sent: 21 September 2023 18:23
> To: Jerin Jacob ; Srikanth Yalavarthi
>
> Cc: Prince Takkar ; dev@dpdk.org; Shivah Shankar
> Shankar Narayan Rao ; Anup Prabhu
>
> Subject: [EXT] Re: [PATCH v1 02/34] ml/cnxk: drop use of RTE API for
> firmware
On Thu, Sep 21, 2023 at 2:08 PM Jerin Jacob wrote:
>
> On Wed, Aug 30, 2023 at 9:40 PM Srikanth Yalavarthi
> wrote:
> >
> > Dropped use of rte_firmware_read API to read ML firmware
> > binary. When DPDK is built with libarchive aaupport, the
> > the RTE API assumes the binary file as a compressed
https://bugs.dpdk.org/show_bug.cgi?id=1293
Bug ID: 1293
Summary: how to free mempool in secondary as prev process exit
unnormally without calling free function
Product: DPDK
Version: 21.11
Hardware: All
OS:
On Wed, Aug 30, 2023 at 9:34 PM Srikanth Yalavarthi
wrote:
>
> Added support to configure and close TVMDP library based
> on ML device configuration options.
>
> Updated meson build to enable Jansson, TVM runtime, TVMDP
> library as build dependencies.
If it is optional – please add optional
ple
Release status meeting minutes 2023-09-21
=
Agenda:
* Release Dates
* Subtrees
* Roadmaps
* LTS
* Defects
* Opens
Participants:
* AMD
* ARM
* Debian/Microsoft [No]
* Intel
* Marvell
* Nvidia
* Red Hat
Release Dates
-
The following are the prop
On Wed, Sep 20, 2023 at 12:55 PM Srikanth Yalavarthi
wrote:
>
> This patch series is an implementation of revised ml/cnxk driver
> to support models compiled with TVM compiler framework. TVM models
> use a hybrid mode for execution, with regions of the model executing
> on the ML accelerator and t
On Wed, Aug 30, 2023 at 9:40 PM Srikanth Yalavarthi
wrote:
>
> Dropped use of rte_firmware_read API to read ML firmware
> binary. When DPDK is built with libarchive aaupport, the
> the RTE API assumes the binary file as a compressed
> archive. This causes the ML firmware binary to be parsed
> inco
add ice & igc maintainers
在 2023/9/21 19:06, Ferruh Yigit 写道:
On 9/21/2023 11:02 AM, lihuisong (C) wrote:
Hi Ferruh,
Sorry for my delay reply because of taking a look at all PMDs
implementation.
在 2023/9/16 1:46, Ferruh Yigit 写道:
On 8/17/2023 9:42 AM, Huisong Li wrote:
From the first ver
From: Anoob Joseph
Enable raw crypto tests with crypto_cn10k.
Signed-off-by: Anoob Joseph
---
app/test/test_cryptodev.c | 8
1 file changed, 8 insertions(+)
diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index 3a51a5d00f..3f1172e191 100644
--- a/app/test/test_cryp
From: Vidya Sagar Velumuri
In raw crypto, aad and auth iv are provided in same param.
Update the auth_iv from proper param in case of GMAC.
Skip the raw for SM ciphers and auths
Signed-off-by: Vidya Sagar Velumuri
---
drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 6 +++---
drivers/crypto/cnxk/c
From: Anoob Joseph
Add crypto RAW API support in cnxk PMD
Enable the flag to allow execution of raw test suite.
Signed-off-by: Vidya Sagar Velumuri
Signed-off-by: Anoob Joseph
---
drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 459 ++
drivers/crypto/cnxk/cnxk_cryptodev.c
From: Aakash Sasidharan
For cipher only zero length packets, submit it to CPT with
passthrough opcode.
Signed-off-by: Aakash Sasidharan
---
drivers/crypto/cnxk/cnxk_se.h | 16 ++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/drivers/crypto/cnxk/cnxk_se.h b/driver
Set PDCP chain IV offset based on zuc 256 firmware
Signed-off-by: Tejasree Kondoj
---
drivers/common/cnxk/hw/cpt.h | 4 +++-
drivers/common/cnxk/roc_se.h | 3 +++
drivers/crypto/cnxk/cnxk_cryptodev_ops.c | 10 --
drivers/crypto/cnxk/cnxk_cryptodev_ops.h | 5 +++
From: Vidya Sagar Velumuri
Shuffle the fields in the session structure to make the fields byte
aligned
Signed-off-by: Vidya Sagar Velumuri
---
drivers/crypto/cnxk/cnxk_se.h | 32
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/drivers/crypto/cnx
Make IV pointers as constant.
Signed-off-by: Tejasree Kondoj
drivers/common/cnxk/roc_se.h | 4 +-
drivers/crypto/cnxk/cnxk_se.h | 140 +++---
2 files changed, 80 insertions(+), 64 deletions(-)
diff --git a/drivers/common/cnxk/roc_se.h b/drivers/common/cnxk/roc_se.
From: Vidya Sagar Velumuri
This patch fixes below coverity issues.
Coverity issue: 393678
Fixes: 21c1c303148b ("crypto/cnxk: support SM4")
Coverity issue: 393679
Fixes: 21c1c303148b ("crypto/cnxk: support SM4")
Signed-off-by: Vidya Sagar Velumuri
---
drivers/crypto/cnxk/cnxk_se.h | 22 +-
From: Vidya Sagar Velumuri
Check for supported SG version in SE engine capabilities.
Signed-off-by: Vidya Sagar Velumuri
---
drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c
Removing pdcp_chain bit from capabilities as it is
supported on all platforms.
Signed-off-by: Tejasree Kondoj
---
drivers/common/cnxk/hw/cpt.h | 3 +--
drivers/crypto/cnxk/cnxk_cryptodev_ops.c | 15 ---
2 files changed, 5 insertions(+), 13 deletions(-)
diff --git a/driv
From: Gowrishankar Muthukrishnan
Fix private key length in ECDSA op param to include alignment,
for new microcode.
Signed-off-by: Gowrishankar Muthukrishnan
---
drivers/crypto/cnxk/cnxk_ae.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/crypto/cnxk/cnxk_ae.h b
Fix lookaside IPsec AES-CCM and AES-GCM capabilities. The patch to
fix AES-CCM capabilities was applied incorrectly which resulted in
wrong AES-GCM capabilities. Fix the same and update AES-CCM to correct
values.
Fixes: eb581897e580 ("crypto/cnxk: fix IPsec CCM capabilities")
Signed-off-by: Anoob
From: Anoob Joseph
Set cipher key only for non-NULL cipher algorithms only.
Signed-off-by: Anoob Joseph
---
drivers/common/cnxk/roc_se.c | 11 ---
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/drivers/common/cnxk/roc_se.c b/drivers/common/cnxk/roc_se.c
index 2662297315.
From: Vidya Sagar Velumuri
Update the fields in SE context and rename to keep it in sync with
microcode spec.
Signed-off-by: Vidya Sagar Velumuri
---
drivers/common/cnxk/roc_se.h | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/drivers/common/cnxk/roc_se.h b/drivers/
From: Anoob Joseph
With SG version 2, hw requires valid rptr & dptr values.
Signed-off-by: Anoob Joseph
---
drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 2 ++
drivers/crypto/cnxk/cnxk_se.h | 1 +
2 files changed, 3 insertions(+)
diff --git a/drivers/crypto/cnxk/cn10k_cryptodev_ops.
This series adds improvements and support for raw
cryptodev API in cnxk crypto PMD.
Aakash Sasidharan (1):
crypto/cnxk: add support for packets with cipher len zero
Anoob Joseph (4):
crypto/cnxk: clear rptr and dptr fields
common/cnxk: set cipher key only for non-null cipher
crypto/cnxk:
On Wed, Sep 20, 2023 at 5:39 PM Patrick Robb wrote:
>
> Recheck-request: iol-unit-amd64-testing
>
> A maintainers file change should not cause eal_flags_misc_autotest to fail,
> so I'm queuing a retest for this series.
I agree ;-).
About this failure here, I had a look at the logs: this is som
在 2023/9/21 19:02, Ferruh Yigit 写道:
On 9/21/2023 10:18 AM, lihuisong (C) wrote:
在 2023/9/16 1:29, Ferruh Yigit 写道:
On 8/17/2023 9:42 AM, Huisong Li wrote:
If a port doesn't support PTP, there is no need to keep running
app. So this patch adds the check for PTP capability.
Fixes: 7a04a4f67dc
>
> On 9/21/2023 10:18 AM, lihuisong (C) wrote:
> >
> > 在 2023/9/16 1:29, Ferruh Yigit 写道:
> >> On 8/17/2023 9:42 AM, Huisong Li wrote:
> >>> If a port doesn't support PTP, there is no need to keep running app.
> >>> So this patch adds the check for PTP capability.
> >>>
> >>> Fixes: 7a04a4f67dca
HI Ferruh,
> On 9/21/2023 11:02 AM, lihuisong (C) wrote:
> > Hi Ferruh,
> >
> > Sorry for my delay reply because of taking a look at all PMDs
> > implementation.
> >
> >
> > 在 2023/9/16 1:46, Ferruh Yigit 写道:
> >> On 8/17/2023 9:42 AM, Huisong Li wrote:
> >>> From the first version of ptpclient,
On 3/1/2023 3:06 AM, Chengwen Feng wrote:
> This patch fixes race-condition of proactive error handling mode, the
> discussion thread [1].
>
> [1]
> http://patchwork.dpdk.org/project/dpdk/patch/20230220060839.1267349-2-ashok.k.kal...@intel.com/
>
> Chengwen Feng (5):
> ethdev: fix race-conditi
On 9/21/2023 11:02 AM, lihuisong (C) wrote:
> Hi Ferruh,
>
> Sorry for my delay reply because of taking a look at all PMDs
> implementation.
>
>
> 在 2023/9/16 1:46, Ferruh Yigit 写道:
>> On 8/17/2023 9:42 AM, Huisong Li wrote:
>>> From the first version of ptpclient, it seems that this example
>>
On 9/21/2023 10:18 AM, lihuisong (C) wrote:
>
> 在 2023/9/16 1:29, Ferruh Yigit 写道:
>> On 8/17/2023 9:42 AM, Huisong Li wrote:
>>> If a port doesn't support PTP, there is no need to keep running
>>> app. So this patch adds the check for PTP capability.
>>>
>>> Fixes: 7a04a4f67dca ("examples/ptpclie
> -Original Message-
> From: Anoob Joseph
> Sent: Thursday, September 21, 2023 11:55 AM
> To: Van Haaren, Harry
> Cc: Hemant Agrawal ; dev@dpdk.org; Matz, Olivier
> ; Vidya Sagar Velumuri ;
> Thomas Monjalon ; Akhil Goyal ;
> Jerin Jacob Kollanukkaran ; Konstantin Ananyev
>
> Subject: RE
On 9/21/2023 9:34 AM, Wei Hu wrote:
> This is to combine two patches into a patchset. These two patches can
> be compiled independently. But we need both to make mana functional
> in 32 bit.
>
> Review comments received previously were also incorporated.
> - change port casting from size_t to uin
On 9/21/2023 9:34 AM, Wei Hu wrote:
> Add 32 bit short doorbell support. Ring short doorbell when running
> in 32 bit applicactions.
>
s/applicactions/applications/
can fix while merging
On 9/21/2023 9:34 AM, Wei Hu wrote:
> Enable 32 bit build on x86 Linux. Fixed build warnings and errors
> when building in 32 bit.
>
> With this patch, mana will be able to build into 32 bit. However,
> another patch for mana short doorbell support is needed to make
> mana fully functional for 32
Hi Harry,
Please see inline.
Thanks,
Anoob
> -Original Message-
> From: Van Haaren, Harry
> Sent: Thursday, September 21, 2023 2:09 PM
> To: Anoob Joseph
> Cc: Hemant Agrawal ; dev@dpdk.org; Matz,
> Olivier ; Vidya Sagar Velumuri
> ; Thomas Monjalon ;
> Akhil Goyal ; Jerin Jacob Kollan
On Thu, Sep 21, 2023 at 10:29:23AM +, Shibin Koikkara Reeny wrote:
> Commit 33d66940e9ba ("build: use C11 standard") enforces
> the C11 standard so some changes need to be made to the
> af_xdp driver meson build to ensure that the appropriate
> cflags are passed when checking if certain functio
On Thu, Sep 21, 2023 at 10:29:23AM +, Shibin Koikkara Reeny wrote:
> Commit 33d66940e9ba ("build: use C11 standard") enforces
> the C11 standard so some changes need to be made to the
> af_xdp driver meson build to ensure that the appropriate
> cflags are passed when checking if certain functio
> Subject: [PATCH v2 1/3] security: introduce out of place support for inline
> ingress
>
> Similar to out of place(OOP) processing support that exists for
> Lookaside crypto/security sessions, Inline ingress security
> sessions may also need out of place processing in usecases
> where original en
> -Original Message-
> From: David Marchand
> Sent: Thursday, September 21, 2023 1:55 PM
> To: Zhang, Qi Z
> Cc: dev@dpdk.org; ktray...@redhat.com; m...@redhat.com;
> dexia...@jaguarmicro.com; sta...@dpdk.org; Yang, Qiming
> ; Kevin Liu
> Subject: Re: [PATCH 2/2] net/ice: fix TSO with
Commit 33d66940e9ba ("build: use C11 standard") enforces
the C11 standard so some changes need to be made to the
af_xdp driver meson build to ensure that the appropriate
cflags are passed when checking if certain functions are
available in the libbpf/libxdp libraries.
Fixes: 33d66940e9ba ("build:
From: Pavan Nikhilesh
Add test case to verify event link profiles.
Signed-off-by: Pavan Nikhilesh
---
app/test/test_eventdev.c | 117 +++
1 file changed, 117 insertions(+)
diff --git a/app/test/test_eventdev.c b/app/test/test_eventdev.c
index c51c93bdbd..0e
From: Pavan Nikhilesh
Implement event link profiles support on CN10K and CN9K.
Both the platforms support up to 2 link profiles.
Signed-off-by: Pavan Nikhilesh
---
doc/guides/eventdevs/cnxk.rst | 1 +
doc/guides/eventdevs/features/cnxk.ini | 3 +-
doc/guides/rel_notes/release_23_11.
From: Pavan Nikhilesh
A collection of event queues linked to an event port can be
associated with a unique identifier called as a profile, multiple
such profiles can be created based on the event device capability
using the function `rte_event_port_profile_links_set` which takes
arguments similar
1 - 100 of 138 matches
Mail list logo