Date: Tue, 30 Oct 2007 23:16:54 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 128374 for review Message-ID: <200710302316.l9UNGsXN059738@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=128374 Change 128374 by kmacy@kmacy:storage:toestack on 2007/10/30 23:16:31 use the ifp pointer for the queue + priority Affected files ... .. //depot/projects/toestack/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c#5 edit Differences ... ==== //depot/projects/toestack/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c#5 (text+ko) ==== @@ -353,7 +353,8 @@ struct inpcb *inp = sotoinpcb(so); struct toe_mbuf *tm = (struct toe_mbuf *)m; - tm->m_toe.priority = mkprio(CPL_PRIORITY_SETUP, so); + m_set_priority((struct mbuf *)m, mkprio(CPL_PRIORITY_SETUP, so)); + req = mtod(m, struct cpl_act_open_req *); m->m_len += sizeof(*req);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710302316.l9UNGsXN059738>