aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk/device/init.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-25vlib: introduce DMA infrastructureMarvin Liu1-0/+10
2022-07-18dpdk: fix mlx5 dpdk init with no-multi-segTianyu Li1-1/+2
2022-07-08dpdk: add ID for 4xxx QAT VFMatthew Smith1-3/+5
2022-05-23dpdk: fix update link stateAlexander Skorichenko1-18/+13
2022-05-17interface: fix overflow of link speed.Anton Nikolaev1-1/+3
2022-04-08dpdk: add multi-txq supportMohsin Kazmi1-0/+16
2022-04-05dpdk: macros changes for dpdk 22.03Dastin Wilski1-15/+16
2022-04-05dpdk: fix max frame sizeDamjan Marion1-1/+2
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-2/+2
2022-04-01dpdk: fix coverity issueFan Zhang1-13/+4
2022-03-29dpdk: make log pipe non-blocking on both sidesDamjan Marion1-1/+2
2022-03-23dpdk: copy the enable_rxq_int flag from driver to confPaul Atkins1-0/+1
2022-02-18dpdk: support devargs for vmbusVladimir Ratnikov1-19/+29
2022-01-20dpdk: fix compilation for DPDK < 21.11Benoît Ganne1-0/+3
2022-01-18dpdk: limit number of TX queues to max supportedDamjan Marion1-3/+17
2022-01-18vnet: distinguish between max_frame_size and MTUDamjan Marion1-3/+23
2022-01-17interface: improve MTU handlingDamjan Marion1-9/+37
2022-01-14dpdk: refactor device setupDamjan Marion1-305/+147
2022-01-12dpdk: bump to DPDK v21.11Damjan Marion1-8/+1
2022-01-12dpdk: postpone updating runtime dataDamjan Marion1-1/+3
2022-01-12dpdk: use blunt force to skip irrelevant and confusing logsDamjan Marion1-1/+13
2022-01-11dpdk: offloads cleanupDamjan Marion1-166/+33
2022-01-09dpdk: interface capabilities cleanupDamjan Marion1-16/+1
2022-01-09dpdk: port type code cleanupDamjan Marion1-2/+0
2022-01-07ethernet: new interface registration functionDamjan Marion1-6/+6
2022-01-07dpdk: fix rx and tx descriptor configFlorin Coras1-0/+6
2022-01-06dpdk: cleanup MTU handlingDamjan Marion1-98/+7
2022-01-06dpdk: port type from speed_capa bitmap on Cisco VICDamjan Marion1-35/+1
2022-01-05dpdk: no need to copy default tx confDamjan Marion1-3/+0
2022-01-05interface: refactor interface capabilities codeDamjan Marion1-9/+9
2022-01-05dpdk: move port config to single structDamjan Marion1-181/+155
2022-01-05dpdk: remove unused flagDamjan Marion1-6/+0
2022-01-05dpdk: keep buffer flags per-deviceDamjan Marion1-11/+0
2022-01-05dpdk: remove unused logging classDamjan Marion1-1/+0
2022-01-05dpdk: remove vlan-strip offload codeFilip Varga1-54/+0
2022-01-05dpdk: remove "convenience" varsDamjan Marion1-19/+16
2021-12-31vlib: remove external thread management supportDamjan Marion1-65/+10
2021-12-09dpdk: disable l4 csum offload for vmxnet3Florin Coras1-1/+4
2021-11-23dpdk: enable vmxnet3 l4 checksum offloadFlorin Coras1-0/+6
2021-11-22dpdk: fix coverity warningKlement Sekera1-0/+2
2021-10-13dpdk: fix vmbus device name parsingBenoît Ganne1-2/+3
2021-09-17dpdk: enable ENA tx offloadBenoît Ganne1-0/+7
2021-09-16dpdk: add support for outer udp and ipv4 checksumsMohsin Kazmi1-9/+34
2021-09-08dpdk: fix coverityMohammed Hawari1-0/+2
2021-09-07dpdk: lro supportMohammed Hawari1-1/+26
2021-07-27vppinfra: introduce CLIB_CACHE_PREFETCH_BYTESDamjan Marion1-2/+0
2021-07-15dpdk: enable RX interrupts for the virtio driverRobert Shearman1-0/+8
2021-06-22dpdk: enable igc devicesMatthew Smith1-0/+1
2021-05-26dpdk: fix missing symbolFan Zhang1-4/+8
2021-05-25dpdk: disable DPDK iAVF interrupt supportMohammed Hawari1-2/+3