svn commit: r301197 - head/sys/dev/xen/netfront

Hans Petter Selasky hps at selasky.org
Thu Jun 2 11:16:35 UTC 2016


On 06/02/16 13:14, Roger Pau Monné wrote:
> +		callout_reset(&rxq->rx_refill, hz/10, xn_alloc_rx_buffers_callout,
> +		    rxq);

Maybe use callout_reset_curcpu() to take advantage of callout's SMP 
capabilities ?

--HPS


More information about the svn-src-head mailing list