PERFORCE change 125124 for review
Kip Macy
kmacy at FreeBSD.org
Mon Aug 13 17:12:22 PDT 2007
http://perforce.freebsd.org/chv.cgi?CH=125124
Change 125124 by kmacy at kmacy_home:ethng on 2007/08/14 00:12:14
Fix double free causing by double queueing
Affected files ...
.. //depot/projects/ethng/src/sys/dev/cxgb/cxgb_multiq.c#7 edit
Differences ...
==== //depot/projects/ethng/src/sys/dev/cxgb/cxgb_multiq.c#7 (text+ko) ====
@@ -445,6 +445,7 @@
else {
txq = &qs->txq[TXQ_ETH];
err = cxgb_pcpu_pkt_coalesce(txq, immpkt, &complete);
+ immpkt = NULL;
}
if (err) {
if (cxgb_debug)
More information about the p4-projects
mailing list