Call em_start() when we detect a link state change such that packets start
authorkettenis <kettenis@openbsd.org>
Thu, 8 Oct 2015 09:21:26 +0000 (09:21 +0000)
committerkettenis <kettenis@openbsd.org>
Thu, 8 Oct 2015 09:21:26 +0000 (09:21 +0000)
commitca7012595ad08c920587c19c032fc905a369a2fd
tree1beede95c90423c654012a847fd65b97a132e8a8
parentc62531a5c3239985541f5781ce1e92625543590b
Call em_start() when we detect a link state change such that packets start
flowing again even if the send queue is currently full.  Restores the fix
made by makeb@ in rev 1.263 which was lost in making the tx completion path
mpsafe.

ok mikeb@
sys/dev/pci/if_em.c