FD.io VPP  v18.07.1-19-g511ce25
Vector Packet Processing
src/plugins/avf

create interface avf

Summary/usage

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

Declaration and implementation

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

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 117)

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 183)

Implementation: avf_test_command_fn.