Have few questions,

>From my understanding, after the "port_del()" is executed, the following
function invocation sequence is:
"ofproto_port_del()" -> "update_port()" ->"ofport_remove_with_name()" ->
"ofport_remove()" -> "ofport_destroy()" -> "port_destruct()"

And in "port_destruct()", the "bundle_remove()" will be called again.

So, seem to me, we originally don't need to call "bundle_remove()" in the
"port_del()".

Could you correct me if I'm wrong?

Thanks,
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to