aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk/device/init.c
AgeCommit message (Expand)AuthorFilesLines
11 daysdpdk: remove dead codeDamjan Marion1-9/+0
11 daysdpdk: Use FreeBSD specific values for network interface classesTom Jones1-0/+10
11 daysdpdk: Only use vmbus on LinuxTom Jones1-1/+5
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-8/+0
2024-03-05dpdk: correct waiting timesGeorgy Borodin1-7/+49
2024-01-16dpdk: add ID for QAT 4xxx series VF supportKai Ji1-1/+2
2024-01-16dpdk: fix log_debug message formatGeorgy Borodin1-1/+1
2023-12-08dpdk: never override devname if set via configPeter Morrow1-5/+6
2023-10-12dpdk: add Mellanox BlueField NICsAlexander Kozyrev1-0/+12
2023-09-28dpdk: add ConnectX-6LX and ConnectX-7 supportAlexander Kozyrev1-3/+9
2023-05-15dpdk: Be wary of the return value from rte_eth_dev_socket_idSteven Luong1-1/+7
2023-04-25dpdk: code preparation for bumping to DPDK 22.11Xinyao Cai1-12/+6
2023-03-14dpdk: enable Google Virtual EthernetMarvin Liu1-0/+3
2023-03-06dpdk: plugin init should be protect by thread barrierXiaoming Jiang1-0/+2
2023-01-26dpdk: add intf tag to dev{} subinputNathan Skrzypczak1-0/+5
2023-01-11pci: add option to force uio bindingBenoît Ganne1-1/+4
2022-10-24dpdk: add Intel QAT 200xx series supportVladimir Ratnikov1-1/+2
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