aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/avf/output.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-22avf: fix eat own tail issue on txDamjan Marion1-3/+7
2018-12-29avf: tx dequeue optimizationsDamjan Marion1-11/+28
2018-12-28avf: chained buffers tx supportDamjan Marion1-104/+105
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion1-1/+1
2018-10-23Numa-aware, growable physical memory allocator (pmalloc)Damjan Marion1-2/+2
2018-10-22vlib: introduce vlib_buffer_get_{pa,va,current_va,current_pa} inlinesDamjan Marion1-16/+20
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra1-1/+1
2018-08-28avf: deal willth tx ring full properlyDamjan Marion1-11/+33
2018-08-11Multiversioning: Device (tx) function constructorMohsin Kazmi1-19/+3
2018-08-11avf: fix prefetch bugDamjan Marion1-1/+1
2018-07-11avoid using thread local storage for thread indexDamjan Marion1-1/+1
2018-07-11avf: descriptor should be volatileDamjan Marion1-6/+6
2018-06-15avf: tx node fixesDamjan Marion1-9/+9
2018-05-29Add VLIB_NODE_FN() macro to simplify multiversioning of node functionsDamjan Marion1-1/+1
2018-03-26Intel Adaptive Virtual Function native device driver pluginDamjan Marion1-0/+183