> This commit removes the 'dispatcher' thread by allowing 'handler' > threads to read upcalls directly from dpif. vport in dpif will > open netlink sockets for each handler and will use the 5-tuple > hash from the missed packet to choose which socket (handler) to > send the upcall. > > This patch also significantly simplifies the flow miss handling > code and brings slight improvement to flow setup rate.
doesn't this make dpif-netdev reorder packets in a flow (eg. a tcp stream) if running with multiple forwarders? YAMAMOTO Takashi _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev