FD.io VPP  v18.01.1-37-g7ea3975
Vector Packet Processing
Binary API configuration

api-queue

Declaration and implementation

Declaration: api-queue (src/vlibmemory/memory_vlib.c line 2525)

Implementation: api_queue_config_fn.

api-trace

Description

This module has three configuration parameters: "on" or "enable" - enables binary api tracing "nitems <nnn>" - sets the size of the circular buffer to <nnn> "save-api-table <filename>" - dumps the API message table to /tmp/<filename>

Declaration and implementation

Declaration: api-trace (src/vlibmemory/memory_vlib.c line 2499)

Implementation: api_config_fn.