sdnfv / openNetVM

A high performance container-based NFV platform from GW and UCR.
http://sdnfv.github.io/onvm/
Other
261 stars 134 forks source link

[UPDATE] speed_tester jumbo frames crash fix #316

Closed aaronmhill01 closed 2 years ago

aaronmhill01 commented 2 years ago

Summary:

Speed tester will no longer crash if you tell it to load a PCAP trace that contains jumbo frames without using the -j flag.

Usage:

This PR includes
Resolves issues
Breaking API changes
Internal API changes
Usability improvements
Bug fixes X
New functionality
New NF/onvm_mgr args
Changes to starting NFs
Dependency updates
Web stats updates

Merging notes:

TODO before merging :

Test Plan:

Started manager without -j flag and successfully ran the speed tester using several PCAP files which contained jumbo frames.

aaronmhill01 commented 2 years ago

Updated functionality based on Dennis and Tim's comments.