Bo Hu
2014-10-13 13:44:50 UTC
Hi,
I am confused by the realization of port mod. I find that these is a
function named *handle_flow_mod* in ofproto/ofproto.c to deal with the
PORT_MOD message. In this funciton, it will call a function named
*update_port_config.
*My question is after it finished the port mod in userspace, how can kernel
part know? Indeed, I find a function named *port_reconfigured, *but what is
the detailed realization of port configuration in kernel part.
For example, if I want that no flood packets can pass a specific port, what
is the detailed realization in kernel(or datapath) part? I find it really
difficult to catch the point.
Thanks a lot,
Bo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/discuss/attachments/20141013/fe7939e3/attachment.html>
I am confused by the realization of port mod. I find that these is a
function named *handle_flow_mod* in ofproto/ofproto.c to deal with the
PORT_MOD message. In this funciton, it will call a function named
*update_port_config.
*My question is after it finished the port mod in userspace, how can kernel
part know? Indeed, I find a function named *port_reconfigured, *but what is
the detailed realization of port configuration in kernel part.
For example, if I want that no flood packets can pass a specific port, what
is the detailed realization in kernel(or datapath) part? I find it really
difficult to catch the point.
Thanks a lot,
Bo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/discuss/attachments/20141013/fe7939e3/attachment.html>