summaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk/device/init.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-04dpdk: allow configuration of max-simd-bitwidthRay Kinsella1-2/+29
2021-04-14dpdk: add RSS capability flag to iavf PMD in dpdk_pluginChenmin Sun1-4/+4
2021-03-26vlib: introduce vlib_get_elog_main()Damjan Marion1-5/+2
2021-03-19interface: add capabilities flagsMohsin Kazmi1-7/+11
2021-03-18dpdk: don't mask interrupts for some driversMohammed Hawari1-5/+8
2021-03-15dpdk: implement interrupt modeMohammed Hawari1-1/+5
2021-03-04dpdk: enable AVX-512 on ICLRay Kinsella1-0/+5
2021-02-12dpdk: use whole vmbus address as hash key for devconfVladimir Ratnikov1-19/+20
2021-01-21interface: rx queue infra rework, part oneDamjan Marion1-6/+15
2021-01-21dpdk: terminate device devargs stringMatthew Smith1-1/+2
2021-01-11dpdk: allow configure individual VMBUS devicesVladimir Ratnikov1-47/+187
2020-12-14misc: refactor clib_bitmap_foreach macroDamjan Marion1-4/+4
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-2/+2
2020-12-11dpdk: bump to dpdk 20.11Fan Zhang1-2/+2