.. _clicmd_src_plugins_dpdk_cryptodev: =============================================================== Cryptodev cli reference =============================================================== set dpdk cryptodev assignment ------------------------------------------------------------------------- .. code-block:: console set dpdk cryptodev assignment thread resource Declaration: ``set_cryptodev_assignment`` `src/plugins/dpdk/cryptodev/cli.c line 307 `_ Implementation: ``cryptodev_set_assignment_fn`` show dpdk cryptodev assignment ------------------------------------------------------------------------- .. code-block:: console show dpdk cryptodev assignment Declaration: ``show_cryptodev_assignment`` `src/plugins/dpdk/cryptodev/cli.c line 65 `_ Implementation: ``cryptodev_show_assignment_fn`` show dpdk cryptodev cache status ------------------------------------------------------------------------- .. code-block:: console show status of all dpdk cryptodev cache rings Declaration: ``show_cryptodev_sw_rings`` `src/plugins/dpdk/cryptodev/cli.c line 135 `_ Implementation: ``cryptodev_show_cache_rings_fn`` show dpdk cryptodev capabilities ------------------------------------------------------------------------- .. code-block:: console show dpdk cryptodev capabilities Declaration: ``show_cryptodev_capabilities`` `src/plugins/dpdk/cryptodev/cli.c line 256 `_ Implementation: ``cryptodev_show_capabilities_fn``