aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio
AgeCommit message (Expand)AuthorFilesLines
2021-09-27virtio: Still init unused txqNathan Skrzypczak1-17/+0
2021-09-22virtio: fix the type of argument in virtio_show()Mohsin Kazmi2-7/+8
2021-08-26vhost: migrate to new TX infraSteven Luong3-88/+67
2021-08-20vlib: add format_vnet_buffer_no_chainBenoît Ganne1-3/+2
2021-08-18vhost: interrupt mode support with mqSteven Luong3-138/+209
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion2-14/+14
2021-06-23virtio: api cleanupFilip Tehlar2-49/+13
2021-06-22virtio: api cleanupFilip Tehlar1-54/+9
2021-06-07pg: Reduce the inclusion of pg.hNeale Ranns1-0/+3
2021-05-17virtio: add the checks for descriptors chain lenMohsin Kazmi1-0/+23
2021-05-08vhost: low performance in interrupt mode in some casesSteven Luong1-35/+19
2021-05-06vlib: fix the offload flags sizeMohsin Kazmi4-5/+5
2021-05-05vlib: move offload flags to 1st cacheline in vlib_buffer_tMohsin Kazmi2-3/+3
2021-05-04virtio: add simple drop counter for interfaceMohsin Kazmi1-30/+33
2021-05-04virtio: fix the interruptMohsin Kazmi3-162/+202
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne2-6/+0
2021-04-05vhost: Crash upon disconnectSteven Luong1-1/+1
2021-03-24virtio: improve compilation timeDamjan Marion1-64/+57
2021-03-19interface: add capabilities flagsMohsin Kazmi3-16/+21
2021-02-26virtio: place the event fds on worker threads for pci deviceMohsin Kazmi1-0/+11
2021-02-24virtio: enable the interrupt support for uio_pci_genericMohsin Kazmi1-11/+4
2021-02-15vlib: refactor checksum offload supportMohsin Kazmi4-30/+36
2021-02-08virtio: use vpp clib_memset instead glibc memsetMohsin Kazmi1-2/+2
2021-02-08virtio: add atomic call for kickingMohsin Kazmi2-20/+6
2021-02-01tap: fix the interrupt handlingMohsin Kazmi1-3/+4
2021-01-27vhost: vhost interface hardware address not setSteven Luong3-6/+9
2021-01-21interface: rx queue infra rework, part oneDamjan Marion8-163/+128
2021-01-08vhost: Add event index for interrupt notification to driverSteven Luong8-192/+506
2021-01-05tap: fix the buffering index for groMohsin Kazmi1-6/+8
2020-12-28vlib: add missing file template descriptionsPaul Vinciguerra1-0/+4
2020-12-25virtio: Extend vhost multi-queues support beyond 8 queue pairsSteven Luong3-60/+122
2020-12-14misc: move to new pool_foreach macrosDamjan Marion5-30/+25
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-12-04virtio: fix the interrupt handling for packed queuesMohsin Kazmi1-5/+25
2020-12-04virtio: fix the len offsetMohsin Kazmi1-2/+2
2020-12-03virtio: fix the offloads in tx pathMohsin Kazmi1-4/+2
2020-11-23virtio: fix overflow in case of buffering + dropBenoît Ganne1-1/+0
2020-11-17virtio: virtio: implement packed queues from virtio 1.1Mohsin Kazmi8-135/+1037
2020-11-12virtio: fix the index issueMohsin Kazmi1-7/+15
2020-11-09vlib: fix trace number accountingBenoît Ganne2-16/+17
2020-11-05tap: allow change of carrier state on hostMatthew Smith2-0/+2
2020-11-05virtio: misc optimizationsDamjan Marion1-35/+41
2020-11-05virtio: move retry logic to outer functionDamjan Marion1-8/+9
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns4-7/+1
2020-10-28virtio: fix the buffer array indexMohsin Kazmi1-1/+1
2020-10-26virtio: improve the compile timeMohsin Kazmi1-36/+32
2020-10-26virtio: reduce the compile time for device.cMohsin Kazmi1-15/+19
2020-10-22virtio: checksum error reported for ip6 traffic with GSO enableSteven Luong2-11/+1
2020-10-21virtio: run process to send interrupts to input nodesMohsin Kazmi3-17/+111