PERFORCE change 128374 for review

Kip Macy kmacy at FreeBSD.org
Tue Oct 30 16:16:56 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=128374

Change 128374 by kmacy at 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);
 	


More information about the p4-projects mailing list