https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208957

Hans Petter Selasky <hsela...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsela...@freebsd.org

--- Comment #8 from Hans Petter Selasky <hsela...@freebsd.org> ---

In this context, can you type:

print *dev

Or:

print dev->if_vnet


(kgdb) list *0xffffffff808f89fa
0xffffffff808f89fa is in ipoib_cm_handle_rx_wc
(/usr/src/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c:565).
560             mb->m_pkthdr.rcvif = dev;
561             proto = *mtod(mb, uint16_t *);
562             m_adj(mb, IPOIB_ENCAP_LEN);
563     
564             IPOIB_MTAP_PROTO(dev, mb, proto);
565             ipoib_demux(dev, mb, ntohs(proto));
566     
567     repost:

--HPS

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-amd64@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"

Reply via email to