1. eb69648 vppinfra: Function to check if a bihash has been initialised by Neale Ranns · 4 years, 3 months ago
  2. f2b4a37 vpp: update 'show bihash' command by Damjan Marion · 4 years, 3 months ago
  3. 2454de2 vppinfra: use heap to store bihash data by Damjan Marion · 4 years, 3 months ago
  4. 42b29ba vppinfra: fix RC in bihash instantiation by Nathan Skrzypczak · 4 years, 4 months ago
  5. d4a639b vppinfra: harmonize function names by Dave Barach · 4 years, 4 months ago
  6. 6183cf4 vppinfra: fix SIGBUS in bihash init when running unpriviledged, take two by Damjan Marion · 4 years, 7 months ago
  7. e6db775 vppinfra: fix SIGBUS in bihash init when running unpriviledged by Damjan Marion · 4 years, 7 months ago
  8. a90ba64 nat: add/del ed_ext_ports only if the table is instantiated by Dave Barach · 4 years, 8 months ago
  9. 68e5fd5 vppinfra: more bihash optimizatons by Damjan Marion · 4 years, 8 months ago
  10. 801ec2a vppinfra: improve bihash add/del performance by Damjan Marion · 4 years, 8 months ago
  11. 16e4a4a vppinfra: bihash improvements by Dave Barach · 4 years, 8 months ago
  12. 4e14977 vppinfra: add clib_bihash_get_bucket by Damjan Marion · 4 years, 9 months ago
  13. a690fdb vppinfra: numa vector placement support by Dave Barach · 5 years ago
  14. f0bae64 vppinfra: fixing compilation issues in 32-bit by Vijayabhaskar Katamreddy · 5 years ago
  15. f50bac1 vppinfra: bihash walk cb typedef and continue/stop controls by Neale Ranns · 5 years ago
  16. bdf9b97 vppinfra: add bihash_init2 by Dave Barach · 5 years ago
  17. 67d09e0 vppinfra: make first bihash add thread-safe by Dave Barach · 5 years ago
  18. b4b525e vppinfra: fix OOM check in bihash by Andreas Schultz · 5 years ago
  19. 9e4946b vppinfra: bihash add-but-do-not-overwrite semantics by Dave Barach · 5 years ago
  20. 32dcd3b vppinfra: allocate bihash virtual space on demand by Dave Barach · 5 years ago
  21. 72739a6 bihash: Freeing up working_copy_lengths vector by Vijayabhaskar Katamreddy · 6 years ago
  22. 2ce28d6 Add bihash statistics hook by Dave Barach · 6 years ago
  23. a11bf45 Use template-specific key compare fn when deleting records by Dave Barach · 6 years ago
  24. 97f8ae9 Fix bihash bucket double unlock. by Tom Seidenberg · 6 years ago
  25. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  26. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  27. df32bc4 bihash template: avoid memory leak upon rehash by Andrew Yourtchenko · 6 years ago
  28. a713254 bihash template: reinstate the check for the available memory in the arena by Andrew Yourtchenko · 6 years ago
  29. ffb14b9 bihash 32/64 bit shared memory interop by Dave Barach · 6 years ago
  30. 9466c45 32/64 shmem bihash interoperability by Dave Barach · 6 years ago
  31. 869031c bihash: remove unused counters by Damjan Marion · 6 years ago
  32. 828d27e bihash: add support for reuse of expired entry when bucket is full (VPP-1272) by Matus Fabian · 6 years ago
  33. ca45ee7 fix dangling reference in foreach_key_value_pair by Dave Barach · 6 years ago
  34. 2a03efe bihash: give hint to CPU that we are spinlocking by Damjan Marion · 6 years ago
  35. 508498f Fine-grained add / delete locking by Dave Barach · 6 years ago
  36. 882fcfe vppinfra: increase max bihash arena size to 512GB by Damjan Marion · 6 years ago
  37. 97f5af0 bihash table size perf/scale improvements by Dave Barach · 7 years ago
  38. e7d212f Minimize bihash memory consumption by Dave Barach · 7 years ago
  39. fb8e61c Adding a format function for bihash init routine to format the key, value, when verbose option is used by Vijayabhaskar Katamreddy · 7 years ago
  40. 4c9f2a8 lock init writer_lock must be inited before used. by JingLiuZTE · 7 years ago
  41. 2951d90 Fixes for issues raised by Coverity (VPP-972) by Chris Luke · 7 years ago
  42. c8ef08a Fix BIHASH_KVP_CACHE_SIZE == 0 case by Dave Barach · 7 years ago
  43. 858c06f Atomic bucket lock by Dave Barach · 7 years ago
  44. 908a5ea Add a bihash prefetchable bucket-level cache by Dave Barach · 7 years ago
  45. 47366b1 More GCC-7 errors by Marco Varlese · 8 years ago
  46. 871cdec Fix mac_age process crash in multi-threaded environment by Steve Shin · 8 years ago
  47. ba7ddfe VPP-847: improve bihash template memory allocator performance by Dave Barach · 8 years ago
  48. f55f9b8 completelly deprecate os_get_cpu_number, replace new occurences by Damjan Marion · 8 years ago
  49. 8f54496 Fix coverity warnings, VPP-608 by Dave Barach · 8 years ago
  50. 5e6b958 Handle execessive hash collisions, VPP-555 by Dave Barach · 8 years ago
  51. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago[Renamed from vppinfra/vppinfra/bihash_template.c]
  52. 0bfe5d8 A Protocol Independent Hierarchical FIB (VPP-352) by Neale Ranns · 8 years ago
  53. 16bcf7d VPP-346 A swathe of doc fixes by Chris Luke · 8 years ago
  54. c379999 VPP-327 Coding standards cleanup for vppinfra by Dave Barach · 8 years ago
  55. dd3a57f VPP-223 Bounded-index extensible hash documentation by Dave Barach · 8 years ago
  56. 034fccc Doubly-linked list element pools by Dave Barach · 8 years ago
  57. f1213b8 Add clib_memcpy macro based on DPDK rte_memcpy implementation by Damjan Marion · 9 years ago
  58. cb9cada Initial commit of vpp code. by Ed Warnicke · 9 years ago v1.0.0