aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio/vhost-user.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-11vhost: crash under heavy traffic condition due to memory corruption (VPP-1016)Steven1-2/+33
2017-10-05fix buffer allocation for sparse jumbo frames in vhostPierre Pfister1-1/+3
2017-09-22vhost-user: fix link-up statusYoann Desmouceaux1-1/+1
2017-09-09move unix_file_* code to vppinfraDamjan Marion1-31/+31
2017-08-31vhost: Disallow interrupt mode config if driver opts out interrupt supportSteven1-3/+8
2017-08-30vhost: Cache qsz_mask instead of qsz in vhost_user_vring_tSteven1-31/+27
2017-07-27vhost: debug vhost-user command needs better error checking on the syntax (VP...Steven1-5/+26
2017-06-02vhost: add debug vhost-user on | off CLISteven1-20/+56
2017-05-22vhost: migrate to use device infra for worker thread assignment, rx-mode.Steven1-444/+304
2017-05-20vhost: buffers leak and interface disable upon vring descriptor out of mmapSteven1-16/+9
2017-05-17vhost: bad packet assembled from descriptor chainingSteven1-1/+2
2017-05-09Fix remaining 32-bit compile issuesDamjan Marion1-1/+1
2017-04-28vhost: Disallow duplicate path name for vhost interfaceSteven1-1/+35
2017-04-26vhost: Fix mmap size calculationPierre Pfister1-3/+3
2017-04-26vhost: core dump on quit with worker threadsSteven1-0/+2
2017-04-24vhost: remove socket linked file when deleting vhost interfaceSteven1-9/+18
2017-04-11vhost: interrupt mode enhancementsSteven1-34/+25
2017-04-06Use thread local storage for thread indexDamjan Marion1-62/+65
2017-03-29vhost: vhost-user component may become unusable with too many open files (VPP...Steven1-9/+20
2017-03-26Rename "show interfaces" -> "show interface"Dave Barach1-1/+1
2017-03-22vhost: support interrupt modeSteven1-22/+311
2017-03-16vhost: wrong value return for VHOST_USER_VRING_GET_BASESteven1-4/+11
2017-03-09vlib_mains == 0 special cases be goneDave Barach1-5/+4
2017-03-08vhost: binary API changes for interrupt modeSteven1-6/+18
2017-03-06features: take device-input buffer advance value directlyDamjan Marion1-1/+1
2017-03-01devices: vnet_get_aggregate_rx_packets should not be dpdk specificDamjan Marion1-0/+2
2017-02-22VPP-635: CLI Memory leak with invalid parameterBilly McFall1-18/+44
2017-02-14Fix is_server flag in vhost dump (VPP-562)Marek Gradzki1-0/+1
2017-02-14vhost-user: fix crash when descriptor points to unknown regionDamjan Marion1-1/+2
2017-02-03vhost-user: fix missing speculative enqueue unwindSteven1-0/+4
2017-01-18Fix coverity warnings, VPP-608Dave Barach1-2/+6
2017-01-17Fix crash on deleting activated vhost-user - VPP-603Wojciech Dec1-3/+4
2017-01-10VPP-585: vhost-user interface deletion leaks memory.Ole Troan1-0/+7
2017-01-03VPP-574: fix VPP hang during security group configuration on a suspended VMAndrew Yourtchenko1-0/+4
2017-01-03Fix crash on null vhost-user socket - VPP-573Wojciech Dec1-0/+5
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+3314