Hi, I discovered that the packet generator does not always respect the default vlib_buffer_t.data size as defined in buffer.h:
#define VLIB_BUFFER_DATA_SIZE (2048) It derives the required buffer size from the individual packet sizes from the pcap file - at least that's what happens in 'make test'. In my case it's 256 bytes. My question is - what is the easiest way to determine the actual allocated vlib_buffer_t.data space at runtime? I want to be able to append some data to a buffer but first I would like to make sure that it fits... Thanks, Klement _______________________________________________ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev