History log of /dpdk/drivers/crypto/ionic/ionic_crypto_ops.c (Results 1 – 5 of 5)
Revision Date Author Comments
# aacc5f13 07-Jun-2024 Andrew Boyer <andrew.boyer@amd.com>

crypto/ionic: add stats

This defines the stats handlers and exposes them to the stack.

Signed-off-by: Andrew Boyer <andrew.boyer@amd.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>


# 54d56aba 07-Jun-2024 Andrew Boyer <andrew.boyer@amd.com>

crypto/ionic: add watchdog operation

If no progress has been made within the timeout,
post a dummy operation using session 0.
This will restart the queue in the rare case that a
doorbell is lost ins

crypto/ionic: add watchdog operation

If no progress has been made within the timeout,
post a dummy operation using session 0.
This will restart the queue in the rare case that a
doorbell is lost inside the device.

Signed-off-by: Andrew Boyer <andrew.boyer@amd.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>

show more ...


# 80518852 07-Jun-2024 Andrew Boyer <andrew.boyer@amd.com>

crypto/ionic: add datapath

This defines the main crypto operation enqueue and dequeue handlers.

Signed-off-by: Andrew Boyer <andrew.boyer@amd.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>


# 6bc7f2cf 07-Jun-2024 Andrew Boyer <andrew.boyer@amd.com>

crypto/ionic: support sessions

This defines the session object and related commands.

Signed-off-by: Andrew Boyer <andrew.boyer@amd.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>


# dddfb0d9 07-Jun-2024 Andrew Boyer <andrew.boyer@amd.com>

crypto/ionic: add capabilities and basic ops

This exposes the supported capabilities to the stack.

Signed-off-by: Andrew Boyer <andrew.boyer@amd.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>