PERFORCE change 129524 for review
Kip Macy
kmacy at FreeBSD.org
Sun Nov 25 15:54:19 PST 2007
http://perforce.freebsd.org/chv.cgi?CH=129524
Change 129524 by kmacy at 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");
More information about the p4-projects
mailing list