FD.io VPP  v21.06-3-gbb25fbf28
Vector Packet Processing
src/plugins/crypto_sw_scheduler

set sw_scheduler

Summary/usage

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

Description

This command sets if worker will do crypto processing.

Example usage
Example of how to set worker crypto processing off:
vpp# set sw_scheduler worker 0 crypto off

Declaration and implementation

Declaration: cmd_set_sw_scheduler_worker_crypto (src/plugins/crypto_sw_scheduler/main.c line 538)

Implementation: sw_scheduler_set_worker_crypto.

show sw_scheduler workers

Summary/usage

show sw_scheduler workers.

Description

This command displays sw_scheduler workers.

Example usage
Example of how to show workers:
vpp# show sw_scheduler workers

Declaration and implementation

Declaration: cmd_show_sw_scheduler_workers (src/plugins/crypto_sw_scheduler/main.c line 574)

Implementation: sw_scheduler_show_workers.