Re: adding if_dev member to struct ifnet
From: Daniel C. Sobral (dcs_at_tcoip.com.br)
Date: 10/07/03
- Previous message: Poul-Henning Kamp: "Re: Alignment of disk-I/O from userland."
- Maybe in reply to: Brooks Davis: "Re: adding if_dev member to struct ifnet"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 07 Oct 2003 13:44:13 -0300 To: Brooks Davis <brooks@one-eyed-alien.net>
Brooks Davis wrote:
>
> Not today, since none of them get used in the paths that do this. In
> general the network code doesn't care what you call an interface. There
> are a few corners where it does, but nothing that isn't specific to
> a certain set of drivers. Additionally, it is necessary to not have
> members called if_name and if_unit if we have if_xname as the primary
> driver name. It's also worth noting that one of the things I want to do
> is break the driver+unit mapping for certain types of pseudo devices.
> Specifically vlan devices should be allocatable by creating an interface
> with a name like fxp0.100 so while you could synthesize a unit number,
> it wouldn't have any useful meaning.
I wonder how that works for vlans over bridges...
-- Daniel C. Sobral Gerência de Operações Divisão de Comunicação de Dados Coordenação de Segurança VIVO Centro Oeste Norte Fones: 55-61-313-7654/Cel: 55-61-9618-0904 E-mail: Daniel.Capo@tco.net.br Daniel.Sobral@tcoip.com.br dcs@tcoip.com.br _______________________________________________ freebsd-arch@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-arch To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"
- Previous message: Poul-Henning Kamp: "Re: Alignment of disk-I/O from userland."
- Maybe in reply to: Brooks Davis: "Re: adding if_dev member to struct ifnet"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|