net: Refactored RX fiber init

Change-Id: I2f8a43ac63162844d0df0c1b69dc93837479a91d
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2016-05-03 09:57:50 +03:00
commit 47a0d8d6ab

View file

@ -39,3 +39,10 @@ config NET_TX_STACK_SIZE
Set the TX fiber stack size in bytes. The TX fiber is waiting
data from application. Each network interface will start one
TX fiber for sending network packets destined to it.
config NET_RX_STACK_SIZE
int "RX fiber stack size"
default 1024
help
Set the RX fiber stack size in bytes. The RX fiber is waiting
data from network. There is one RX fiber in the system.