Attention is currently required from: fixeria, laforge.
2 comments:
File proxy/src/burst_fwd.c:
Patch Set #2, Line 151: llist_for_each_entry(cur, &c->tx_burst_queue, list) {
I guess 99.9999% of the time the bursts will arrive in order, which means probably iterating from the end of the queue towards the start makes sense. Or a t least have a fast path simply testing last value in the list.
Patch Set #2, Line 251: if (rc < 0) { /* br->fn is behind fn */
OSMO_UNLIKELY()
To view, visit change 43612. To unsubscribe, or for help writing mail filters, visit settings.