Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-27 | vlib: improve enqueue_to_next buffer indices extraction | Damjan Marion | 1 | -100/+194 | |
Type: improvement Change-Id: Ib7b2fa7d821f6d2708f6dc378a0f36f68c843f57 Signed-off-by: Damjan Marion <damarion@cisco.com> | |||||
2021-04-27 | misc: add StatementMacros to .clang-format | Damjan Marion | 1 | -9/+12 | |
Type: make Change-Id: I79d8d0aa8b8349df0b3c1f338861350e8df31ca6 Signed-off-by: Damjan Marion <damarion@cisco.com> | |||||
2021-04-21 | vlib: don't inline vlib_buffer_enqueue_to_* | Damjan Marion | 1 | -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> |