I'am now working on version 19.04,   and find the behavior of 
vlib_buffer_free_no_next is different between 18.07 and 19.04,  I think it's 
the bug for 19.04:

always_inline void
vlib_buffer_free_no_next (vlib_main_t * vm,
/* pointer to first buffer */
u32 * buffers,
/* number of buffers to free */
u32 n_buffers)
{
vlib_buffer_free_inline (vm, buffers, n_buffers, /* maybe next */ 0);      
<--------this maybe next don't used in function vlib_buffer_free_inline;
}
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13254): https://lists.fd.io/g/vpp-dev/message/13254
Mute This Topic: https://lists.fd.io/mt/32030091/21656
Mute #vnet: https://lists.fd.io/mk?hashtag=vnet&subid=1480452
Mute #vpp: https://lists.fd.io/mk?hashtag=vpp&subid=1480452
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to