aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio/vhost_user_output.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-02vhost: convert vhost device driver to a pluginSteven Luong1-1145/+0
2022-03-01virtio: refactor codeMohsin Kazmi1-17/+18
2021-10-01devices: add support for pseudo header checksumMohsin Kazmi1-2/+16
2021-08-26vhost: migrate to new TX infraSteven Luong1-38/+14
2021-08-18vhost: interrupt mode support with mqSteven Luong1-14/+24
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion1-4/+4
2021-05-06vlib: fix the offload flags sizeMohsin Kazmi1-1/+1
2021-05-05vlib: move offload flags to 1st cacheline in vlib_buffer_tMohsin Kazmi1-1/+1
2021-02-15vlib: refactor checksum offload supportMohsin Kazmi1-11/+8
2021-01-08vhost: Add event index for interrupt notification to driverSteven Luong1-6/+7
2020-12-25virtio: Extend vhost multi-queues support beyond 8 queue pairsSteven Luong1-13/+2
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns1-2/+0
2020-10-22virtio: checksum error reported for ip6 traffic with GSO enableSteven Luong1-6/+0
2020-10-08interface: shorten vnet_hw_if_rx_modeDamjan Marion1-11/+10
2020-09-04virtio: remove kernel virtio header dependenciesMohsin Kazmi1-25/+24
2020-05-05gso: add support for IP-IPMohsin Kazmi1-3/+7
2020-04-27virtio: support virtio 1.1 packed ring in vhostSteven Luong1-0/+421
2020-04-22gso: add vxlan tunnel supportMohsin Kazmi1-3/+3
2020-03-30gso: fix the header parser to read onlyMohsin Kazmi1-0/+6
2020-02-03virtio: vhost gso is broken in some topologySteven Luong1-2/+8
2020-01-08virtio: fix ip4 checksum offloadMohsin Kazmi1-2/+14
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-2/+7
2019-07-31devices interface tests: vhosst GSO supportSteven Luong1-1/+52
2019-02-14Add -fno-common compile optionBenoƮt Ganne1-1/+1
2018-11-20vhost-user: cleanupDamjan Marion1-22/+16
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-3/+3
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion1-2/+2
2018-11-06vhost: crash in vhost_user_tx_avx2Steven1-0/+6
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-2/+2
2018-10-02vhost-user: add support for vlib_log APIJerome Tollet1-4/+7
2018-10-02vhost-user: Interface state updatesJuraj Sloboda1-4/+10
2018-08-13Multiarch handling in different constructor macrosDamjan Marion1-3/+0
2018-08-11Multiversioning: Device (tx) function constructorMohsin Kazmi1-18/+3
2018-07-11avoid using thread local storage for thread indexDamjan Marion1-1/+1
2018-07-08vhost: Add multi-versioning supportMohsin Kazmi1-0/+671