On 2016/4/26 12:12, Max Filippov wrote:
Hi Zhou,

On Tue, Apr 26, 2016 at 6:35 AM, Zhou Jie <zhoujie2...@cn.fujitsu.com> wrote:
open_eth_start_xmit has a huge stack usage of 65536 bytes approx.
Moving large arrays to heap to reduce stack usage.

It's an exception, not the rule when full 65536 byte long buffer might be
needed. Can we do a little better change and not allocate and free this
buffer every time unconditionally, but instead make buf smaller (1536
bytes, maximal frame length when HUGEN bit is not set in MODER)
and only do allocation when that's not enough?

Thank you for your suggestion.
I will modify this patch.

Sincerely,
Zhou Jie

--
------------------------------------------------
周潔
Dept 1
No. 6 Wenzhu Road,
Nanjing, 210012, China
TEL:+86+25-86630566-8557
FUJITSU INTERNAL:7998-8557
E-Mail:zhoujie2...@cn.fujitsu.com
------------------------------------------------



Reply via email to