FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
src/plugins/avf

create interface avf

Summary/usage

create interface avf <pci-address> [rx-queue-size <size>] [tx-queue-size <size>] [num-rx-queues <size>].

Declaration and implementation

Declaration: avf_create_command (src/plugins/avf/cli.c line 71)

Implementation: avf_create_command_fn.

delete interface avf

Summary/usage

delete interface avf {<interface> | sw_if_index <sw_idx>}.

Declaration and implementation

Declaration: avf_delete_command (src/plugins/avf/cli.c line 124)

Implementation: avf_delete_command_fn.

test avf

Summary/usage

test avf [<interface> | sw_if_index <sw_idx>] [irq] [elog-on] [elog-off].

Declaration and implementation

Declaration: avf_test_command (src/plugins/avf/cli.c line 190)

Implementation: avf_test_command_fn.