Date: Sun, 25 Nov 2007 23:54:18 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 129524 for review Message-ID: <200711252354.lAPNsI22051961@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=129524 Change 129524 by kmacy@kmacy:storage:toestack on 2007/11/25 23:53:39 remove noisy printf Affected files ... .. //depot/projects/toestack/sys/dev/cxgb/cxgb_l2t.h#10 edit Differences ... ==== //depot/projects/toestack/sys/dev/cxgb/cxgb_l2t.h#10 (text+ko) ==== @@ -141,8 +141,6 @@ struct l2t_entry *e) { if (__predict_true(e->state == L2T_STATE_VALID)) { - printf ("l2t_entry state is valid\n"); - return cxgb_ofld_send(dev, (struct mbuf *)m); } printf("send slow\n");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711252354.lAPNsI22051961>