mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
DEVEL15-rx-deal-with-afs34-jumbograms-again-20070105
try again at dealing with old jumbograms (cherry picked from commit 52b036747c78139c5b0a69a934e46ae9f34e0741)
This commit is contained in:
parent
7e2932718b
commit
3e7a61d0f3
@ -388,13 +388,12 @@ rxi_FreePackets(int num_pkts, struct rx_queue * q)
|
||||
osi_Assert(num_pkts >= 0);
|
||||
RX_TS_INFO_GET(rx_ts_info);
|
||||
|
||||
if (!num_pkts) {
|
||||
for (queue_Scan(q, c, nc, rx_packet), num_pkts++) {
|
||||
rxi_FreeDataBufsTSFPQ(c, 1, 0);
|
||||
}
|
||||
} else {
|
||||
RX_TS_FPQ_CHECKIN2(rx_ts_info, num_pkts, q);
|
||||
}
|
||||
if (!num_pkts)
|
||||
queue_Count(q, c, nc, rx_packet, num_pkts);
|
||||
|
||||
if (num_pkts)
|
||||
for (queue_Scan(q, c, nc, rx_packet))
|
||||
RX_TS_FPQ_CHECKIN2(rx_ts_info, num_pkts, q);
|
||||
|
||||
if (rx_ts_info->_FPQ.len > rx_TSFPQLocalMax) {
|
||||
NETPRI;
|
||||
|
Loading…
x
Reference in New Issue
Block a user