Kernel panic from lagg_ioctl and lagg_port_ioctl

Hans Petter Selasky hps at selasky.org
Wed Jan 13 13:49:26 UTC 2016


On 01/13/16 14:15, Lewis, Fred wrote:
> Hi Hans,
>
> Can you give an example of draining the callouts?
>

Hi,

man 9 callout_drain

and

man 9 callout_async_drain (11-current)

callout_drain() might sleep and needs a context which allows for that. 
Else use callout_async_drain().

--HPS


More information about the freebsd-net mailing list