Searched hist:311482 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_ev.cdiff 311482 Fri Jan 06 07:22:08 MST 2017 arybchik MFC r310744

sfxge(4): fix efx_ev_qpoll for non-Siena builds

Both Siena and EF10 use the siena_ev_qpoll() implementation, but this
function is not defined in builds without EFSYS_OPT_SIENA.

Remove siena_ev_qpoll and inline it into efx_ev_qpoll to allow it
to be used in non-Siena builds.

Also remove outdated FIXME comment, as EF10 event batching/merging has
been implemented long ago without needing to modify this code.

Submitted by: Andy Moreton <amoreton at solarflare.com>
Sponsored by: Solarflare Communications, Inc.

Completed in 119 milliseconds