[ewg] [PATCHv8 07/11] ib_core: Add API to support IBoE from userspace

Sean Hefty sean.hefty at intel.com
Thu May 13 12:11:45 PDT 2010


>In this case it will not be just mapping remote addresses but creating
>the required AH information which is unique to each device.

I understand that the AH is per device.  What I don't get is why we would want
each device to perform the mapping.  We don't expect the device to map GIDs to
LIDs when creating an AH.  The user must have done the mapping beforehand.  The
mapping does not depend on which device I'm using, it should be the same.

Basically, what I want to understand is why does this change make sense?

@@ -1139,6 +1139,10 @@ struct ib_device {
 						  struct ib_grh *in_grh,
 						  struct ib_mad *in_mad,
 						  struct ib_mad *out_mad);
+	int			   (*get_eth_l2_addr)(struct ib_device *device,
u8 port,
+						      union ib_gid *dgid, int
sgid_idx,
+						      u8 *mac, u16 *vlan_id, u8
*tagged);
+

- Sean




More information about the ewg mailing list