aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio/vhost_user_input.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-29virtio: vhost checksum problem for ipv6Steven Luong1-3/+3
2020-01-29devices: vhost: fix data offset on inputBenoît Ganne1-11/+1
2019-10-30docs: devices-- add FEATURES.yamlPaul Vinciguerra1-1/+1
2019-10-23devices: vhoost cpu->copy array overflow on tcp jumbo frame (65535 bytes)Steven Luong1-0/+1
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion1-0/+1
2019-08-02devices: add null check after map_guest_mem callsSteven Luong1-2/+16
2019-07-31devices interface tests: vhosst GSO supportSteven Luong1-4/+118
2019-07-18vlib: convert frame_index into real pointersAndreas Schultz1-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-02-14Add -fno-common compile optionBenoît Ganne1-1/+1
2019-02-09buffers: fix typoDamjan Marion1-4/+3
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion1-2/+3
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