On Wed, Feb 1, 2012 at 2:17 PM, David Miller <[email protected]> wrote: > So it should be just a matter of checking skb->protocol or similar, > plucking out the daddr from the ipv4/ipv6 header, and then adding > the appropriate neigh release calls. > > I have absolutely no way to test this stuff, so could you please > work on the dst_lookup_neigh() conversion of ipoib?
I'm happy to do it but I'm still not quite sure I understand what the end state is. Is it just a matter of peeking into the skb contents to get at the daddr, looking up the neigh based on that and then continuing to handle neighs as we do now? Does that also work for ARP packets? Are there any examples in your tree I can crib off of? - R. -- 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
