On Fri, Sep 23, 2011 at 02:20:15PM -0700, Jesse Gross wrote: > Each time we run through the poll loop, we check all file descriptors > that we were waiting on to see if there is data available. However, > this requires a system call and poll already provides information on > which FDs caused the wakeup so it is inefficient as the number of > active FDs grows. This provides a way to check whether a given FD > has data. > --- > v2: The returned mask is now the logical OR of the events from all matching > FDs.
Change looks good, thank you. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
