Skip to content

VMA 8.1.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@OphirMunk OphirMunk released this 18 Aug 13:14
· 1102 commits to master since this release

New Features

  • Act gracefully when running on upstream drivers for non supported features
  • TCP stack - split head of TCP unsent segment when bigger than send window size and NODELAY flag is set
  • Dump TCP file descriptor statistics into VMA logger using vma_stats
  • Avoid using mce_sys global variable in fast path to minimize cache hit and improve performance
  • Support SW checksum validation for ingress TCP/UDP IP packets
  • Allow local TCP connections for offloaded bounded listen sockets
  • Control the number of post sends until requesting completion SIGNAL
  • Add option for TCP stack debug printing
  • Coverity enhancements: add support for ccpcheck and clang
  • Add jenkins support for inbox

Bug Fixes

  • Fix segmentation fault in vma_stats when exceeding fds string length
  • Coverity fixes
  • Fix exp-cq help message when executing "./configure --help"