aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk/device
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-01dpdk: fix mac address length was wrongjiangxiaoming1-1/+1
2020-08-31flow: code refactorChenmin Sun1-391/+196
2020-08-27dpdk: fix blacklistsVladimir Ratnikov2-2/+10
2020-07-16dpdk: fix coverity warning in the flow codeChenmin Sun1-1/+1
2020-07-16vppinfra: fix format_c_identifier vector overflowBenoît Ganne1-4/+2
2020-07-09dpdk: add txq struct and fix dpdk tx lockBenoît Ganne4-19/+23
2020-06-27flow: add IPSec ESP/AH flowChenmin Sun1-0/+71
2020-06-04dpdk: cleanup, add rx queue structDamjan Marion5-59/+31
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-05-05flow: explicitly convert RSS function types in dpdk_pluginChenmin Sun1-1/+34
2020-04-30flow: add l2tpv3oip flowChenmin Sun1-9/+45
2020-04-30crypto: introduce async crypto infraFan Zhang1-0/+5
2020-04-29misc: switch to clang-9Damjan Marion1-1/+1
2020-04-29flow: explicit rss function enum castFlorin Coras1-1/+1
2020-04-28flow: add RSS supportChenmin Sun4-32/+80
2020-04-27vlib: deprecate i2c and cjDave Barach4-4/+0
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