A dummy Ethernet driver
Yar Tikhiy
yar at comp.chem.msu.su
Wed Mar 21 20:19:39 UTC 2007
Hi folks,
We have disc(4) for testing and benchmarking. However, it's a
loopback driver, so such things as vlan or bridge cannot attach to
it. I needed a similar dummy interface mimicing Ethernet and failed
to find a ready solution. I tried ng_eiface+ng_hole, but it just
couldn't keep up with gigabit rates. So I knocked up a new dummy
driver, edsc(4): Ethernet discard interface. I'd like to commit it
if there are no objections. Then it could also serve as the bones
of an Ethernet driver for those who study kernel internals or want
to write a new driver.
--
Yar
More information about the freebsd-net
mailing list