1. 35b2607 VPP-580: Host Interface created via Command Line Arg is misnamed by Billy McFall · 8 years ago
  2. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago[Renamed from vnet/vnet/devices/dpdk/dpdk.h]
  3. 696f1ad dpdk: Add support for Mellanox ConnectX-4 devices by Damjan Marion · 8 years ago
  4. a60d4cb Improve dpdk-input node to handle drivers not setting mbuf PTYPE by John Lo · 8 years ago
  5. 2c4dbff dpdk: don't drop packets if l4 checksum is flagged as bad by Damjan Marion · 8 years ago
  6. 9dfd338 Fix crash whith bonded ethernet / DPDK 16.11 by Alexander Popovsky · 8 years ago
  7. 7549621 dpdk: input node next and error optimizations by Damjan Marion · 8 years ago
  8. 7dc4146 dpdk: quad loop dpdk-input node by Damjan Marion · 8 years ago
  9. 4015b19 dpdk: maintain per-worker trace buffer by Damjan Marion · 8 years ago
  10. 4ee3a65 dpdk: remove efd by Damjan Marion · 8 years ago
  11. 8bdc63b feature: all input nodes must have same nexts by Damjan Marion · 8 years ago
  12. 63f70d2 dpdk-hqos: don't hold up packets indefinitely under low load by David Hotham · 8 years ago
  13. 3916227 dpdk: enable building with dpdk 16.11-rc1 by Damjan Marion · 8 years ago
  14. f530a55 dpdk: remove support for dpdk 16.04 by Damjan Marion · 8 years ago
  15. b21b60e dpdk: remove KNI support by Damjan Marion · 8 years ago
  16. 5d4759b dpdk: remove dpdk_pmd_constructor_init by Damjan Marion · 8 years ago
  17. 85ecc81 DPDK HQoS: Enable Hierarchical Scheduler in VPP by Jasvinder Singh · 8 years ago
  18. b58598b dpdk: fix wrong tx ring size calculations by Damjan Marion · 8 years ago
  19. a7cc447 dpdk: move number of sub-interfaces to 2nd cacheline, introduce flag by Damjan Marion · 8 years ago
  20. 5643170 dpdk: use flags for identifying interface types by Damjan Marion · 8 years ago
  21. b28e498 dpdk: Remove obsolete VMXNET3 driver start/stop workaround by Damjan Marion · 8 years ago
  22. 2566567 Coding standards cleanup in vnet/vnet/devices/dpdk, partially fixes VPP-248 by Damjan Marion · 8 years ago
  23. 8719fc4 Remove per-worker destination frame queue by Damjan Marion · 8 years ago
  24. 1f0da17 Add DPDK 16.07 support (rc3 based) by Damjan Marion · 8 years ago
  25. 32f7bc1 Improve interface naming for NICs ports sharing same PCI ID by Damjan Marion · 8 years ago
  26. ce3e971 Allow DPDK per interface startup config to enable/disable VLAN stripping by John Lo · 8 years ago
  27. 3a94475 Retire support for DPDK 2.1.0 and older by Damjan Marion · 8 years ago
  28. 137c7c6 Retire PLATFORM=virl by Damjan Marion · 8 years ago
  29. 0f8ecf0 Decouple worker thread code from dpdk, enable worker threads in vpp_lite by Damjan Marion · 8 years ago
  30. a06dfb3 Reduce ring size for dpdk NICs and overtal mem footprint by Damjan Marion · 8 years ago
  31. a29f200 VNET: Initialization support for NXP DPAA2 poll mode driver by Sachin · 9 years ago
  32. 81f7092 Fix hugepage leak on VM termination by Shesha Sreenivasamurthy · 9 years ago
  33. 820e363 Add dpdk per-interface startup config parameter to support rss-flag by Srivatsa Sangli · 9 years ago
  34. 0b14072 Add dpdk per-interface startup config parameter to specify worker threads by Damjan Marion · 9 years ago
  35. bf74147 Retire io threads and main-thread-io mode by Damjan Marion · 9 years ago
  36. 0247b46 Add worker-handoff node by Damjan Marion · 9 years ago
  37. db7b269 Add verbose flag for packet trace, show hexdump in verbose dpdk input trace by Damjan Marion · 9 years ago
  38. 3f3b085 VPP-106: fix performance hit due to unprefetched data read by Dave Barach · 9 years ago
  39. 39da621 Add startup conf options to set per-interface descriptor ring size by Damjan Marion · 9 years ago
  40. c68b4cb Add per-device startup config support by Damjan Marion · 9 years ago
  41. 08602d1 Add dpdk config parameter: poll-sleep <nn> by Dave Barach · 9 years ago
  42. 64ae669 Move dpdk startup config data to separate struct by Damjan Marion · 9 years ago
  43. e3eefff Move rte_delay_us_override so it overrides DPDK by Todd Foggoa · 9 years ago
  44. 1c80e83 Add support for multiple microarchitectures in single binary by Damjan Marion · 9 years ago
  45. 52fc44d IP6 SR multicast replicator by Keith Burns (alagalah) · 9 years ago
  46. e0ef46b Add histogram to frame queue tracing by Bud Grise · 9 years ago
  47. a30d40d Add APIs to access dpdk information by Todd Foggoa (tfoggoa) · 9 years ago
  48. f1213b8 Add clib_memcpy macro based on DPDK rte_memcpy implementation by Damjan Marion · 9 years ago
  49. a4f16a0 Add API to get the dpdk interface stats delta. by Sean Hope · 9 years ago
  50. aa04a0f Add option to link DPDK dynamically by Damjan Marion · 9 years ago
  51. 1901020 Use rte_mempool private data for storing vlib_buffer_t by Damjan Marion · 9 years ago
  52. b8abf87 Declare node, hw_interface_class and device_class instances as external by Damjan Marion · 9 years ago
  53. 8941ec2 fix declaration of symbol of different size by Jean-Mickael Guerin · 9 years ago
  54. 02301ef Allow dpdk linkstate and stat polling intervals to be set dynamically. by Bud Grise · 9 years ago
  55. 9455084 Collect per Q stats for vhost-user interface by Shesha Sreenivasamurthy · 9 years ago
  56. 2073cfe Add ability to filter and change MACs by Christian Dechamplain · 9 years ago
  57. 7f62097 Move dpdk (un)format functions to separate c file by Damjan Marion · 9 years ago
  58. d9bf9ab Add support of Ethernet link bonding utilizing DPDK link bonding by John Lo · 9 years ago
  59. 9ad5adc Handle dynamic enable/disable VHOST_USER interface by Shesha Sreenivasamurthy · 9 years ago
  60. e90892e Enable DPDK KNI code based on DPDK config by Damjan Marion · 9 years ago
  61. ef65cb0 Add custom mac address option to vhost interfaces. by Pierre Pfister · 9 years ago
  62. d8ff0e1 Show DPDK EAL cmdline args in 'show version verbose' by Damjan Marion · 9 years ago
  63. d81566f Disable for-us udp/tcp checksum validation by default by Dave Barach · 9 years ago
  64. 85cdbd0 Implement multiple TX queue sharing by Damjan Marion · 9 years ago
  65. b8f45b3 Vhost multi-q support by Shesha Sreenivasamurthy · 9 years ago
  66. 2068e98 Enable Chelsio T5 support by Damjan Marion · 9 years ago
  67. 61efa14 aarch64 CPU arch / ThunderX platform initial support by Dave Barach · 9 years ago
  68. cb9cada Initial commit of vpp code. by Ed Warnicke · 9 years ago v1.0.0