|
Revision tags: v24.11, v24.11-rc4, v24.11-rc3, v24.11-rc2, v24.11-rc1 |
|
| #
bf52722b |
| 05-Sep-2024 |
Anoob Joseph <anoobj@marvell.com> |
crypto/cnxk: add PMD API to get queue stats
Add PMD API to get CPT LF(QP) stats.
Signed-off-by: Anoob Joseph <anoobj@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
|
| #
0b7f67de |
| 05-Sep-2024 |
Anoob Joseph <anoobj@marvell.com> |
crypto/cnxk: add CPTR read and write API
Add PMD API for CPTR read and write.
Signed-off-by: Anoob Joseph <anoobj@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
|
| #
3ca60740 |
| 05-Sep-2024 |
Anoob Joseph <anoobj@marvell.com> |
crypto/cnxk: add PMD API to flush CTX
Add PMD API to flush CPT CTX entry.
Signed-off-by: Anoob Joseph <anoobj@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
|
| #
e5abbeee |
| 05-Sep-2024 |
Anoob Joseph <anoobj@marvell.com> |
crypto/cnxk: add PMD API for getting CPTR
CPTR address is the context address used by hardware. Add PMD API to retrieve the hardware address from rte_cryptodev/rte_security session.
Signed-off-by:
crypto/cnxk: add PMD API for getting CPTR
CPTR address is the context address used by hardware. Add PMD API to retrieve the hardware address from rte_cryptodev/rte_security session.
Signed-off-by: Anoob Joseph <anoobj@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
|
Revision tags: v24.07, v24.07-rc4, v24.07-rc3, v24.07-rc2 |
|
| #
5b2a1a02 |
| 26-Jun-2024 |
Anoob Joseph <anoobj@marvell.com> |
crypto/cnxk: fix experimental version for PMD API
Update version map with details of PMD APIs added.
Fixes: 26bb5c4de63e ("crypto/cnxk: add CPT raw submission PMD API") Cc: stable@dpdk.org
Signed-
crypto/cnxk: fix experimental version for PMD API
Update version map with details of PMD APIs added.
Fixes: 26bb5c4de63e ("crypto/cnxk: add CPT raw submission PMD API") Cc: stable@dpdk.org
Signed-off-by: Anoob Joseph <anoobj@marvell.com>
show more ...
|
|
Revision tags: v24.07-rc1, v24.03, v24.03-rc4, v24.03-rc3, v24.03-rc2, v24.03-rc1 |
|
| #
d029f353 |
| 17-Jan-2024 |
Vidya Sagar Velumuri <vvelumuri@marvell.com> |
crypto/cnxk: enable Rx inject in security lookaside
Added Rx inject fastpath API. Added devarg "rx_inject_qp" to specify queue pair used for Rx inject. When the RX inject feature flag is enabled: 1.
crypto/cnxk: enable Rx inject in security lookaside
Added Rx inject fastpath API. Added devarg "rx_inject_qp" to specify queue pair used for Rx inject. When the RX inject feature flag is enabled: 1. Reserve a queue pair to use for RX Inject mode. 2. Enable RXC and disable full packet mode for that queue pair.
Signed-off-by: Anoob Joseph <anoobj@marvell.com> Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
|
Revision tags: v23.11, v23.11-rc4, v23.11-rc3, v23.11-rc2, v23.11-rc1, v23.07, v23.07-rc4, v23.07-rc3, v23.07-rc2, v23.07-rc1, v23.03, v23.03-rc4, v23.03-rc3, v23.03-rc2, v23.03-rc1, v22.11, v22.11-rc4, v22.11-rc3, v22.11-rc2 |
|
| #
7c19abdd |
| 19-Oct-2022 |
Tejasree Kondoj <ktejasree@marvell.com> |
common/cnxk: support 103XX CPT
Added support for 103XX CPT variant.
Signed-off-by: Tejasree Kondoj <ktejasree@marvell.com>
|
|
Revision tags: v22.11-rc1 |
|
| #
96798dcf |
| 01-Oct-2022 |
Volodymyr Fialko <vfialko@marvell.com> |
crypto/cnxk: support event vectorization
Add support for vector aggregation of crypto operations for cn10k. Crypto operations will be grouped by sub event type, flow id, scheduler type and queue id
crypto/cnxk: support event vectorization
Add support for vector aggregation of crypto operations for cn10k. Crypto operations will be grouped by sub event type, flow id, scheduler type and queue id fields from rte_event_crypto_metadata::response_info.
Signed-off-by: Volodymyr Fialko <vfialko@marvell.com>
show more ...
|
|
Revision tags: v22.07, v22.07-rc4, v22.07-rc3, v22.07-rc2, v22.07-rc1, v22.03, v22.03-rc4, v22.03-rc3, v22.03-rc2, v22.03-rc1, v21.11, v21.11-rc4, v21.11-rc3, v21.11-rc2, v21.11-rc1 |
|
| #
a200e7a9 |
| 02-Sep-2021 |
Shijith Thotton <sthotton@marvell.com> |
crypto/cnxk: add cn10k crypto adapter fast path
Added crypto adapter enqueue and dequeue operations for CN10K.
Signed-off-by: Shijith Thotton <sthotton@marvell.com> Acked-by: Ray Kinsella <mdr@ashr
crypto/cnxk: add cn10k crypto adapter fast path
Added crypto adapter enqueue and dequeue operations for CN10K.
Signed-off-by: Shijith Thotton <sthotton@marvell.com> Acked-by: Ray Kinsella <mdr@ashroe.eu> Acked-by: Anoob Joseph <anoobj@marvell.com>
show more ...
|
| #
4f7154d6 |
| 02-Sep-2021 |
Shijith Thotton <sthotton@marvell.com> |
crypto/cnxk: add cn9k crypto adapter fast path
Added crypto adapter enqueue and dequeue operations for CN9K.
Signed-off-by: Shijith Thotton <sthotton@marvell.com> Acked-by: Ray Kinsella <mdr@ashroe
crypto/cnxk: add cn9k crypto adapter fast path
Added crypto adapter enqueue and dequeue operations for CN9K.
Signed-off-by: Shijith Thotton <sthotton@marvell.com> Acked-by: Ray Kinsella <mdr@ashroe.eu> Acked-by: Anoob Joseph <anoobj@marvell.com>
show more ...
|
|
Revision tags: v21.08, v21.08-rc4, v21.08-rc3, v21.08-rc2, v21.08-rc1 |
|
| #
2457705e |
| 25-Jun-2021 |
Ankur Dwivedi <adwivedi@marvell.com> |
crypto/cnxk: add driver skeleton
Add driver skeleton for crypto_cn9k & crypto_cn10k PMDs leveraging cnxk common framework.
Signed-off-by: Ankur Dwivedi <adwivedi@marvell.com> Signed-off-by: Anoob J
crypto/cnxk: add driver skeleton
Add driver skeleton for crypto_cn9k & crypto_cn10k PMDs leveraging cnxk common framework.
Signed-off-by: Ankur Dwivedi <adwivedi@marvell.com> Signed-off-by: Anoob Joseph <anoobj@marvell.com> Signed-off-by: Archana Muniganti <marchana@marvell.com> Signed-off-by: Tejasree Kondoj <ktejasree@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|