aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices
AgeCommit message (Expand)AuthorFilesLines
2017-06-02vhost: add debug vhost-user on | off CLISteven2-20/+59
2017-05-25af_packet: fix coverity errorRay Kinsella1-2/+19
2017-05-22vhost: migrate to use device infra for worker thread assignment, rx-mode.Steven4-484/+336
2017-05-20vhost: buffers leak and interface disable upon vring descriptor out of mmapSteven1-16/+9
2017-05-20af_packet: set mac address supportRay Kinsella1-1/+47
2017-05-17vhost: bad packet assembled from descriptor chainingSteven1-1/+2
2017-05-15af_packet: support changing the mtu sizeRay Kinsella1-1/+23
2017-05-10device: Add callback for set interface rx-modeSteven1-0/+1
2017-05-09Fix remaining 32-bit compile issuesDamjan Marion1-1/+1
2017-05-02Add interface rx mode commands, unify rx mode and placement CLIDamjan Marion3-176/+48
2017-04-28af_packet: reflect admin device state on hostRay Kinsella3-15/+78
2017-04-28vhost: Disallow duplicate path name for vhost interfaceSteven2-1/+37
2017-04-26vhost: Fix mmap size calculationPierre Pfister1-3/+3
2017-04-26vhost: core dump on quit with worker threadsSteven1-0/+2
2017-04-25"autoreply" flag: autogenerate standard xxx_reply_t messagesDave Barach3-55/+5
2017-04-24vhost: remove socket linked file when deleting vhost interfaceSteven1-9/+18
2017-04-11Devices: set interface placement does not remove the old interface placementSteven1-3/+0
2017-04-11vhost: interrupt mode enhancementsSteven2-34/+26
2017-04-10Common device-input interrupt infraDamjan Marion4-29/+175
2017-04-07MPLS McastNeale Ranns1-1/+1
2017-04-06Use thread local storage for thread indexDamjan Marion6-126/+130
2017-03-30vppinfra: add spinlock inline functionsDamjan Marion6-26/+12
2017-03-29vhost: vhost-user component may become unusable with too many open files (VPP...Steven1-9/+20
2017-03-28af_packet driver needs to check VLIB_BUFFER_NEXT_PRESENT flag is setJim Gibson1-1/+2
2017-03-26Rename "show interfaces" -> "show interface"Dave Barach2-2/+2
2017-03-22vhost: support interrupt modeSteven2-22/+322
2017-03-20vnet: add device-input threadplacement infraDamjan Marion5-68/+300
2017-03-17Fix IP feature ordering.Neale Ranns1-1/+0
2017-03-16vhost: wrong value return for VHOST_USER_VRING_GET_BASESteven1-4/+11
2017-03-10Retire vpp_liteDamjan Marion4-4465/+0
2017-03-09vlib_mains == 0 special cases be goneDave Barach1-5/+4
2017-03-08vhost: binary API changes for interrupt modeSteven4-10/+41
2017-03-06features: take device-input buffer advance value directlyDamjan Marion3-4/+3
2017-03-02Clean up binary api message handler registration issuesDave Barach1-9/+1
2017-03-01dpdk: be a pluginDamjan Marion25-11695/+0
2017-03-01devices: vnet_get_aggregate_rx_packets should not be dpdk specificDamjan Marion9-44/+58
2017-02-28dpdk: retire support for dpdk 16.07Damjan Marion5-58/+3
2017-02-28vlib: add buffer cloning supportDamjan Marion2-13/+39
2017-02-27vlib: add VLIB_BUFFER_EXT_HDR_VALID flagDamjan Marion2-2/+2
2017-02-24Fixed QAT device binding and device unbinding when vpp package is removedRadu Nicolau1-1/+1
2017-02-24VPP-279: Document changes for vnet/vnet/devicesBilly McFall2-100/+617
2017-02-22VPP-635: CLI Memory leak with invalid parameterBilly McFall5-134/+343
2017-02-17Implemented IKEv2 initiator features:Radu Nicolau2-0/+4
2017-02-17dpdk: quad loop and prefetch in fill_free_listDamjan Marion1-15/+71
2017-02-14VPP-279: Document changes for vnet/vnet/devicesBilly McFall2-52/+210
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-06vlib: remove algned/unaligned buffers schemeDamjan Marion1-118/+13
2017-02-04dpdk: move to uio_pci_genericDamjan Marion1-1/+1
2017-02-03vhost-user: fix missing speculative enqueue unwindSteven1-0/+4