arybchik 0a791783fd sfxge: assert either kernel or internal copy of interface flags
ioctl to put interface down sets ifp->if_flags which holds the intended
administratively defined state and calls driver callback to apply it.
When everything is done, driver updates internal copy of
interface flags sc->if_flags which holds the operational state.
So, transmit from Rx path is possible when interface is intended to be
administratively down in accordance with ifp->if_flags, but not applied
yet and the operational state is up in accordance with sc->if_flags.

Sponsored by:   Solarflare Communications, Inc.
Differential Revision: https://reviews.freebsd.org/D2075
2015-03-23 15:44:17 +00:00
..
2015-03-06 20:53:56 +00:00
2015-01-23 15:14:30 +00:00
2015-01-30 01:13:07 +00:00
2015-03-13 20:08:35 +00:00
2015-02-24 01:00:46 +00:00
2015-03-08 19:55:46 +00:00
2015-01-23 15:14:30 +00:00
2015-01-23 15:14:30 +00:00
2015-03-17 19:13:11 +00:00
2014-08-05 23:35:19 +00:00
2014-08-05 23:58:49 +00:00
2014-05-20 19:55:06 +00:00
2014-09-28 07:40:26 +00:00
2014-10-10 14:17:42 +00:00
2015-02-27 15:14:25 +00:00
2014-10-11 19:36:59 +00:00
2015-03-13 20:08:35 +00:00
2015-02-24 06:20:50 +00:00
2014-12-03 00:47:05 +00:00
2014-11-18 21:58:57 +00:00
2014-09-19 03:55:19 +00:00
2014-05-16 21:19:17 +00:00
2015-03-13 20:08:35 +00:00
2014-11-21 21:34:19 +00:00
2014-11-20 20:09:18 +00:00
2015-02-28 15:21:06 +00:00