FD.io VPP  v21.10.1-2-g0a485f517
Vector Packet Processing
src/plugins/marvell/pp2

create interface marvell pp2

Summary/usage

create interface marvell pp2 [name <ifname>] [rx-queue-size slots] [tx-queue-size slots].

Declaration and implementation

Declaration: mrvl_pp2_create_command (src/plugins/marvell/pp2/cli.c line 63)

Implementation: mrvl_pp2_create_command_fn.

delete interface marvell pp2

Summary/usage

delete interface marvell pp2 {<interface> | sw_if_index <sw_idx>}.

Declaration and implementation

Declaration: mrvl_pp2_delete_command (src/plugins/marvell/pp2/cli.c line 114)

Implementation: mrvl_pp2_delete_command_fn.