aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio/vhost_user.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-09vhost: memory leak upon deleting vhost-user interfaceSteven Luong1-3/+1
2022-03-01virtio: refactor codeMohsin Kazmi1-8/+14
2022-01-10interface: refactor interface capabilities code, part 2Damjan Marion1-7/+8
2022-01-07ethernet: new interface registration functionDamjan Marion1-10/+5
2022-01-05interface: refactor interface capabilities codeDamjan Marion1-6/+4
2021-10-06docs: vnet comment nitfixesNathan Skrzypczak1-31/+37
2021-08-26vhost: migrate to new TX infraSteven Luong1-44/+51
2021-08-18vhost: interrupt mode support with mqSteven Luong1-124/+175
2021-05-08vhost: low performance in interrupt mode in some casesSteven Luong1-35/+19
2021-04-05vhost: Crash upon disconnectSteven Luong1-1/+1
2021-03-19interface: add capabilities flagsMohsin Kazmi1-6/+10
2021-01-27vhost: vhost interface hardware address not setSteven Luong1-6/+7
2021-01-21interface: rx queue infra rework, part oneDamjan Marion1-33/+18
2021-01-08vhost: Add event index for interrupt notification to driverSteven Luong1-133/+128
2020-12-28vlib: add missing file template descriptionsPaul Vinciguerra1-0/+4
2020-12-25virtio: Extend vhost multi-queues support beyond 8 queue pairsSteven Luong1-44/+101
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-15/+12
2020-12-14vppinfra: simpler and faster pool_foreachDamjan Marion1-0/+1
2020-12-11virtio: fix vrings overflow in vhost_userBenoît Ganne1-1/+10
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns1-2/+0
2020-10-08interface: shorten vnet_hw_if_rx_modeDamjan Marion1-6/+6
2020-09-04virtio: remove kernel virtio header dependenciesMohsin Kazmi1-19/+19
2020-04-29devices: vhost: simplify string copies for GCC-10Benoît Ganne1-10/+5
2020-04-27virtio: support virtio 1.1 packed ring in vhostSteven Luong1-47/+264
2019-10-07devices: vhost not reading packets from vringSteven Luong1-0/+22
2019-08-19devices: skip checksum calculation if guest supports checksum offloadSteven Luong1-3/+7
2019-07-31devices interface tests: vhosst GSO supportSteven Luong1-8/+47
2019-07-23api: binary api cleanupDave Barach1-5/+9
2019-07-23devices: vhost handling VHOST_USER_SET_FEATURESSteven Luong1-0/+1
2019-05-16init / exit function orderingDave Barach1-6/+6
2019-02-21vhost: VPP stalls with vhost performing control plane actionsSteven Luong1-211/+248
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-3/+3
2018-10-23c11 safe string handling supportDave Barach1-4/+4
2018-10-02vhost-user: add support for vlib_log APIJerome Tollet1-155/+99
2018-10-02vhost-user: Interface state updatesJuraj Sloboda1-11/+12
2018-10-02vhost_user: Fix setting MTU using uninitialized variableJuraj Sloboda1-2/+1
2018-09-20vhost: show vhost may display garbage after the interface nameSteven1-2/+3
2018-09-12vhost: Fix VPP crash when reloading VM with mixed-type ports [VPP-1406]Yichen Wang1-1/+11
2018-07-08vhost: Add multi-versioning supportMohsin Kazmi1-0/+2242