commit | e6c97234d1b18d4751671df15d52e29daa8a7ba8 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Nov 18 05:53:00 2014 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sat Dec 06 05:00:01 2014 -0800 |
tree | 098869e8e6542a699b2d479c5b07fc0ddad61974 | |
parent | a36fdd8e3ea7b1a9dc034c16c9210a831ebc2bea [diff] |
i40e: Reduce stack in i40e_dbg_dump_desc Reduce stack use by using kmemdup and not using a very large struct on stack. In function ‘i40e_dbg_dump_desc’: warning: the frame size of 8192 bytes is larger than 2048 bytes [-Wframe-larger-than=] Signed-off-by: Joe Perches <joe@perches.com> Tested-by: Jim Young <jamesx.m.young@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>