FD.io VPP  v20.09-64-g4f7b92f0a
Vector Packet Processing
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
src/plugins/af_xdp

create interface af_xdp

Summary/usage

create interface af_xdp <host-if linux-ifname> [name ifname] [rx-queue-size size] [tx-queue-size size] [num-rx-queues <num|all>] [prog pathname] [zero-copy|no-zero-copy].

Declaration and implementation

Declaration: af_xdp_create_command (src/plugins/af_xdp/cli.c line 48)

Implementation: af_xdp_create_command_fn.

delete interface af_xdp

Summary/usage

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

Declaration and implementation

Declaration: af_xdp_delete_command (src/plugins/af_xdp/cli.c line 99)

Implementation: af_xdp_delete_command_fn.