SPARC: adjust network stack stack sizes
Makes the following tests pass on qemu_leon3: - net.ipv6 - net.tcp2.simple Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
This commit is contained in:
parent
cd0418e5a9
commit
a5293567c0
1 changed files with 6 additions and 0 deletions
|
@ -64,4 +64,10 @@ config IPM_CONSOLE_STACK_SIZE
|
|||
default 4096 if COVERAGE
|
||||
default 1024
|
||||
|
||||
config NET_TX_STACK_SIZE
|
||||
default 2048
|
||||
|
||||
config NET_RX_STACK_SIZE
|
||||
default 2048
|
||||
|
||||
endmenu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue