net: Refactored RX fiber init
Change-Id: I2f8a43ac63162844d0df0c1b69dc93837479a91d Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
e0e682eb66
commit
47a0d8d6ab
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue