On Mon, Jul 12, 2021 at 06:15:29PM +0100, [email protected] wrote: > From: Anton Ivanov <[email protected]> > > time_poll() makes an excessive number of time_msec() calls > which incur a performance penalty. > > 1. Avoid time_msec() call for timeout calculation when time_poll() > is asked to skip poll() > > 2. Reuse the time_msec() result from deadline calculation for > last_wakeup and timeout calculation. > > Signed-off-by: Anton Ivanov <[email protected]>
I'd like another look at that after patch 1 is revised. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
