FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
src/plugins/avf

create interface avf

Summary/usage

create interface avf <pci-address>.

Declaration and implementation

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

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

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

Implementation: avf_test_command_fn.