From: Roland Dreier <[email protected]> Date: Tue, 7 Feb 2012 16:51:21 -0800
> From: Roland Dreier <[email protected]> > > Commit a0417fa3a18a ("net: Make qdisc_skb_cb upper size bound > explicit.") made it possible for a netdev driver to use skb->cb > between its header_ops.create method and its .ndo_start_xmit > method. Use this in ipoib_hard_header() to stash away the LL address > (GID + QPN), instead of the "ipoib_pseudoheader" hack. This allows > IPoIB to stop lying about its hard_header_len, which will let us fix > the L2 check for GRO. > > Signed-off-by: Roland Dreier <[email protected]> > --- > OK, this works for me. Definitely looks cleaner and also looks > obvious enough that it's probably even correct. I'll toss this, and Eric's updated patch into net-next, thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
