Skip to content

Capsule 0.1.4

Compare
Choose a tag to compare
@zeeshanlakhani zeeshanlakhani released this 11 May 20:24
a2c4e1b

Release Notes

Fixed

  • Mbuf clones, when dropped, do not return the underlying buffer back to the pool. (#76)
  • nat64 example now uses two pipelines for bi-directional traffic. (#91)
  • changed clang target machine architecture from native to corei7 for binary portability. (#92)
  • pushing a new Ethernet packet no longer corrupts buffer data. (#96)
  • group_by sub-batch supports fanout combinators, e.g. replace. (#98)
  • enforce strict mutability around NDP options on read and write. (#83)

Added

  • u16be and u32be for safe byte order conversion. (#97)

Changed

  • deprecated capsule::Result and migrated to failure::Fallible.
  • major overhaul of Packet trait. (#85)
  • major overhaul of ICMP v4, ICMP v6 and NDP. (#89 and #94)
  • migrated to DPDK 19.11 LTS. (#90)