mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
rx-deal-with-afs34-jumbograms-again-20070105
try again at dealing with old jumbograms
This commit is contained in:
parent
4be015449d
commit
52b036747c
@ -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 {
|
||||
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