aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk/device
AgeCommit message (Expand)AuthorFilesLines
2021-09-17dpdk: enable ENA tx offloadBenoît Ganne1-0/+7
2021-09-16dpdk: fix checksum offloadFlorin Coras1-2/+1
2021-09-16dpdk: add support for outer udp and ipv4 checksumsMohsin Kazmi3-16/+66
2021-09-08dpdk: fix coverityMohammed Hawari1-0/+2
2021-09-07dpdk: lro supportMohammed Hawari5-19/+110
2021-08-31flow: add esp spi rss typePiotr Bronowski2-26/+35
2021-08-20vlib: add format_vnet_buffer_no_chainBenoît Ganne1-6/+4
2021-07-27vppinfra: introduce CLIB_CACHE_PREFETCH_BYTESDamjan Marion1-2/+0
2021-07-16dpdk: improve tx offload formattingMohsin Kazmi1-16/+32
2021-07-15dpdk: enable RX interrupts for the virtio driverRobert Shearman1-0/+8
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion2-13/+13
2021-07-13dpdk: add base-virtaddr config optionRobert Shearman1-1/+4
2021-06-22dpdk: enable igc devicesMatthew Smith2-27/+29
2021-05-27dpdk: bump to 21.05Fan Zhang1-12/+16
2021-05-26dpdk: fix missing symbolFan Zhang1-4/+8
2021-05-25dpdk: disable DPDK iAVF interrupt supportMohammed Hawari1-2/+3
2021-05-10dpdk: do not crash when failing to bring interface upBenoît Ganne1-5/+9
2021-05-06vlib: fix the offload flags sizeMohsin Kazmi1-1/+2
2021-05-05vlib: move offload flags to 1st cacheline in vlib_buffer_tMohsin Kazmi1-1/+1
2021-05-04dpdk: allow configuration of max-simd-bitwidthRay Kinsella2-2/+34
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne2-15/+0
2021-04-15avf: remove the vxlan flow supportChenmin Sun1-0/+1
2021-04-14dpdk: add RSS capability flag to iavf PMD in dpdk_pluginChenmin Sun1-4/+4
2021-04-12avf: avf flow bug fixChenmin Sun1-1/+0
2021-03-26vlib: introduce vlib_get_elog_main()Damjan Marion1-5/+2
2021-03-19interface: add capabilities flagsMohsin Kazmi2-9/+13
2021-03-18dpdk: don't mask interrupts for some driversMohammed Hawari4-9/+38
2021-03-15dpdk: implement interrupt modeMohammed Hawari4-12/+116
2021-03-04dpdk: enable AVX-512 on ICLRay Kinsella1-0/+5
2021-02-15vlib: refactor checksum offload supportMohsin Kazmi1-12/+9
2021-02-12dpdk: use whole vmbus address as hash key for devconfVladimir Ratnikov2-21/+22
2021-01-21dpdk: do not use TSO for small packetsSomnath Kotur1-2/+5
2021-01-21interface: rx queue infra rework, part oneDamjan Marion4-19/+28
2021-01-21dpdk: terminate device devargs stringMatthew Smith1-1/+2
2021-01-11dpdk: allow configure individual VMBUS devicesVladimir Ratnikov3-48/+220
2020-12-14misc: refactor clib_bitmap_foreach macroDamjan Marion2-6/+6
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-2/+2
2020-12-11dpdk: bump to dpdk 20.11Fan Zhang2-5/+25
2020-11-24dpdk: fix eal in nohugtlb modeNathan Skrzypczak1-16/+22
2020-11-19dpdk: Telemetry thread is off by default.Dmitry Vakrhushev2-0/+9
2020-11-18dpdk: change mlx5 pmd name in foreach_dpdk_pmdMatthew Smith1-1/+7
2020-11-09vlib: fix trace number accountingBenoît Ganne1-15/+22
2020-10-21vlib: print logs to stderr if interactive or nosyslog setDamjan Marion2-3/+11
2020-10-21dpdk: Disable VLAN filtering for VLAN sub-interface in i40e driverDimitrios Markou1-2/+2
2020-10-12misc: clang-11 and gcc-10 supportDamjan Marion1-2/+2
2020-10-02dpdk: split PCI blacklist rte_eal args from startup.confVladimir Ratnikov1-2/+3
2020-09-11dpdk: fix coverity defect #214232, #182930Chenmin Sun2-1/+8
2020-09-09interface: support configuring RSS steering queuesChenmin Sun3-34/+154
2020-09-08dpdk: fix extended stat stringsChristian Hopps1-2/+2
2020-09-08dpdk: fix interface counters to never go backwardChristian Hopps1-33/+24