FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
buffer metadata tracking [on][off].
This command enables or disables buffer metadata change tracking
*
vpp# buffer metadata tracking on
Tracking enabled
*
*
vpp# buffer metadata tracking off
Tracking disabled *
Declaration: mdata_enable_disable_command (src/plugins/mdata/mdata.c line 218)
Implementation: mdata_enable_disable_command_fn.
show buffer metadata.
This command displays buffer metadata change information *
vpp# show buffer metadata
ethernet-input: current_data current_length flags error
vnet_buffer_t: l2_hdr_offset l3_hdr_offset
vnet_buffer2_t: no changes
*
Declaration: show_metadata_command (src/plugins/mdata/mdata.c line 485)
Implementation: show_metadata_command_fn.