From: Tejasree Kondoj
Add fragmented plain packet known vector test case in
IPsec outbound.
Signed-off-by: Tejasree Kondoj
---
app/test/test_cryptodev.c | 22 +
app/test/test_cryptodev_security_ipsec.c | 10 ++
app/test/test_cryptodev_security_ipsec.h
Add transport mode tests with test cases for IPv4 packets.
Signed-off-by: Anoob Joseph
---
app/test/test_cryptodev.c| 39 ++
app/test/test_cryptodev_security_ipsec.c | 71 +---
app/test/test_cryptodev_security_ipsec.h | 1 +
3 files c
From: Ankur Dwivedi
Adds security stats test cases in IPSEC protocol testsuite.
Signed-off-by: Ankur Dwivedi
---
app/test/test_cryptodev.c| 21 +
app/test/test_cryptodev_security_ipsec.c | 29 +
app/test/test_cryptodev_security_ip
From: Tejasree Kondoj
Add known vectors for AES-CTR in lookaside IPsec mode.
Signed-off-by: Tejasree Kondoj
---
app/test/test_cryptodev_security_ipsec.h | 15 +++
1 file changed, 15 insertions(+)
diff --git a/app/test/test_cryptodev_security_ipsec.h
b/app/test/test_cryptodev_secu
From: Tejasree Kondoj
Add fragmented plain packet test case in combined mode.
Signed-off-by: Tejasree Kondoj
---
app/test/test_cryptodev.c| 16
app/test/test_cryptodev_security_ipsec.c | 7 +++
2 files changed, 23 insertions(+)
diff --git a/app/test/test_
From: Tejasree Kondoj
Skipping NULL auth in ICV corruption test case.
Signed-off-by: Tejasree Kondoj
---
app/test/test_cryptodev.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index 744eb9f..0f7885c 100644
--- a/app/test/test_cr
Add known vector test cases for NULL cipher + AES-XCBC. Also add both
algos to the combined mode list of algos.
Signed-off-by: Anoob Joseph
---
app/test/test_cryptodev.c | 38 +++--
app/test/test_cryptodev_security_ipsec.c | 2 +
app/test/test_cryptodev_se
Add test cases to verify copy DF and set DF options with lookaside IPsec
offload.
Signed-off-by: Anoob Joseph
---
app/test/test_cryptodev.c| 75
app/test/test_cryptodev_security_ipsec.c | 71 --
app/test/test_cryptodev_
On Mon, Dec 6, 2021 at 12:24 PM Liron Himi wrote:
>
> Hi,
>
> This patch is not just for map update.
> what about all other changes?
1) roc_ree.c is added in this patch to build. It should be moved to
the first patch where thing started building
+'roc_ree.c',
2) All other minor changes i
> -Original Message-
> From: Brandon Lo
> Sent: Friday, December 3, 2021 6:45 PM
> To: Mcnamara, John
> Cc: Zhang, Roy Fan ; dev ;
> Kovacevic, Marko
> Subject: Re: [dpdk-dev] Question Regarding FIPS Validation in DPDK
>
> On Thu, Dec 2, 2021 at 9:45 AM Mcnamara, John
> wrote:
> > >
Hi,
> -Original Message-
> From: Michael Baum
> Sent: Tuesday, November 23, 2021 8:38 PM
> To: dev@dpdk.org
> Cc: Matan Azrad ; Raslan Darawsheh
> ; Slava Ovsiienko ; Michael
> Baum
> Subject: [PATCH 0/3] fix MPRQ prepare
>
> From: Michael Baum
>
> Prepare Multy-Packet RQ and fix miss
Hi,
> -Original Message-
> From: Slava Ovsiienko
> Sent: Friday, November 26, 2021 3:10 PM
> To: dev@dpdk.org
> Cc: ferruh.yi...@intel.com; NBU-Contact-Thomas Monjalon (EXTERNAL)
> ; Matan Azrad ; Raslan
> Darawsheh
> Subject: [PATCH v2] net/mlx5: fix modify field MAC address offset
>
>
Hi,
> -Original Message-
> From: Slava Ovsiienko
> Sent: Monday, November 29, 2021 2:33 PM
> To: dev@dpdk.org
> Cc: Matan Azrad ; Raslan Darawsheh
> ; sta...@dpdk.org
> Subject: [PATCH] net/mlx5: fix metadata endianness in modify field action
>
> As modify field action immediate source p
On Sun, Dec 05, 2021 at 07:52:33PM -0600, Lewis Donzis wrote:
>
>
> - On Nov 30, 2021, at 7:42 AM, Bruce Richardson
> bruce.richard...@intel.com wrote:
>
> > On Mon, Nov 29, 2021 at 02:45:15PM -0600, Lewis Donzis wrote:
> >>Hello.
> >>We just upgraded from 21.08 to 21.11 and it's ra
1G Cu SFPs are not officially supported on the X552/X553 family of devices
but treat them as 1G SX modules since they usually work. Print a warning
though since support isn't validated, similar to what already happens for
other unofficially supported SFPs enabled via the allow_unsupported_sfps
par
On Sun, Dec 5, 2021 at 11:30 PM Stephen Hemminger
wrote:
>
> On Sun, 5 Dec 2021 12:33:57 +0530
> Jerin Jacob wrote:
>
> > On Sat, Dec 4, 2021 at 11:08 PM Stephen Hemminger
> > wrote:
> > >
> > > On Sat, 4 Dec 2021 22:54:58 +0530
> > > wrote:
> > >
> > > > + /**
> > > > + * Maximum supp
Add new tests to lookaside IPsec tests.
* Support for chained operations.
* AES-CBC 128 NULL auth known vector tests.
* AES-CBC 128 HMAC-SHA256 known vector tests.
* AES-CBC 128 HMAC-SHA384 known vector tests.
* AES-CBC 128 HMAC-SHA512 known vector tests.
* NULL cipher AES-XCBC known vector tests.
Extend the framework to support chained operations and add
AES-CBC 128 known vector tests.
Signed-off-by: Anoob Joseph
---
app/test/test_cryptodev.c | 62 ++--
app/test/test_cryptodev_security_ipsec.c | 51 ++
app/test/test_cryptodev_security_
From: Tejasree Kondoj
Adding lookaside IPsec AES-CBC-HMAC-SHA256 test cases.
Signed-off-by: Tejasree Kondoj
---
app/test/test_cryptodev.c | 12 ++-
app/test/test_cryptodev_security_ipsec.h | 3 +
.../test_cryptodev_security_ipsec_test_vectors.h | 109 +++
Extend lookaside IPsec combined mode cases to cover chained operations
also.
Currently covering combinations of,
Ciphers,
1. AES-128-CBC
Auth,
1. NULL
2. SHA2-256 [16B ICV]
Signed-off-by: Anoob Joseph
---
app/test/test_cryptodev.c| 11 +++--
app/test/test_cryptodev_security_ip
From: Tejasree Kondoj
Add IPv6 known vector and combined mode tests.
Following modes are added:
Tunnel IPv6 in IPv6
Tunnel IPv4 in IPv4
Tunnel IPv4 in IPv6
Tunnel IPv6 in IPv4
Signed-off-by: Tejasree Kondoj
---
app/test/test_cryptodev.c | 102 ++-
app/test/tes
From: Tejasree Kondoj
Add lookaside IPsec HMAC-SHA384/512 known vectors.
Signed-off-by: Tejasree Kondoj
---
app/test/test_cryptodev.c | 20 ++
app/test/test_cryptodev_security_ipsec.h | 14 +-
.../test_cryptodev_security_ipsec_test_vectors.h | 213 +++
From: Tejasree Kondoj
Add fragmented plain packet known vector test case in
IPsec outbound.
Signed-off-by: Tejasree Kondoj
---
app/test/test_cryptodev.c | 22 +
app/test/test_cryptodev_security_ipsec.c | 10 ++
app/test/test_cryptodev_security_ipsec.h
Add transport mode tests with test cases for IPv4 packets.
Signed-off-by: Anoob Joseph
---
app/test/test_cryptodev.c| 39 ++
app/test/test_cryptodev_security_ipsec.c | 71 +---
app/test/test_cryptodev_security_ipsec.h | 1 +
doc/guides
From: Ankur Dwivedi
Adds security stats test cases in IPSEC protocol testsuite.
Signed-off-by: Ankur Dwivedi
---
app/test/test_cryptodev.c| 21 +
app/test/test_cryptodev_security_ipsec.c | 29 +
app/test/test_cryptodev_security_ip
From: Tejasree Kondoj
Add known vectors for AES-CTR in lookaside IPsec mode.
Signed-off-by: Tejasree Kondoj
---
app/test/test_cryptodev_security_ipsec.h | 15 +++
doc/guides/rel_notes/release_22_03.rst | 1 +
2 files changed, 16 insertions(+)
diff --git a/app/test/test_cryptode
From: Tejasree Kondoj
Add fragmented plain packet test case in combined mode.
Signed-off-by: Tejasree Kondoj
---
app/test/test_cryptodev.c| 16
app/test/test_cryptodev_security_ipsec.c | 7 +++
2 files changed, 23 insertions(+)
diff --git a/app/test/test_
From: Tejasree Kondoj
Skipping NULL auth in ICV corruption test case.
Signed-off-by: Tejasree Kondoj
---
app/test/test_cryptodev.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index 9a8cced..0ab4ca7 100644
--- a/app/test/test_cr
Add known vector test cases for NULL cipher + AES-XCBC. Also add both
algos to the combined mode list of algos.
Signed-off-by: Anoob Joseph
---
app/test/test_cryptodev.c | 38 +++--
app/test/test_cryptodev_security_ipsec.c | 2 +
app/test/test_cryptodev_se
Add test cases to verify copy DF and set DF options with lookaside IPsec
offload.
Signed-off-by: Anoob Joseph
---
app/test/test_cryptodev.c| 75
app/test/test_cryptodev_security_ipsec.c | 71 --
app/test/test_cryptodev_
> -Original Message-
> From: Richardson, Bruce
> Sent: Monday, December 6, 2021 9:17 AM
> To: Lewis Donzis
> Cc: dev ; Wang, Yong ; Ananyev, Konstantin
>
> Subject: Re: vmxnet3 no longer functional on DPDK 21.11
>
> On Sun, Dec 05, 2021 at 07:52:33PM -0600, Lewis Donzis wrote:
> >
>
From: Nipun Gupta
This series adds few features and important fixes on DPAA,
PFE and ENETC devices.
Features added:
- level 2 support for shaping on DPAA2
- loopback configuration for DPNI devices on DPAA2
- Multiple TXQ's enqueue for ordered queues for performance
- VFs support on ENETC
Fixes:
From: Nipun Gupta
update MC firmware library version to 10.29
Signed-off-by: Nipun Gupta
Signed-off-by: Gagandeep Singh
---
drivers/bus/fslmc/mc/fsl_dpmng.h | 2 +-
drivers/net/dpaa2/mc/dpdmux.c | 8 ++
drivers/net/dpaa2/mc/dpkg.c | 7 +-
drivers/net/dpaa2/mc/dpni
From: Nipun Gupta
Outer Shareable Store (oshst) is sufficient for Data Memory
Barrier (dmb) when doing IO on the interface via QBMAN.
This will sync L3/DDR with the L1/L2 cached data.
Signed-off-by: Nipun Gupta
---
drivers/bus/fslmc/qbman/include/compat.h | 4 ++--
1 file changed, 2 insertion
From: Rohit Raj
Added warning message if application is configuring nb_desc
more than supported by PEB memory suggesting user to configure
HW descriptors in normal memory rather than in faster PEB
memory.
Signed-off-by: Rohit Raj
---
drivers/net/dpaa2/dpaa2_ethdev.c | 13 +
1 file
From: Vanshika Shukla
This patch fixes code that handles unregistering LSC
interrupt handler in dpaa2_dev_stop API.
Fixes: c5acbb5ea20e ("net/dpaa2: support link status event")
Cc: sta...@dpdk.org
Signed-off-by: Vanshika Shukla
---
drivers/net/dpaa2/dpaa2_ethdev.c | 7 ++-
1 file changed,
From: Jun Yang
Support the tx enqueue in order queue mode, where queue id
for each event may be different.
Signed-off-by: Jun Yang
---
drivers/event/dpaa2/dpaa2_eventdev.c | 12 ++-
drivers/net/dpaa2/dpaa2_ethdev.h | 4 +
drivers/net/dpaa2/dpaa2_rxtx.c | 142 ++
From: Vanshika Shukla
The current implementation of DPAA2 driver code is such
that it records Rx and Tx timestamp for PTP without checking
if they are PTP packets or not. Packets for which
RTE_MBUF_F_RX_IEEE1588_TMST and RTE_MBUF_F_TX_IEEE1588_TMST
is not set, Rx and Tx timestamp should not be re
From: Gagandeep Singh
This patch adds support for level 2 for QoS shaping.
Signed-off-by: Gagandeep Singh
---
doc/guides/nics/dpaa2.rst | 2 +-
drivers/net/dpaa2/dpaa2_ethdev.c| 55 ++-
drivers/net/dpaa2/dpaa2_ethdev.h| 6 +-
drivers/net/dpaa2/dpaa2_tm.c| 563 +++
From: Jun Yang
This change uses 'dev->process_private' instead of 'priv->hw'
to get dpmcp per process while setting flow distribution,
as priv->hw is only valid for primary process.
It also initialize rte_dpaa2_bpid_info in secondary process.
Signed-off-by: Jun Yang
---
drivers/mempool/dpaa2/d
From: Jun Yang
In order to get connection endpoint of each objects,
scan the dprc object.
Signed-off-by: Jun Yang
Signed-off-by: Nipun Gupta
---
drivers/bus/fslmc/fslmc_bus.c| 15 ++-
drivers/bus/fslmc/fslmc_vfio.c | 18 +++-
drivers/bus/fslmc/mc/dprc.c |
From: Jun Yang
DPAA2 recycle port is used for configuring the device
in the loopback mode. Loopback configuraiton can be at
dpni level or at serdes level.
Signed-off-by: Jun Yang
---
drivers/bus/fslmc/portal/dpaa2_hw_pvt.h | 3 +-
drivers/net/dpaa2/dpaa2_ethdev.c| 32 +-
drivers/net
From: Nipun Gupta
For shared MAC interface, it is a prerequisite to enable the
interface in the kernel, before using it in user-space. This
patch makes sure that device is not getting configured in
case shared MAC interface is not enabled in the kernel.
Signed-off-by: Nipun Gupta
---
drivers/b
From: Nipun Gupta
In case of shared MAC B0V bit in contextA is required
to be set to set so that ASPID is 0.
Signed-off-by: Brick Yang
Signed-off-by: Nipun Gupta
---
drivers/net/dpaa/dpaa_ethdev.c | 4
1 file changed, 4 insertions(+)
diff --git a/drivers/net/dpaa/dpaa_ethdev.c b/drivers
From: Gagandeep Singh
Add virtual function support for enetc devices
Signed-off-by: Gagandeep Singh
---
drivers/net/enetc/enetc_ethdev.c | 25 -
1 file changed, 20 insertions(+), 5 deletions(-)
diff --git a/drivers/net/enetc/enetc_ethdev.c b/drivers/net/enetc/enetc_eth
From: Gagandeep Singh
LS1012A MAC PCS block has an erratum that is seen with specific
PHY AR803x. The issue is triggered by the (spec-compliant)
operation of the AR803x PHY on the LS1012A-FRWY board.
Due to this, good FCS packet is reported as error packet by MAC,
so for these error packets FCS
From: Gagandeep Singh
This patch reduces the delay in the device init.
Signed-off-by: Gagandeep Singh
---
drivers/net/pfe/pfe_hif.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/net/pfe/pfe_hif.c b/drivers/net/pfe/pfe_hif.c
index c4a7154ba7..eade726b2e 10064
From: Apeksha Gupta
remove setting link status where it is not being used
Signed-off-by: Apeksha Gupta
---
drivers/net/pfe/pfe_ethdev.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/net/pfe/pfe_ethdev.c b/drivers/net/pfe/pfe_ethdev.c
index bfcaf51dd9..5a3008cbb5
From: Sachin Saxena
This patch fixes compilation for 32 bit and power PC
compiler.
Fixes: 36220514de01 ("net/pfe: add Rx/Tx")
Cc: sta...@dpdk.org
Signed-off-by: Hemant Agrawal
Signed-off-by: Sachin Saxena
---
drivers/net/pfe/pfe_hif.c | 3 ++-
drivers/net/pfe/pfe_hif_lib.c | 3 ++-
2 fil
On 12/6/2021 8:35 AM, jer...@marvell.com wrote:
From: Jerin Jacob
As per the deprecation notice, In the view of enabling unified driver
for octeontx2(cn9k)/octeontx3(cn10k), removing drivers/octeontx2
drivers and replace with drivers/cnxk/ which
supports both octeontx2(cn9k) and octeontx3(cn10k
- On Dec 6, 2021, at 6:08 AM, Ananyev, Konstantin
konstantin.anan...@intel.com wrote:
> So to clarify, it fails at:
> static int
> vmxnet3_dev_start(struct rte_eth_dev *dev)
> {
> ...
> line 1695:
> if (rte_intr_enable(dev->intr_handle) < 0) {
>PMD_INIT_LOG(ERR,
On 12/2/2021 5:15 PM, Wiles, Keith wrote:
I no longer have the bandwidth to support the TAP PMD, so I am
removing myself as the maintainer so as to not hold up commits.
Thanks Keith, introducing this PMD and maintaining up until now, when
you have more time we would like to see you back.
Mean
Hi all,
Here is a list of patches targeted for stable release 20.11.4.
The planned date for the final release is 31th December.
Please help with testing and validation of your use cases and report
any issues/results with reply-all to this mail. For the final release
the fixes and reported valida
Number of direct credits, atomic inflight and history list sizes
are updated to what is supported in DLB2.0. Revised Class of Service
section is added.
Signed-off-by: Rashmi Shetty
---
doc/guides/eventdevs/dlb2.rst | 32 +++-
1 file changed, 11 insertions(+), 21 delet
On Sat, Dec 04, 2021 at 04:33:37AM +0300, Dmitry Kozlyuk wrote:
> 2021-12-02 16:06 (UTC-0800), Jie Zhou:
> > On Windows, strerror returns just "Unknown error" for errnum greater
> > than MAX_ERRNO, while linux and freebsd returns "Unknown error ",
> > which is the current expectation for errno_auto
v2:
General:
* Fix typos reported by checkpatch (my codespell list was old)
Patch 5:
* Refactor the delay code to use msec_delay(), fixes Windows builds.
I had opencoded some delay checks similar to the jiffies/time_after
scheme used frequently in the Linux kernel, but that failed to build on
Win
Currently all X500EM* MAC types fallthrough to the default case and get
reported as non-SFP regardless of media type, which isn't correct.
Fixes: 0790adeb567 ("ixgbe/base: support X550em_a device")
Cc: sta...@dpdk.org
Signed-off-by: Stephen Douthit
---
drivers/net/ixgbe/ixgbe_ethdev.c | 14
Refactor the SFP check code from ixgbe_check_mac_link_generic into its own
function.
Note that the SFP present status was inverted for the X550EM family of
devices, where SDP0 represents the active low PRSNT# signal from the cage.
Call the new function in ixgbe_identify_module_generic() to short
Make sure an SFP is really a SFF-8472 device that supports the optional
soft rate select feature before just blindly poking those I2C registers.
Skip all I2C traffic if we know there's no SFP.
Fixes: f3430431aba ("ixgbe/base: add SFP+ dual-speed support")
Cc: sta...@dpdk.org
Signed-off-by: Steph
1ca05831b9b added a check that SDP3 (used as a TX_DISABLE output to the
SFP cage on these cards) is not asserted to avoid incorrectly reporting
link up when the SFP's laser is turned off.
ff8162cb957 limited this workaround to fiber ports
Refactor this so it's:
* Not open coded in ixgbe_dev_link
Some XGS-PON SFPs have been observed ACKing I2C reads and returning
uninitialized garbage while their uC boots. This can lead to the SFP ID
code marking an otherwise working SFP module as unsupported if a bogus
ID value is read while its internal PHY/microcontroller is still
booting.
Retry the ID
Currently the ixgbe driver does not ID any SFP except for the first one
plugged in. This can lead to no-link, or incorrect speed conditions.
For example:
* If link is initially established with a 1G SFP, and later a 1G/10G
multispeed part is later installed, then the MAC link setup functions are
1G Cu SFPs are not officially supported on the X552/X553 family of devices
but treat them as 1G SX modules since they usually work. Print a warning
though since support isn't validated, similar to what already happens for
other unofficially supported SFPs enabled via the allow_unsupported_sfps
par
> -Original Message-
> From: Zhang, Qi Z
> Sent: Wednesday, November 24, 2021 09:09
> To: Yang, Qiming
> Cc: dev@dpdk.org; Xu, Wei1 ; Zhang, Qi Z
> ; sta...@dpdk.org
> Subject: [PATCH] net/ice: fix Tx checksum offload capability
>
> Add missing capability for outer UDP Tx checksum.
> A
MISC CPT instruction behaves differently based on minor opcode.
Define the missing minor opcodes for MISC major opcode.
Signed-off-by: Aakash Sasidharan
Signed-off-by: Anoob Joseph
---
drivers/common/cnxk/roc_se.h | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/drivers/
Add support for AES-XCBC key derivation.
Signed-off-by: Anoob Joseph
---
drivers/common/cnxk/meson.build | 1 +
drivers/common/cnxk/roc_aes.c | 208
drivers/common/cnxk/roc_aes.h | 14 +++
drivers/common/cnxk/roc_api.h | 3 +
drivers/common/cn
From: Tejasree Kondoj
Adding AES-CBC-HMAC-SHA256 support to lookaside IPsec PMD.
Signed-off-by: Tejasree Kondoj
---
doc/guides/cryptodevs/cnxk.rst| 39 +++
doc/guides/rel_notes/release_22_03.rst| 4 +++
drivers/common/cnxk/cnxk_security.c
Clear session data before populating fields to not have garbage data.
Signed-off-by: Anoob Joseph
---
drivers/crypto/cnxk/cn10k_ipsec.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/crypto/cnxk/cn10k_ipsec.c
b/drivers/crypto/cnxk/cn10k_ipsec.c
index 93eab1b..1bd127e 100644
--- a
Update the macro to include newly added ciphers. Updated the functions
populating caps to throw error when max is exceeded.
Signed-off-by: Anoob Joseph
---
drivers/crypto/cnxk/cnxk_cryptodev.h | 2 +-
drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c | 8 ++--
2 files changed, 7
From: Tejasree Kondoj
Adding support to write CPT CTX through microcode op(SET_CTX) for
cn10k lookaside PMD.
Signed-off-by: Tejasree Kondoj
---
drivers/crypto/cnxk/cn10k_ipsec.c | 121 --
1 file changed, 89 insertions(+), 32 deletions(-)
diff --git a/driver
From: Tejasree Kondoj
Adding HMAC-SHA384/512 support to cnxk lookaside IPsec.
Signed-off-by: Tejasree Kondoj
---
doc/guides/cryptodevs/cnxk.rst| 4 ++
doc/guides/rel_notes/release_22_03.rst| 2 +
drivers/common/cnxk/cnxk_security.c | 36 +
CPT CTX write with microcode would require CPT flush to complete to have
DRAM updated with the SA. Since datapath requires SA direction field,
introduce a new flag for the same.
Session destroy path is also updated to clear sa.valid bit using CTX
reload operation.
Session is updated with marker t
CTX writes only require the lengths are 8B aligned. Use the struct size
directly.
Signed-off-by: Anoob Joseph
---
drivers/crypto/cnxk/cn10k_ipsec.c | 12
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/drivers/crypto/cnxk/cn10k_ipsec.c
b/drivers/crypto/cnxk/cn10k_ipse
From: Ankur Dwivedi
Adds the security session stats get op for cn10k.
Signed-off-by: Ankur Dwivedi
---
drivers/crypto/cnxk/cn10k_ipsec.c | 55 +++
drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c | 1 +
drivers/crypto/cnxk/cnxk_cryptodev_sec.c |
Add skip for transport mode tests that are not supported. Also, updated the
transport mode path to configure IP version as v4.
Signed-off-by: Anoob Joseph
---
drivers/crypto/cnxk/cn9k_ipsec.c | 53 +++-
1 file changed, 47 insertions(+), 6 deletions(-)
diff --
New features and fixes to cnxk crypto PMDs
- Support for more algorithms in lookaside crypto & protocol
- Support for copy & set DF bit
- Support for CPT CTX update
- Support for security session stats in cn10k
Ankur Dwivedi (1):
crypto/cnxk: add security session stats get
Anoob Joseph (17):
From: Archana Muniganti
Added new structure with bit fields for params.
Signed-off-by: Archana Muniganti
---
drivers/common/cnxk/roc_ie_on.h | 30 +-
drivers/crypto/cnxk/cn9k_ipsec.c | 16 +---
2 files changed, 42 insertions(+), 4 deletions(-)
diff --
Copy DF/DSCP fields would get set based on ipsec_xform in the code
preceding this. Setting it again would cause the options to be reset.
Fixes: 78d03027f2cc ("common/cnxk: add IPsec common code")
Cc: scha...@marvell.com
Signed-off-by: Anoob Joseph
---
drivers/common/cnxk/cnxk_security.c | 4 ---
Add input arg verification.
Signed-off-by: Anoob Joseph
---
drivers/common/cnxk/hw/cpt.h | 2 ++
drivers/common/cnxk/roc_cpt.c | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/drivers/common/cnxk/hw/cpt.h b/drivers/common/cnxk/hw/cpt.h
index 919f842..ccc7af4 100644
--- a/
From: Shijith Thotton
Only enable/disable queue pairs that are allocated during cryptodev
start/stop.
Fixes: 6a95dbc1a291 ("crypto/cnxk: add dev start and dev stop")
Signed-off-by: Shijith Thotton
---
drivers/crypto/cnxk/cnxk_cryptodev_ops.c | 13 +++--
1 file changed, 11 insertions(+
From: Tejasree Kondoj
Adding context reload in datapath for IV in debug mode.
Signed-off-by: Tejasree Kondoj
---
drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 7 ---
drivers/crypto/cnxk/cn10k_ipsec_la_ops.h | 10 --
2 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/dr
Verification doesn't cover cases when NULL auth/cipher is provided as a
chain. Removed the separate function for verification and added a
replacement function which calls the appropriate downstream functions.
Signed-off-by: Anoob Joseph
---
drivers/crypto/cnxk/cnxk_cryptodev_ops.c | 189
Inflight count calculation is updated to cover wrap around cases where
head can become smaller than tail.
Reported-by: Kiran Kumar K
Signed-off-by: Anoob Joseph
---
drivers/crypto/cnxk/cnxk_cryptodev_ops.h | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/drivers/crypto/
The memory would be updated by hardware. Use atomics to read the same..
Signed-off-by: Anoob Joseph
---
drivers/common/cnxk/hw/cpt.h | 2 ++
drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 24
drivers/crypto/cnxk/cn9k_cryptodev_ops.c | 28 +++--
From: Tejasree Kondoj
Adding AES-CTR support to cnxk CPT in
lookaside IPsec mode.
Signed-off-by: Tejasree Kondoj
---
doc/guides/cryptodevs/cnxk.rst| 2 ++
doc/guides/rel_notes/release_22_03.rst| 1 +
drivers/common/cnxk/cnxk_security.c | 6 +
Print more info when command timeout happens. Print software and
hardware queue information.
Signed-off-by: Anoob Joseph
Signed-off-by: Tejasree Kondoj
---
drivers/common/cnxk/hw/cpt.h | 11
drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 1 +
drivers/crypto/cnxk/cn9k_cryptod
If the packet size to be incremented after IPsec processing is less
than size of hdr (size incremented before submitting), then extend_tail
can become negative. Allow negative values for the variable.
Fixes: 2474f57fc45c ("crypto/cnxk: add cn9k lookaside IPsec datapath")
Cc: march...@marvell.com
Add support for AES XCBC and NULL cipher.
Signed-off-by: Anoob Joseph
---
doc/guides/cryptodevs/cnxk.rst| 4 +
doc/guides/rel_notes/release_22_03.rst| 2 +
drivers/common/cnxk/cnxk_security.c | 48
drivers/common/cnxk/roc_ie_on.h
Add support for copy and set DF bit.
Signed-off-by: Anoob Joseph
---
drivers/crypto/cnxk/cn9k_ipsec.c | 7 ++-
drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c | 1 +
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/drivers/crypto/cnxk/cn9k_ipsec.c b/drivers/cr
Add support for AES CMAC auth algorithm.
Signed-off-by: Anoob Joseph
---
doc/guides/cryptodevs/cnxk.rst| 1 +
doc/guides/cryptodevs/features/cn10k.ini | 37 +++---
doc/guides/cryptodevs/features/cn9k.ini | 37 +++---
doc/guides/rel_notes/re
On Mon, Dec 6, 2021 at 7:05 PM Ferruh Yigit wrote:
>
> On 12/6/2021 8:35 AM, jer...@marvell.com wrote:
> > From: Jerin Jacob
> >
> > As per the deprecation notice, In the view of enabling unified driver
> > for octeontx2(cn9k)/octeontx3(cn10k), removing drivers/octeontx2
> > drivers and replace w
91 matches
Mail list logo