]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[vlan] Expose vlan_find() to network card drivers
authorMichael Brown <mcb30@ipxe.org>
Wed, 1 Dec 2010 18:46:50 +0000 (18:46 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 1 Dec 2010 18:46:50 +0000 (18:46 +0000)
commit5273c2748cbe48ad1fdc19d5f3026b3f10fa5057
treed716108217b1d20338eb36697cab42b49553543e
parent51a9e517f28a540d38f8da9f70607e4d8e9ffed5
[vlan] Expose vlan_find() to network card drivers

Some network cards automatically strip the VLAN header, providing the
VLAN tag via a side channel such as a completion queue entry.  These
cards need to be able to report receive completions directly against
the relevant VLAN device.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/vlan.h
src/net/vlan.c