mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 18:42:53 +03:00
[hermon] Work around hardware stripping of VLAN tags
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -89,6 +89,10 @@ struct ib_address_vector {
|
||||
unsigned int gid_present;
|
||||
/** GID, if present */
|
||||
union ib_gid gid;
|
||||
/** VLAN is present */
|
||||
unsigned int vlan_present;
|
||||
/** VLAN, if present */
|
||||
unsigned int vlan;
|
||||
};
|
||||
|
||||
/** An Infiniband Work Queue */
|
||||
|
||||
Reference in New Issue
Block a user