Re: Bihash Support in DPDK

2024-08-29 Thread rajesh goel
Thanks Stephen , Vladimir, Let me explore DPDK RCU more, if it helps my application. Will get back with my results. Regards. Rajesh On Wed, Aug 28, 2024 at 10:53 PM Stephen Hemminger < step...@networkplumber.org> wrote: > On Wed, 28 Aug 2024 15:54:27 + > "Medvedkin, Vladimir" wrote: > > >

Re: memif insufficient padding

2024-08-29 Thread Mattias Rönnblom
On 2024-08-28 23:04, Morten Brørup wrote: Jakub, While browsing virtual interfaces in DPDK, I noticed a possible performance issue in the memif driver: If "head" and "tail" are accessed by different lcores, they are not sufficiently far away from each other (and other hot fields) to prevent f

Re: [PATCH v1 1/3] bbdev: new k0 parameter for LDPC decoder operation

2024-08-29 Thread Maxime Coquelin
Hi, On 7/1/24 23:27, Nicolas Chautru wrote: In latest 3GPP 38.212, the k0 value is not necessaraly directly necessarily* derived from rv_index, in that case a value can be provided in API. When this value is non null this would override the value which would be computed purely from rv_index.

Re: [PATCH v1 2/3] test/bbdev: add support for k0 parameter

2024-08-29 Thread Maxime Coquelin
On 7/1/24 23:27, Nicolas Chautru wrote: New k0 added in LDPC decoder structure can be parsed by the bbdev test application. Signed-off-by: Nicolas Chautru --- app/test-bbdev/test_bbdev_perf.c | 7 +-- app/test-bbdev/test_bbdev_vector.c | 4 app/test-bbdev/test_bbdev_vector.h |

Re: [PATCH v1 3/3] baseband/acc: add support for k0 parameter

2024-08-29 Thread Maxime Coquelin
On 7/1/24 23:27, Nicolas Chautru wrote: The k0 may be provided to the PMD, which would be used as the circular buffer starting position instead of value which would be computed from legacy rv_index derived computation. Signed-off-by: Nicolas Chautru --- drivers/baseband/acc/acc_common.h

Re: [PATCH] bus/pci: don't open uio device in secondary process

2024-08-29 Thread Chenbo Xia
> On Aug 28, 2024, at 18:40, Konrad Sztyber wrote: > > External email: Use caution opening links or attachments > > > The uio_pci_generic driver clears the bus master bit when the device > file is closed. So, when the secondary process terminates after probing Should be one space before ‘So

Re: [PATCH v1 1/2] bbdev: add new function to dump debug information

2024-08-29 Thread Maxime Coquelin
On 7/2/24 20:55, Chautru, Nicolas wrote: Hi Hemant, -Original Message- From: Hemant Agrawal Sent: Tuesday, July 2, 2024 3:54 AM To: Chautru, Nicolas ; dev@dpdk.org; maxime.coque...@redhat.com Cc: hemant.agra...@nxp.com; Marchand, David ; Vargas, Hernan Subject: Re: [PATCH v1 1/2] b

Re: [PATCH v3] net/iavf: support rte flow with mask for FDIR

2024-08-29 Thread David Marchand
Hello, On Fri, Dec 15, 2023 at 4:19 AM Zhichao Zeng wrote: > > This patch supports rte flow with mask for FDIR, including > eth/ipv4/ipv6/tcp/udp flow items, where src/dst for ipv4/ipv6 > and sport/dport for tcp/udp are realized by switch filter. > > Signed-off-by: Zhichao Zeng Is this supposed

Re: [PATCH v2 1/3] app/testpmd: add register keyword

2024-08-29 Thread Varghese, Vipin
On 8/27/2024 11:09 PM, Stephen Hemminger wrote: not sure why compiler would not decide to already use a register here? Hi Stephen, I totally agree with your point, but in practice it did not use registers for code generation.

RE: 23.11.2 patches review and test

2024-08-29 Thread Ali Alnubani
> -Original Message- > From: Xueming Li > Sent: Thursday, August 22, 2024 3:07 PM > To: sta...@dpdk.org > Cc: dev@dpdk.org; Abhishek Marathe ; Ali > Alnubani ; David Christensen ; > Hemant Agrawal ; Ian Stokes > ; Jerin Jacob ; John McNamara > ; Ju-Hyoung Lee ; Kevin > Traynor ; Luca Bocca

RE: memif insufficient padding

2024-08-29 Thread Morten Brørup
> From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] > > On 2024-08-28 23:04, Morten Brørup wrote: > > Jakub, > > > > While browsing virtual interfaces in DPDK, I noticed a possible performance > issue in the memif driver: > > > > If "head" and "tail" are accessed by different lcores, they are

[PATCH v2] bus/pci: don't open uio device in secondary process

2024-08-29 Thread Konrad Sztyber
The uio_pci_generic driver clears the bus master bit when the device file is closed. So, when the secondary process terminates after probing a device, that device becomes unusable in the primary process. To avoid that, the device file is now opened only in the primary process. The commit that intr

Re: [PATCH v2] net/mlx5: add metadata split for compatibility API

2024-08-29 Thread Raslan Darawsheh
hi, From: Bing Zhao Sent: Thursday, July 4, 2024 1:26 PM To: Slava Ovsiienko; dev@dpdk.org; Raslan Darawsheh Cc: Ori Kam; Dariusz Sosnowski; Suanming Mou; Matan Azrad Subject: [PATCH v2] net/mlx5: add metadata split for compatibility API The method will not create any new flow rule implicitly d

Re: [PATCH 0/4] non-template fixes set

2024-08-29 Thread Raslan Darawsheh
Hi, From: Bing Zhao Sent: Tuesday, July 23, 2024 11:15 AM To: Dariusz Sosnowski; Slava Ovsiienko; dev@dpdk.org; Raslan Darawsheh Cc: Ori Kam; Suanming Mou; Matan Azrad Subject: [PATCH 0/4] non-template fixes set A set for cumulative fixes of non-template API support. Bing Zhao (4): net/mlx5/h

Re: [PATCH v2] net/mlx5: workaround list management of Rx queue control

2024-08-29 Thread Raslan Darawsheh
Hi, From: Bing Zhao Sent: Tuesday, July 23, 2024 2:14 PM To: Dariusz Sosnowski; Slava Ovsiienko; dev@dpdk.org; Raslan Darawsheh Cc: Ori Kam; Suanming Mou; Matan Azrad Subject: [PATCH v2] net/mlx5: workaround list management of Rx queue control The LIST_REMOVE macro only removes the entry from th

[PATCH v1 01/15] net/ixgbe/base: remove minsrevs code from DPDK

2024-08-29 Thread Anatoly Burakov
Commit add44414762c ("net/ixgbe/base: add E610 NVM-related operations") has added code to read minimum security revision from NVM. This code was not meant to be included in DPDK, and was only meant for other drivers derived from shared base code, but was present due to the way shared driver code sn

[PATCH v1 02/15] net/ixgbe/base: add missing ACI definitions

