aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio/vhost_user_input.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-20vlib: convert frame_index into real pointersSteven Luong1-1/+1
2019-03-13vhost-user: restart vpp may cause vhost to crashSteven Luong1-1/+1
2019-02-22Add no-append flag to vlib_frame_tDamjan Marion1-0/+1
2019-01-01buffers: remove unused codeDamjan Marion1-3/+2
2018-11-23vhost-user: use memory store barrierDamjan Marion1-3/+3
2018-11-23vhost-user: add missing inlinesDamjan Marion1-2/+2
2018-11-23vhost-user: avoid global storage accessDamjan Marion1-26/+34
2018-11-23vhost-user: simplify input loopDamjan Marion1-181/+174
2018-11-22vhost-user: hint ethernet-input about single sw_if_indexDamjan Marion1-1/+16
2018-11-22vhost-user: avoid per-packet feature arc lookupsDamjan Marion1-12/+18
2018-11-22vhost-user: fix input node runtime statsDamjan Marion1-2/+2
2018-11-20vhost-user: cleanupDamjan Marion1-43/+28
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-3/+3
2018-11-05Enable atomic swap and store macro with acquire and release orderingSirshak Das1-2/+2
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-09-12vhost: Fix VPP crash when reloading VM with mixed-type ports [VPP-1406]Yichen Wang1-0/+4
2018-08-13Multiarch handling in different constructor macrosDamjan Marion1-2/+0
2018-07-11avoid using thread local storage for thread indexDamjan Marion1-1/+1
2018-07-08vhost: Add multi-versioning supportMohsin Kazmi1-0/+678