Home
last modified time | relevance | path

Searched hist:"32 f1989b" (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/net/
H A Dtrunklacp.h32f1989b Mon Oct 05 13:00:04 GMT 2015 mikeb <mikeb@openbsd.org> Factor LACP frame processing out to a separate task

This is slightly refactored version of the diff by jmatthew@
that makes use of a single per-trunk task but retains per-port
mbuf queues.

Running LACP frame processing in a task context allows a simple
way to synchronize changes to the trunk ports and trunk itself
performed from the ioctl, timeout and task contexts with a kernel
lock.

OK mpi
H A Dtrunklacp.c32f1989b Mon Oct 05 13:00:04 GMT 2015 mikeb <mikeb@openbsd.org> Factor LACP frame processing out to a separate task

This is slightly refactored version of the diff by jmatthew@
that makes use of a single per-trunk task but retains per-port
mbuf queues.

Running LACP frame processing in a task context allows a simple
way to synchronize changes to the trunk ports and trunk itself
performed from the ioctl, timeout and task contexts with a kernel
lock.

OK mpi
H A Dif_trunk.c32f1989b Mon Oct 05 13:00:04 GMT 2015 mikeb <mikeb@openbsd.org> Factor LACP frame processing out to a separate task

This is slightly refactored version of the diff by jmatthew@
that makes use of a single per-trunk task but retains per-port
mbuf queues.

Running LACP frame processing in a task context allows a simple
way to synchronize changes to the trunk ports and trunk itself
performed from the ioctl, timeout and task contexts with a kernel
lock.

OK mpi