-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2sar-perf with Control Plane tested (#57)
- 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
- Loading branch information
Showing
42 changed files
with
2,727 additions
and
455 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ on: | |
env: | ||
GRPC_VER: 1.54.1 | ||
BOOST_VER: 1.85.0 | ||
E2SAR_VER: 0.1.1 | ||
E2SAR_VER: 0.1.2 | ||
|
||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.