summaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk/device/init.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-24dpdk: fix eal in nohugtlb modeNathan Skrzypczak1-16/+22
2020-11-19dpdk: Telemetry thread is off by default.Dmitry Vakrhushev1-0/+8
2020-10-21vlib: print logs to stderr if interactive or nosyslog setDamjan Marion1-3/+9
2020-10-02dpdk: split PCI blacklist rte_eal args from startup.confVladimir Ratnikov1-2/+3
2020-09-11dpdk: fix coverity defect #214232, #182930Chenmin Sun1-1/+1
2020-09-09interface: support configuring RSS steering queuesChenmin Sun1-33/+49
2020-08-27dpdk: fix blacklistsVladimir Ratnikov1-1/+10
2020-07-09dpdk: add txq struct and fix dpdk tx lockBenoît Ganne1-7/+0
2020-06-04dpdk: cleanup, add rx queue structDamjan Marion1-14/+5
2020-05-27ethernet: fix DMAC check and skip unnecessary ones (VPP-1868)John Lo1-19/+28
2020-05-19dpdk: change netvsc device port typeMatthew Smith1-1/+1
2020-05-14dpdk: fix crash with chelsio pmdBenoît Ganne1-6/+12
2020-04-30crypto: introduce async crypto infraFan Zhang1-0/+5
2020-04-28flow: add RSS supportChenmin Sun1-1/+2
2020-04-22misc: fix coverity warningsDave Barach1-2/+3
2020-04-22devices: Adding ConnectX-6 DX Device ID for validationAmir Zeidner1-2/+7
2020-04-02dpdk: VM VHOST tests with rxq>1 failingSteven Luong1-0/+1
2020-03-27dpdk: enable DPDK iAVF PMDChenmin Sun1-0/+18
2020-02-20dpdk: rx checksum offloadFlorin Coras1-0/+8
2020-02-14dpdk: TSO does not work for Cisco VICSteven Luong1-0/+11
2020-02-05dpdk: use port_id as interface name suffix for representorsHaggai Eran1-1/+7
2020-01-30misc: deprecate dpdk hqosDamjan Marion1-77/+0
2019-12-17dpdk: add devargs supportChenmin Sun1-12/+24
2019-12-04gso: remove the interface countMohsin Kazmi1-2/+0
2019-11-19dpdk: fix non-NULL terminated stringBenoît Ganne1-1/+1
2019-11-14dpdk: Enable bnxt PMDAndy Gospodarek1-0/+14
2019-11-01dpdk: fix tso not properly check the 'enable-tcp-udp-checksum' option issueChenmin Sun1-16/+15