summaryrefslogtreecommitdiffstats
path: root/src/vlib/buffer_funcs.c
AgeCommit message (Collapse)AuthorFilesLines
2021-04-21vlib: don't inline vlib_buffer_enqueue_to_*Damjan Marion1-0/+284
Function call in this case is not bad thing, as those functions are called once per frame. Type: improvement Change-Id: I7bd61cf746b905e2c8e3085ebb2ff001c0a52da8 Signed-off-by: Damjan Marion <damarion@cisco.com>