aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio
AgeCommit message (Expand)AuthorFilesLines
2019-05-23tap: crash in multi-thread environmentSteven Luong2-1/+4
2019-05-23Tap: Fix the indirect buffers allocation VPP-1660Mohsin Kazmi4-48/+61
2019-04-26tap: Fix the indirect buffer allocation VPP-1660Mohsin Kazmi1-1/+1
2019-04-10API: Fix shared memory only action handlers.Ole Troan2-47/+0
2019-04-08fixing typosJim Thompson1-1/+1
2019-04-08virtio: Fix the coverity warningsMohsin Kazmi1-6/+11
2019-04-03virtio: Add support for multiqueueMohsin Kazmi6-76/+466
2019-03-15Revert "API: Cleanup APIs interface.api"Ole Trøan2-2/+4
2019-03-15API: Cleanup APIs interface.apiJakub Grajciar2-4/+2
2019-03-13vhost-user: restart vpp may cause vhost to crashSteven Luong1-1/+1
2019-03-13deprecate VLIB_DEVICE_TX_FUNCTION_MULTIARCHFilip Tehlar1-7/+7
2019-03-04devices: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar1-6/+3
2019-02-23vhoat: potential crash in map_guest_mem using debug imageSteven Luong1-1/+14
2019-02-22Add no-append flag to vlib_frame_tDamjan Marion1-0/+1
2019-02-21vhost: VPP stalls with vhost performing control plane actionsSteven Luong3-214/+259
2019-02-19tap gso: experimental supportAndrew Yourtchenko4-7/+121
2019-02-14Add -fno-common compile optionBenoît Ganne2-2/+2
2019-02-09buffers: fix typoDamjan Marion2-5/+4
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion2-3/+4
2019-02-06virtio: enable msix interrupt modeMohsin Kazmi4-44/+114
2019-02-06virtio: Use new buffer optimizationMohsin Kazmi4-2/+23
2019-01-30virtio: fix the device order (legacy or modern)Mohsin Kazmi1-3/+3
2019-01-29virtio: Support legacy and transitional virtio devicesMohsin Kazmi1-3/+11
2019-01-24virtio: Minor fixes and header cleanupMohsin Kazmi5-24/+7
2019-01-23virtio: Add support for loggingMohsin Kazmi4-31/+97
2019-01-21virtio: Native virtio driverMohsin Kazmi9-67/+2049
2019-01-08virtio: fix kick race issueDamjan Marion3-10/+29
2019-01-02Fixes for buliding for 32bit targets:David Johnson1-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 Marion2-65/+44
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach4-10/+10
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion2-3/+3
2018-11-06vhost: crash in vhost_user_tx_avx2Steven1-0/+6
2018-11-05Enable atomic swap and store macro with acquire and release orderingSirshak Das1-2/+2
2018-10-27virtio: remove the extra return callMohsin Kazmi1-2/+0
2018-10-23c11 safe string handling supportDave Barach6-12/+12
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-2/+2
2018-10-02vhost-user: add support for vlib_log APIJerome Tollet4-177/+129
2018-10-02vhost-user: Interface state updatesJuraj Sloboda4-16/+29
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-20vhost-user: Add disable feature support in apiMohsin Kazmi2-2/+16
2018-09-12vhost: Fix VPP crash when reloading VM with mixed-type ports [VPP-1406]Yichen Wang2-1/+15