Skip to content

VMA 8.0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@OphirMunk OphirMunk released this 20 May 19:51
· 1180 commits to master since this release

New Features

  • Search neigh table using both dst addr and ifindex
  • Replace STL containers with vma_list_t class to avoid malloc() calls
  • epoll() - report in order (FIFO) on readable sockets file descriptors
  • Add vma_stats -v 5 PID column (netstat like)
  • Expand vma_stats to include Send-Q & Recv-Q
  • Add internal thread TCP timer handling mode: immediate/deferred
  • Add "--disable-exp-cq" parameter to control CQ polling using experimental verbs API
  • Initialize struct mce_sys members the earliest possible (in struct constructor)
  • Add jenkins check support on github pull requests

Bug Fixes

  • Fix TCP WIN SCALE incompatibility with RFC-1323, section 2.2/2.3
  • Fix realloc size parameter in event_handler_manager class
  • Fix usage of safe_mce_sys() calls instead of unsafe mce_sys calls