Crypto_sw_scheduler cli reference

set sw_scheduler

set sw_scheduler worker <idx> crypto <on|off>

This command sets if worker will do crypto processing.

Example of how to set worker crypto processing off:

set sw_scheduler worker 0 crypto off

Declaration: cmd_set_sw_scheduler_worker_crypto src/plugins/crypto_sw_scheduler/main.c line 622

Implementation: sw_scheduler_set_worker_crypto

show sw_scheduler workers

show sw_scheduler workers

This command displays sw_scheduler workers.

Example of how to show workers:

show sw_scheduler workers

Declaration: cmd_show_sw_scheduler_workers src/plugins/crypto_sw_scheduler/main.c line 658

Implementation: sw_scheduler_show_workers