sdnfv / openNetVM

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

Advanced Rings NF Shutdown on onvm_mgr Shutdown #105

Closed koolzz closed 5 years ago

koolzz commented 5 years ago

Bug Report

Current Behavior When we run Speed tester(or scaling NF) with advanced rings and then shut down onvm_mgr the speed tester NF doesn't properly shutdown.

Expected behavior/code We would expect all NFs to shut down (even the advanced rings one)

Steps to reproduce

./go.sh 0,1,2 1 0xf0 -s stdout
./go.sh 5 -d 5 -a

Possible Solution We need to properly handle messages for advanced rings (currently we just ignore all of them),

nks5295 commented 5 years ago

Closed in #111