On Thu, 10 Feb 2005 02:33:44 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote:
> > Is there an easy way to bring pages to lowmem? The cryptoapi is called > > from the backlog of the networking stack, which is assigned in irq > > context first and processed softirq context. > > Are networking frames ever allocated from highmem? Don't think so. It is absolutely possible, especially over loopback. It can happen on the send side for any device which indicates the NETIF_F_HIGHDMA capability, and because loopback indicates this feature this means we'll see such highmem pages in packets on receive too. There is thus also nothing preventing a real hardware device from feeding highmem packets into the networking stack. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/