lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 12 Sep 2008 09:59:03 +0400
From:	Evgeniy Polyakov <johnpol@....mipt.ru>
To:	Kandukuru_Suresh@....com
Cc:	netdev@...r.kernel.org
Subject: Re: ifconfig: page allocation failure. order:2, mode:0x20 while enabling Jumbo frame

Hi.

On Thu, Sep 11, 2008 at 04:42:22PM -0400, Kandukuru_Suresh@....com (Kandukuru_Suresh@....com) wrote:
>  On my Nas device (Linux kernel 2.6.22.7)  when I try enable to jumbo
> frame the following error is coming. I  did not find enough information
> from the net. So I  am mailing this. Please guide me  what is happening
> here and How to resolve this error?

Device or driver does not support multiple page network buffers, so it
tries to allocate huge buffer (4 pages) for each packet.
I can not find eth_rx_fill() function in a recent kernel, so maybe
driver was rewritten after .22 release and now supports per-page split
of the packet, so it will happily live with jumbo frames.

-- 
	Evgeniy Polyakov
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