Skip to content

Conversation

@catherinemeadows
Copy link
Contributor

Summary:

The Python script for starting up a chain of NFs was using time.clock() which was deprecated in Python 3.3 so running the script gave an error. I updated to use time.perf_counter().

Usage:

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

Merging notes:

  • Dependencies: None

TODO before merging :

  • PR is ready for review

Test Plan:

Ran script with example JSON file and ensured that it timed out correctly for the defined TTL.

NoahChinitz and others added 4 commits December 2, 2021 01:47
Changes the source IP address in ARP reply from CPU byte ordering to BE.

Commit log:
* ARP endianess fixed
Release of ONVM v21.10
Merge branch 'develop' of https://github.com/sdnfv/openNetVM
Copy link
Member

@twood02 twood02 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@twood02
Copy link
Member

twood02 commented Jul 6, 2022

@catherinemeadows you can merge this if it allows you to

@catherinemeadows catherinemeadows merged commit 35b454e into sdnfv:develop Jul 7, 2022
twood02 added a commit that referenced this pull request Aug 3, 2022
Merge branch 'develop' of https://github.com/sdnfv/openNetVM into jettjacobs-docs
* 'develop' of https://github.com/sdnfv/openNetVM:
  Python Script Update (#325)
  LB Adjustments; Run without mTCP (#322)
  Fix incorrect comment (#323)
  Scaling Example NF Updates (#321)
  ONVM 21.10
  [Bug Fix] speed_tester jumbo frames crash fix (#316)
  [Bug Fix] ARP endianess fixed (#317)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants