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

Termination of NFs stopped before being executed #93

Closed koolzz closed 5 years ago

koolzz commented 5 years ago

Bug Report

Current Behavior If you Ctrl-C the NF before it starts running it will already have the core assigned but won't do any cleanup (before running in this case is before calling onvm_nflib_run_callback)

Expected behavior/code We don't want this to happen as it will say the core is occupied.

Possible Solution Kind of low priority for now, don't have a clean solution.