2024-08-29 Thread Anatoly Burakov
When adding Admin Command Interface and E610 device support, some ACI capabilities definition code was missed due to the way shared driver code snapshot was generated. Add missing code paths. Fixes: 25b48e569f2f ("net/ixgbe/base: add E610 Admin Command Interface") Fixes: 7c3bfffda43d ("net/ixgbe/b

[PATCH v1 03/15] net/ixgbe/base: add missing E610 definitions

2024-08-29 Thread Anatoly Burakov
When adding support for E610 bringup, some definitions and code paths were accidentally omitted due to the way the shared driver snapshot was created. Add missing definitions and code paths. Fixes: 316637762a5f ("net/ixgbe/base: enable E610 device") Signed-off-by: Anatoly Burakov --- drivers/ne

[PATCH v1 04/15] net/ixgbe/base: add missing legacy mailbox API

2024-08-29 Thread Anatoly Burakov
When the new mailbox API was introduced, the legacy mailbox API was also provided, but was missing from the patches due to the way the patches were generated. This patch adds the missing legacy mailbox API to the driver. Fixes: 6d243d2caf2c ("net/ixgbe/base: introduce new mailbox API") Signed-off

[PATCH v1 05/15] net/ixgbe/base: add E610 VF HV macro

2024-08-29 Thread Anatoly Burakov
From: Jedrzej Jagielski At this point there is no macro specific for E610 VF HV. Add it to ixgbe_type.h Signed-off-by: Jedrzej Jagielski Signed-off-by: Anatoly Burakov --- drivers/net/ixgbe/base/ixgbe_type.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ixgbe/base/ixgbe_type

[PATCH v1 06/15] net/ixgbe/base: fix unchecked return value

2024-08-29 Thread Anatoly Burakov
From: Barbara Skobiej There was unchecked return value in the ixgbe_stop_mac_link_on_d3_82599 function. Added checking of return value from the called function ixgbe_read_eeprom. Signed-off-by: Barbara Skobiej Signed-off-by: Anatoly Burakov --- drivers/net/ixgbe/base/ixgbe_82599.c | 8 +--

[PATCH v1 07/15] net/ixgbe/base: fix media type handling for E610

2024-08-29 Thread Anatoly Burakov
From: Krzysztof Galazka Media type information should not be updated by ixgbe_aci_get_link_info function because it will be incorrectly set as unknown when link is down. Do it only in ixgbe_get_media_type_E610. Signed-off-by: Krzysztof Galazka Signed-off-by: Anatoly Burakov --- drivers/net/ix

[PATCH v1 08/15] net/ixgbe/base: fix speed autonegotiation on E610

2024-08-29 Thread Anatoly Burakov
From: Krzysztof Galazka When user changed advertised speed settings and link was already up driver asked FW only for active PHY configuration. This prevented it from adding speeds, which are supported but was earlier disabled by user. Get all speeds supported by HW to allow user enabling any of t

[PATCH v1 09/15] net/ixgbe/base: FW API version update

2024-08-29 Thread Anatoly Burakov
From: Pawel Malinowski Update FW API version to 1.7. Signed-off-by: Pawel Malinowski Signed-off-by: Anatoly Burakov --- drivers/net/ixgbe/base/ixgbe_type_e610.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ixgbe/base/ixgbe_type_e610.h b/drivers/net/ixgbe/ba

[PATCH v1 10/15] net/ixgbe/base: handle 5G link speed for E610

2024-08-29 Thread Anatoly Burakov
From: Piotr Kwapulinski When detecting the 5G link speed take into account the E610 VF MAC type in ixgbe_check_mac_link_vf(). Signed-off-by: Piotr Kwapulinski Signed-off-by: Anatoly Burakov --- drivers/net/ixgbe/base/ixgbe_vf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --g

[PATCH v1 11/15] net/ixgbe/base: remove FW API version check

2024-08-29 Thread Anatoly Burakov
From: Krzysztof Galazka Only certain variants of drivers rely on FW API version check in shared code. Other drivers implement their own logic due to differences in requirements. DPDK does not require the FW API check. Signed-off-by: Krzysztof Galazka Signed-off-by: Anatoly Burakov --- drivers

[PATCH v1 12/15] net/ixgbe/base: disable thermal sensor ops for E610

2024-08-29 Thread Anatoly Burakov
From: Andrzej Wilczynski According to data sheet, E610 doesn't expose current reading from thermal sensors. Currently, E610 sensor ops are the same as for X540, which will include the unsupported op. This patch disables those ops for E610 to avoid attempts to read those sensors. Signed-off-by: A

[PATCH v1 13/15] net/ixgbe/base: fix mailbox ACK handling

2024-08-29 Thread Anatoly Burakov
From: NorbertX Ciosek Check if CTS bit is set in the mailbox message before waiting for ACK. Otherwise ACK will never be received causing the function to timeout. Add a note for ixgbe_write_mbx that it should be called while holding a lock. Signed-off-by: NorbertX Ciosek Signed-off-by: Anatoly

[PATCH v1 14/15] net/ixgbe/base: correct NVM access type for EEPROM writes on E610

2024-08-29 Thread Anatoly Burakov
From: Przemyslaw Gierszynski NVM acquire function was incorrectly invoked with a read-only access type when intending to perform a write operation to the EEPROM. This commit corrects the access type used during the acquisition of the NVM. The change ensures that the NVM is acquired with write acc

[PATCH v1 15/15] net/ixgbe: add PCI IDs for new device variants

2024-08-29 Thread Anatoly Burakov
Include different variants of E610 in the PCI ID table to ensure they are able to be initialized by DPDK driver. Fixes: 316637762a5f ("net/ixgbe/base: enable E610 device") Signed-off-by: Anatoly Burakov --- drivers/net/ixgbe/ixgbe_ethdev.c | 5 + 1 file changed, 5 insertions(+) diff --git

Re: [PATCH] net/mlx5: fix NVGRE item validation for template API

2024-08-29 Thread Raslan Darawsheh
Hi, From: Jiawei(Jonny) Wang Sent: Friday, July 26, 2024 4:49 AM To: Bing Zhao; Slava Ovsiienko; Dariusz Sosnowski; Ori Kam; Suanming Mou; Matan Azrad; Gregory Etelson Cc: dev@dpdk.org; Raslan Darawsheh; sta...@dpdk.org Subject: [PATCH] net/mlx5: fix NVGRE item validation for template API The t

Re: 23.11.2 patches review and test

2024-08-29 Thread Xueming Li
Hi Ali, Thanks for the verification and support! Best regards, Xueming From: Ali Alnubani Sent: Thursday, August 29, 2024 4:46 PM To: Xueming Li ; sta...@dpdk.org Cc: dev@dpdk.org ; Abhishek Marathe ; David Christensen ; Hemant Agrawal ; Ian Stokes ; Jerin Ja

[DPDK/ethdev Bug 1529] "net_txgbe" have not implemented outer UDP checksum offload, but the capability flag has been set.

2024-08-29 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1529 Bug ID: 1529 Summary: "net_txgbe" have not implemented outer UDP checksum offload, but the capability flag has been set. Product: DPDK Version: 24.07 Hardware: All

[PATCH] dts: add RSS functions to testpmd

2024-08-29 Thread Alex Chapman
This patch adds the required functionality for the RSS key_update, RETA, and hash test suites. This includes: The setting of custom RETA values for routing packets to specific queues. The setting of the RSS mode on all ports, to specify how to hash the packets. The updating of the RSS hash key used

Re: [PATCH v8 2/3] eventdev: add support for independent enqueue

2024-08-29 Thread Jerin Jacob
On Wed, Aug 28, 2024 at 10:29 PM Sevincer, Abdullah wrote: > > Thanks Mattias, > > Hi Jerin, > > Are you okay with the changes so far? The overall outlook is OK. Send next version with release note changes from 24.07 to 24.11.

Re: [PATCH v3 11/12] dts: add Rx offload capabilities

2024-08-29 Thread Jeremy Spewock
On Wed, Aug 28, 2024 at 1:44 PM Jeremy Spewock wrote: > > On Wed, Aug 21, 2024 at 10:53 AM Juraj Linkeš > wrote: > > > diff --git a/dts/framework/remote_session/testpmd_shell.py > > b/dts/framework/remote_session/testpmd_shell.py > > index 48c31124d1..f83569669e 100644 > > --- a/dts/framework/r

[PATCH v9 0/3] Independent Enqueue Support

2024-08-29 Thread Abdullah Sevincer
v8: Address build issues. v7: Address documentation reviews. v6: Update patch with more documentation v5: Address build issues v4: Address comments v3: Fix CI/build issues v2: Fix CI/build issues v1: Initial patchset Abdullah Sevincer (3): event/dlb2: add support for independent enqueue eventd

[PATCH v9 1/3] event/dlb2: add support for independent enqueue

2024-08-29 Thread Abdullah Sevincer
DLB devices need events to be enqueued in the same order they are dequeued. Applications are not suppose to change event order between dequeue and to enqueue. Since Eventdev standard does not add such restrictions independent enqueue support is needed for DLB PMD so that it restores dequeue order o

[PATCH v9 2/3] eventdev: add support for independent enqueue

2024-08-29 Thread Abdullah Sevincer
This commit adds support for independent enqueue feature and updates Event Device and PMD feature list. A new capability RTE_EVENT_DEV_CAP_INDEPENDENT_ENQ is introduced. It allows out-of-order enqueuing of RTE_EVENT_OP_FORWARD or RELEASE type events on an event port where this capability is enable

[PATCH v9 3/3] event/dsw: add capability for independent enqueue

2024-08-29 Thread Abdullah Sevincer
To use independent enqueue capability applications need to set flag RTE_EVENT_PORT_CFG_INDEPENDENT_ENQ during port setup only if the capability RTE_EVENT_DEV_CAP_INDEPENDENT_ENQ exists. Hence, this commit adds the capability of independent enqueue to the DSW driver. Signed-off-by: Abdullah Sevince

Re: [RFC PATCH v3 2/2] dts: Initial Implementation For Jumbo Frames Test Suite

2024-08-29 Thread Nicholas Pratte
Hi Alex, thanks for the review! See my comments below. > > +IP_HEADER_LEN = 20 > > +ETHER_STANDARD_FRAME = 1500 > > +ETHER_JUMBO_FRAME_MTU = 9000 > > For these constants, I am confused why one is "FRAME" and the other is > "MTU". The value of 'ETHER_STANDARD_FRAME' is 1500 (the standard MTU > si

Re: [PATCH v3 1/4] dts: add send_packets to test suites and rework packet addressing

2024-08-29 Thread Nicholas Pratte
Hi Jeremy, sorry for the delay! See my comments below. > > > Assumptions: > > > Two links between SUT and TG, one link is TG -> SUT, the > > > other SUT -> TG. > > > > > > Args: > > > -packet: The packet to modify. > > > +packets: The packet

[PATCH v2 0/2] bbdev: dump debug information

2024-08-29 Thread Nicolas Chautru
v2: updated with comments from Hemant and rebased. v1: Hi Maxime. Adding new support to support troubleshooting. This provides to the application an API to dump into file information to help troubleshoot issue on a queue. Some of it is tracked at bbdev level and some extra information can be

[PATCH v2 1/2] bbdev: add new function to dump debug information

2024-08-29 Thread Nicolas Chautru
This provides a new API to dump more debug information related to the status on a given bbdev queue. Some of this information is visible at bbdev level. This also provides a new option dev op, to print more information at the lower PMD level. This helps user to troubleshoot issues related to previo

[PATCH v2 2/2] baseband/acc: improvement to logging mechanism

2024-08-29 Thread Nicolas Chautru
Support the new dev op to dump operations information related to a given queue and information on previous errors detected by the driver and tracked internally in PMD. Signed-off-by: Nicolas Chautru --- drivers/baseband/acc/acc_common.h | 37 + drivers/baseband/acc/rte_vrb_pmd.c | 128

[PATCH 0/3] Increase the queue number of representor port

2024-08-29 Thread Chaoyong He
This patch series increase rxq/txq number of representor ports, aims to increase the speed of slow path. Long Wu (3): net/nfp: remove restrictions on port queue number net/nfp: increase representor port rxq number net/nfp: increase representor port txq number drivers/net/nfp/flower/nfp_flo

[PATCH 1/3] net/nfp: remove restrictions on port queue number

2024-08-29 Thread Chaoyong He
From: Long Wu The flower firmware can support multi-queue for representor port now, so remove restrictions on queue number of representor port. Signed-off-by: Long Wu Reviewed-by: Chaoyong He Reviewed-by: Peng Zhang --- drivers/net/nfp/flower/nfp_flower_representor.c | 12 ++-- 1 fil

[PATCH 2/3] net/nfp: increase representor port rxq number

2024-08-29 Thread Chaoyong He
From: Long Wu This commit supports configuring multiple Rx queues for flower representor port. Signed-off-by: Long Wu Reviewed-by: Chaoyong He Reviewed-by: Peng Zhang --- drivers/net/nfp/flower/nfp_flower.c | 8 ++-- drivers/net/nfp/flower/nfp_flower.h | 2 +- .../net/n

[PATCH 3/3] net/nfp: increase representor port txq number

2024-08-29 Thread Chaoyong He
From: Long Wu This commit supports configuring multiple Tx queues for flower representor port. Signed-off-by: Long Wu Reviewed-by: Chaoyong He Reviewed-by: Peng Zhang --- drivers/net/nfp/flower/nfp_flower_representor.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git

[PATCH 0/2] Support match flow rule Ethernet type field

2024-08-29 Thread Chaoyong He
This patch series add support of match flow rule Ethernet type field, also do some needed refactor. Long Wu (2): net/nfp: refactor flow item calculate function arguments net/nfp: flow rule supports match Ethernet type drivers/net/nfp/flower/nfp_flower_cmsg.h | 14 + drivers/net/nfp/flowe

[PATCH 1/2] net/nfp: refactor flow item calculate function arguments

2024-08-29 Thread Chaoyong He
From: Long Wu Refactor the flow item calculate function, unify the arguments of item check and calculate function, make the Ethernet item calculate function more readable. Signed-off-by: Long Wu Reviewed-by: Chaoyong He --- drivers/net/nfp/flower/nfp_flower_flow.c | 46 ++-

[PATCH 2/2] net/nfp: flow rule supports match Ethernet type

2024-08-29 Thread Chaoyong He
From: Long Wu Add the support of match ethernet type item when using flower firmware, with a limit that it can only be used alone. Signed-off-by: Long Wu Reviewed-by: Chaoyong He --- drivers/net/nfp/flower/nfp_flower_cmsg.h | 14 ++ drivers/net/nfp/flower/nfp_flower_flow.c | 34 ++

Re: [PATCH v2] bus/pci: don't open uio device in secondary process

2024-08-29 Thread Chenbo Xia
> On Aug 29, 2024, at 16:57, Konrad Sztyber wrote: > > External email: Use caution opening links or attachments > > > The uio_pci_generic driver clears the bus master bit when the device > file is closed. So, when the secondary process terminates after probing > a device, that device becomes

v4_acl lookup failed after rte_pktmbuf_adj in dpdk pipeline

2024-08-29 Thread Balakrishnan K
Hi All, I using dpdk pipeline and performing table lookup to decide the packet forwarding. One of my use case v4_acl lookup failing could not find the reason. Scenario: pipeline test_pipe1 table match v4_acl ipv4 offset 274 size 1K action test. Acl table offset is set to 274. In coming packe

[PATCH v3 2/8] zsda: add support for zsdadev operations

2024-08-29 Thread Hanxiao Li
Add support for zsdadev operations such as dev_start and dev_stop. Signed-off-by: Hanxiao Li --- drivers/common/zsda/zsda_device.c | 476 ++ drivers/common/zsda/zsda_device.h | 103 +++ 2 files changed, 579 insertions(+) create mode 100644 drivers/common/zsda/zsd

[PATCH v3 4/8] zsda: add zsda compressdev driver and interface

2024-08-29 Thread Hanxiao Li
Add zsda compressdev driver and enqueue, dequeue interface. Signed-off-by: Hanxiao Li --- drivers/compress/zsda/zsda_comp.c | 320 ++ drivers/compress/zsda/zsda_comp.h | 27 ++ drivers/compress/zsda/zsda_comp_pmd.c | 453 ++ drivers/compress/zsda/

[PATCH v3 5/8] zsda: modify files for introducing zsda cryptodev

2024-08-29 Thread Hanxiao Li
It is necessary to make necessary modifications to existing files based on the newly introduced content Signed-off-by: Hanxiao Li --- MAINTAINERS | 3 ++ drivers/common/zsda/zsda_common.h | 50 + drivers/common/zsda/zsda_device.c | 54 +-

[PATCH v3 6/8] zsda: add zsda crypto-pmd

2024-08-29 Thread Hanxiao Li
Add new file zsda_sym_pmd.c, zsda_sym_pmd.h in drivers/crypto/zsda Signed-off-by: Hanxiao Li --- drivers/crypto/zsda/zsda_sym_capabilities.h | 112 + drivers/crypto/zsda/zsda_sym_pmd.c | 429 drivers/crypto/zsda/zsda_sym_pmd.h | 35 ++ 3 files changed,

[PATCH v3 1/8] zsda: Introduce zsda device drivers

2024-08-29 Thread Hanxiao Li
Introduce driver support for ZSDA which can help to accelerate storage data process. Signed-off-by: Hanxiao Li --- MAINTAINERS | 4 + config/rte_config.h | 4 + drivers/common/zsda/meson.build | 25 +++ drivers/common/zsda/zsda_common.c | 168 ++

[PATCH v3 3/8] zsda: add support for queue operation

2024-08-29 Thread Hanxiao Li
Add queue initialization, release, enqueue, dequeue and other interface. Signed-off-by: Hanxiao Li --- drivers/common/zsda/zsda_qp.c | 720 ++ drivers/common/zsda/zsda_qp.h | 160 2 files changed, 880 insertions(+) create mode 100644 drivers/common/zsda/

[PATCH v3 7/8] zsda: add zsda crypto-sym

2024-08-29 Thread Hanxiao Li
Add new file zsda_sym.c, zsda_sym.h in drivers/crypto/zsda Signed-off-by: Hanxiao Li --- drivers/crypto/zsda/zsda_sym.c | 286 + drivers/crypto/zsda/zsda_sym.h | 25 +++ 2 files changed, 311 insertions(+) create mode 100644 drivers/crypto/zsda/zsda_sym.c create

[PATCH v3 8/8] zsda: add zsda crypto-session and compile file

2024-08-29 Thread Hanxiao Li
Add new file zsda_sym_session.c, zsda_symsession.h and modify drivers/common/zsda/meson.build Signed-off-by: Hanxiao Li --- drivers/common/zsda/meson.build| 17 +- drivers/common/zsda/zsda_device.h | 1 - drivers/crypto/zsda/zsda_sym_session.c | 500 + dri