[ewg] Re: [ofw] SC'09 BOF - Meeting notes

Or Gerlitz ogerlitz at Voltaire.com
Tue Nov 24 06:18:35 PST 2009


Liran Liss wrote:
> LL: Any comments on our low-level driver are more than welcome.

I see this code in a patch whose commit log has the following "Date: Mon, 3 Aug 2009 18:29:07 +0300" and "Subject: [PATCH 11/13] mlx4: Add support for RDMAoE - address resolution"

+struct ib_ah *mlx4_ib_create_ah(struct ib_pd *pd, struct ib_ah_attr *ah_attr)
[...]
+			/* TBD: need to handle the case when we get called
+			in an atomic context and there we might sleep. We
+			don't expect this currently since we're working with
+			link local addresses which we can translate without
+			going to sleep */
+			ret = create_rdmaoe_ah(pd, ah_attr, ah);

are all the addresses which this code will run to serve are link local? also what patch set version is present in the ofed 1.5 rdmaoe branch? this patch is dated back to August where since then couple of newer versions were posted to the lists.

Or.



More information about the ewg mailing list