Re: [PATCH, untested] Support for PPPOE on SMP
From: Michal Ostrowski <hidden>
Date: 2003-06-25 13:42:24
From: Michal Ostrowski <hidden>
Date: 2003-06-25 13:42:24
Perhaps instead of using a special queue that keeps packets ordered, we add a tag to each skb as it comes off the card and let higher level protocols use this to re-order things themselves? (And add some option for AF_PACKET sockets to optionally enforce this ordering in presenting packets to apps, or not.) This may require modifying all drivers, but it does provide for an explicit mechanism that can be made mandatory for drivers, avoids special casing, avoids dumping work onto a single CPU and leaves it up to the higher-level code to figure out ordering, if it wants to. -- Michal Ostrowski [off-list ref]