aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-02dpdk: fix crypto coverity warningSergio Gonzalez Monroy1-1/+2
2017-01-27dpdk: rework cryptodev ipsec build and setupSergio Gonzalez Monroy11-166/+287
2017-01-27dpdk : incorrect rx filter being installedPavel Kotucek3-1/+20
2017-01-19af_packet: multithreading supportMohsin KAZMI4-11/+86
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-17dpdk: remove duplicate code in buffers.cDamjan Marion1-122/+9
2017-01-16dpdk: add 'show dpdk version' cliDamjan Marion1-0/+20
2017-01-16dpdk: register rte_delay_us callback from vnetDamjan Marion1-0/+90
2017-01-14vlib: add buffer and thread callbacksDamjan Marion7-10/+827
2017-01-14VPP-279: Document changes for vnet/vnet/devicesBilly McFall3-3/+97
2017-01-13VPP-580: Host Interface created via Command Line Arg is misnamedBilly McFall1-1/+1
2017-01-10VPP-585: vhost-user interface deletion leaks memory.Ole Troan1-0/+7
2017-01-10API refactoring : dpdkPavel Kotucek2-0/+349
2017-01-09VPP-279: af_packet via Command-line Arg should no longer be supportedBilly McFall1-0/+3
2017-01-06VPP-279: doxygen documentation for host interface CLI commandsBilly McFall2-2/+65
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