]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces that
authorglebius <glebius@FreeBSD.org>
Thu, 23 Jan 2020 01:41:09 +0000 (01:41 +0000)
committerglebius <glebius@FreeBSD.org>
Thu, 23 Jan 2020 01:41:09 +0000 (01:41 +0000)
commitf425ba950c4fc7491741e125d0c39334a91dcdfc
treea9db306544094d456f54570e974761f6d43f31df
parent0786bfc1f0baf4db9dbd8d5da943da3e456fba68
Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces that
supposedly may call into ether_input() without network epoch.

They all need to be reviewed before 13.0-RELEASE.  Some may need
be fixed.  The flag is not planned to be used in the kernel for
a long time.
sys/dev/altera/atse/if_atse.c
sys/dev/beri/virtio/network/if_vtbe.c
sys/dev/dpaa/if_dtsec.c
sys/dev/hyperv/netvsc/if_hn.c
sys/dev/if_ndis/if_ndis.c
sys/dev/ntb/if_ntb/if_ntb.c
sys/dev/sbni/if_sbni.c
sys/dev/xen/netback/netback.c
sys/mips/nlm/dev/net/xlpge.c
sys/net/if.h