No subject


Sat Oct 12 03:57:18 UTC 2013


"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,

--047d7bf10aa8c557a004e9c26fc5
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Have few questions,<div><br></div><div>From my understandi=
ng, after the &quot;port_del()&quot; is executed, the following function in=
vocation sequence is:</div><div>&quot;ofproto_port_del()&quot; -&gt; &quot;=
update_port()&quot; -&gt;&quot;ofport_remove_with_name()&quot; -&gt; &quot;=
ofport_remove()&quot; -&gt; &quot;ofport_destroy()&quot; -&gt; &quot;port_d=
estruct()&quot;</div>

<div><br></div><div>And in &quot;port_destruct()&quot;, the &quot;bundle_re=
move()&quot; will be called again.</div><div><br></div><div>So, seem to me,=
 we originally don&#39;t need to call &quot;bundle_remove()&quot; in the &q=
uot;port_del()&quot;.</div>

<div><br></div><div>Could you correct me if I&#39;m wrong?</div><div><br></=
div><div>Thanks,</div></div>

--047d7bf10aa8c557a004e9c26fc5--


More information about the dev mailing list