Skip to content

E2SAR-main-0.1.2-ubuntu-22.04: e2sar-perf with Control Plane tested (#57)

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 04:34
· 52 commits to main since this release
3f5179c
- Added ability to read SegmenterFlags and ReassemblerFlags via INI
files (with unit tests)
- For LBManager added ability to force address resolution to IPv4 or
IPv6 and appropriate options in lbadm, lbmon and e2sar_perf
- Removed extraneous flags in Segmenter and Reassembler
- Modified Reassembler constructor to explicitly take IP address to
listen on (and not use what is in URI, which only works with
back-to-back testing without real LB)
- Both Segmenter and Reassembler now take explicit IP addresses to use
(to send or receive)
- Updated snifgen.py to enable it to parse PCAP files. Also to be able
to capture/parse Sync and LBRE packets together (sent by sender)
- Updated e2sar-perf to support control plane and various other
additional options
- Extended stat reporting from Reassembler to include lost event IDs
(tuple of EventNum and dataID)
- Developed a FABRIC notebook for testing against live LB 
- Updated wiki
- Fixed packaging of libe2sar.a as a single artifact combining LB gRPC
code with E2SAR code