David Miller <[email protected]> wrote: > Actually there is a way to make this work. > Define your ipoib_skb_cb something like: > struct ipoib_skb_cb { > struct qdisc_skb_cb qdisc_cb; > > ... ipoib stuff goes here ... > }; > That way you can use the SKB cb area for your ipoib info > without interfering with the packet scheduler.
Roland, Want me to try and come up with that patch? I can look on that. Or. -- 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
