Re: [PATCH][ATM] make atm (and clip) modular + try_module_get()

chas williams (chas@locutus.cmf.nrl.navy.mil)
Thu, 06 Mar 2003 18:36:55 -0500


In message <20030306180209.C525@almesberger.net>,Werner Almesberger writes:
>I don't think that would be much of a problem: ATMARP basically
>aggregates information, but does very little in terms of actual
>state transitions based on ATMARP/InARP messages. And IP doesn't
>mind a bit of reordering anyway. (Reconnecting an SVC in the

it would be a good idea to preserve the arrival order as much as possible
even though some protocols might not be overly sensitive. just handling
the list as it appears on the recvq would eliminate the need for skb_migrate
and always keep the packets in the right order.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/