commit | 74044c8ffc10c2cfd76f80c785c3f6a6f101a662 | [log] [tgz] |
---|---|---|
author | Pooja Dhannawat <dhannawatpooja1@gmail.com> | Mon Mar 28 18:04:11 2016 +0530 |
committer | Jason Wang <jasowang@redhat.com> | Wed Apr 06 09:52:07 2016 +0800 |
tree | 6b5a2f2ef7d8d1715c55a6e5924426142aace883 | |
parent | a1555559ab5bad24fcd1c56fd39284afad8f5af7 [diff] |
net: Allocating Large sized arrays to heap nc_sendv_compat has a huge stack usage of 69680 bytes approx. Moving large arrays to heap to reduce stack usage. Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Pooja Dhannawat <dhannawatpooja1@gmail.com> Signed-off-by: Jason Wang <jasowang@redhat.com>