[PATCH v2 1/3] add related ops and structure for Rx timestamp in virtual
channel.
[PATCH v2 2/3] add support for Rx timestamp on flex descriptor in driver.
[PATCH v2 3/3] improve performance with Rx timestamp enabled.
v2:
* Add release notes and doc update.
Simei Su (3):
common/iavf: support
Add new ops and structures to support VF to support Rx timestamp
on flex descriptor.
"VIRTCHNL_OP_1588_PTP_GET_CAPS" ops is sent by the VF to request PTP
capabilities and responded by the PF with capabilities enabled for
that VF.
"VIRTCHNL_OP_1588_PTP_GET_TIME" ops is sent by the VF to request
th
Dump Rx timestamp value into dynamic mbuf field by flex descriptor.
This feature is turned on by dev config "enable-rx-timestamp".
Currently, it's only supported under scalar path.
Signed-off-by: Simei Su
---
doc/guides/nics/features/iavf.ini | 1 +
doc/guides/rel_notes/release_22_07.rst
In this patch, We use CPU ticks instead of HW register
to determine whether low 32 bits timestamp has turned
over. It can avoid requesting register value frequently
and improve receiving performance.
Signed-off-by: Wenjun Wu
---
drivers/net/iavf/iavf.h| 1 +
drivers/net/iavf/iavf_ethdev
Hi, Ray, David:
What is your opinion on this patch?
Regards,
Zhichao
-Original Message-
From: Zeng, ZhichaoX
Sent: Tuesday, April 19, 2022 7:06 PM
To: dev@dpdk.org
Cc: Yang, Qiming ; Wang, Haiyue ;
m...@ashroe.eu; Zeng, ZhichaoX
Subject: [DPDK v4] net/ixgbe: promote MDIO API
From: Z
KNI ioctl functions copy data from userspace lib, and this interface
of kmod is not compatible indeed. If the user use incompatible rte_kni.ko
bad things happen: sometimes various fields contain garbage value,
sometimes it cause a kmod soft lockup.
Some common distros ship their own rte_kni.ko, so
execuse me, one of the Windows check is failing but I didn't find where's
the build log, nor to determine whether it is related.
> KNI ioctl functions copy data from userspace lib, and this interface
> of kmod is not compatible indeed. If the user use incompatible rte_kni.ko
> bad things happen: s
Fix null pointer dereference reported in coverity scan.
Coverity issue: 372065
Fixes: 665b6a7400b ("common/cnxk: add NPC helper API")
Signed-off-by: Gowrishankar Muthukrishnan
---
drivers/common/cnxk/roc_npc_utils.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/common/cnxk/roc_
Fix size of not portable issue reported in coverity scan.
Coverity issue: 376538
Fixes: 7e9a94909ee ("common/cnxk: realloc inline device XAQ AURA")
Signed-off-by: Gowrishankar Muthukrishnan
---
drivers/common/cnxk/roc_nix_inl_dev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --g
Fix uninitialized scalar variable reported in coverity scan.
Coverity issue: 371876, 371877
Fixes: 39dc567c195 ("net/cnxk: add Tx burst for CN9K")
Signed-off-by: Gowrishankar Muthukrishnan
---
drivers/net/cnxk/cn9k_tx.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dri
Fix uninitialized scalar variable reported in coverity scan.
Coverity issue: 371872, 371880
Fixes: 19f3af2371a ("net/cnxk: add Tx burst for CN10K")
Signed-off-by: Gowrishankar Muthukrishnan
---
drivers/net/cnxk/cn10k_tx.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/d
Fix out of bounds access in cmd array which was reported in coverity
scan.
Coverity issue: 375245, 375246, 375260, 375263, 375264, 375271, 375278,
375279, 375273, 375274, 375275, 375276, 375280, 375281,
375283, 375286
Fixes: c5b97e98837 ("net/cnxk: add cn10k templat
Fix out of bounds array access reporrted in coverity scan.
Coverity issue: 375817
Fixes: 2351506401e ("event/cnxk: add SSO selftest and dump")
Signed-off-by: Gowrishankar Muthukrishnan
---
drivers/event/cnxk/cnxk_eventdev_selftest.c | 12
1 file changed, 12 insertions(+)
diff --gi
Issue more dequeue commands if the gap between enqueued
and dequeued packets is more than burst size *8
Signed-off-by: Gagandeep Singh
---
app/test-crypto-perf/cperf_test_throughput.c | 42 +++-
1 file changed, 23 insertions(+), 19 deletions(-)
diff --git a/app/test-crypto-perf/
Add a command line option "--enable-sdap" to enable
Service Data Adaptation Protocol.
example command:
./dpdk-test-crypto-perf -c 0xc --log-level=8 --
--devtype crypto_dpaa2_sec --optype pdcp --cipher-algo aes-ctr
--cipher-op encrypt --auth-algo zuc-eia3 --auth-op generate
--auth-key-sz 16 --ptes
ipsec-secgw application is updated to support
DES-CBC ciphering and XCBC-MAC authentication
based IPsec functionality.
Signed-off-by: Gagandeep Singh
---
examples/ipsec-secgw/esp.c | 5 +
examples/ipsec-secgw/sa.c | 8
2 files changed, 13 insertions(+)
diff --git a/examples/ipsec-
Handle SIGINT and SIGTERM signals.
Signed-off-by: Gagandeep Singh
---
examples/l2fwd-crypto/main.c | 16
1 file changed, 16 insertions(+)
diff --git a/examples/l2fwd-crypto/main.c b/examples/l2fwd-crypto/main.c
index bbdb263143..1764fc7abc 100644
--- a/examples/l2fwd-crypto/mai
PMD name for DPAA raw buffer crypto driver test cases is
updated with correct name.
Fixes: cd8166c28cd1 ("test/crypto: add raw API test for dpaax")
Cc: sta...@dpdk.org
Signed-off-by: Gagandeep Singh
---
app/test/test_cryptodev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
This patch supports raw buffer APIs testing for
PDCP test cases.
Signed-off-by: Gagandeep Singh
---
app/test/test_cryptodev.c | 22 --
1 file changed, 20 insertions(+), 2 deletions(-)
diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index 5a60fc5c73..0b53ec
Add a test case to verify crypto functionality
with external buffer.
Signed-off-by: Gagandeep Singh
---
app/test/test_cryptodev.c | 163 ++
1 file changed, 163 insertions(+)
diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index 0b53ec0078..
Add a ZUC based short MAC-I test vector.
Signed-off-by: Gagandeep Singh
---
...est_cryptodev_security_pdcp_test_vectors.h | 20 +--
1 file changed, 18 insertions(+), 2 deletions(-)
diff --git a/app/test/test_cryptodev_security_pdcp_test_vectors.h
b/app/test/test_cryptodev_secur
On Thu, Mar 17, 2022 at 9:21 AM wrote:
>
> From: Satheesh Paul
>
> Fixed some names to follow ROC naming convention in ROC NPC code.
>
> Fixes: 4edf1246a40 ("common/cnxk: support matching VLAN existence in RTE
> Flow")
> Cc: sta...@dpdk.org
>
> Signed-off-by: Satheesh Paul
Series Acked-by: Je
> +struct mlx5_ifc_crypto_caps_bits {
> + u8 wrapped_crypto_operational[0x1];
> + u8 wrapped_crypto_going_to_commissioning[0x1];
> + u8 sw_wrapped_dek[0x1];
> + u8 synchronize_dek[0x1];
> + u8 int_kek_manual[0x1];
> + u8 int_kek_auto[0x1];
> + u8 reserved_at_6[0x12];
> +
Add AES-GMAC and AH mode support in CN9K and CN10K crypto PMDs. Also use
a timeout for SA CTX write operations.
Anoob Joseph (3):
crypto/cnxk: remove redundant return
common/cnxk: add timeout for ctx write operation
crypto/cnxk: use set ctx operation for session destroy
Archana Muniganti (2
From: Archana Muniganti
Added IPsec AH mode support in CN9K and CN10K PMD
Signed-off-by: Archana Muniganti
Acked-by: Anoob Joseph
---
doc/guides/cryptodevs/cnxk.rst| 2 +
doc/guides/rel_notes/release_22_07.rst| 4 ++
drivers/common/cnxk/cnxk_security.c
From: Archana Muniganti
Added lookaside IPsec AES-GMAC support in CNXK PMD.
Signed-off-by: Archana Muniganti
Acked-by: Anoob Joseph
---
doc/guides/cryptodevs/cnxk.rst| 2 ++
doc/guides/rel_notes/release_22_07.rst| 1 +
drivers/common/cnxk/cnxk_security.c
The function doesn't return error. Remove return.
Signed-off-by: Anoob Joseph
---
drivers/crypto/cnxk/cnxk_se.h | 13 -
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/drivers/crypto/cnxk/cnxk_se.h b/drivers/crypto/cnxk/cnxk_se.h
index e988d57..ce7ca2e 100644
--- a/driv
Introduce a new telemetry command /ethdev/module_eeprom to show module
EEPROM for each port. The format of module EEPROM information follows
the SFF(Small Form Factor) Committee specifications.
Current the format support SFP(Small Formfactor Pluggable)/SFP+/
QSFP+(Quad Small Formfactor Pluggable)/
Add busy wait and polling for ctx write operation rather than waiting
with 1 ms delay.
Signed-off-by: Anoob Joseph
---
drivers/common/cnxk/roc_cpt.c | 31 +--
drivers/common/cnxk/roc_platform.h | 7 ---
2 files changed, 25 insertions(+), 13 deletions(-)
dif
Add a new telemetry command /ethdev/module_eeprom to dump the module
EEPROM of each port. The format of module EEPROM information follows
the SFF(Small Form Factor) Committee specifications.
Current the format support SFP(Small Formfactor Pluggable)/SFP+/
QSFP+(Quad Small Formfactor Pluggable)/QSF
Usage of flush and invalidate would involve delays to account for flush
delay. Use set_ctx operation instead. When set_ctx fails, fall back to
flush + invalidate scheme.
Signed-off-by: Anoob Joseph
---
drivers/crypto/cnxk/cn10k_ipsec.c | 44 ---
1 file changed
This patch implements SFF-8024 Rev 4.0 of pluggable I/O configuration
and some common utilities for SFF-8436/8636 and SFF-8472/8079.
Signed-off-by: Robin Zhang
---
lib/ethdev/meson.build | 1 +
lib/ethdev/sff_common.c | 326
lib/ethdev/sff_common.h | 1
This patch implements format module EEPROM information for
SFF-8079 Rev 1.7
Signed-off-by: Robin Zhang
---
lib/ethdev/ethdev_sff_telemetry.c | 3 +
lib/ethdev/meson.build| 1 +
lib/ethdev/sff_8079.c | 407 ++
3 files changed, 411 insertions
This patch implements format module EEPROM information for
SFF-8472 Rev 12.0
Signed-off-by: Robin Zhang
---
lib/ethdev/ethdev_sff_telemetry.c | 4 +
lib/ethdev/meson.build| 1 +
lib/ethdev/sff_8472.c | 287 ++
3 files changed, 292 insertion
This patch implements format module EEPROM information for
SFF-8636 Rev 2.7
Signed-off-by: Robin Zhang
---
lib/ethdev/ethdev_sff_telemetry.c | 4 +
lib/ethdev/meson.build| 1 +
lib/ethdev/sff_8636.c | 775 ++
lib/ethdev/sff_8636.h
35 matches
Mail list logo