Lines Matching +full:rx +full:- +full:sync +full:- +full:mode
6 # SPDX-License-Identifier: Apache-2.0
61 module-dep = NET_LOG
62 module-str = Log level for PMTU
63 module-help = Enables PMTU to output debug messages.
80 Enables TCP/IP stack to be offload to a co-processor.
92 module-dep = NET_LOG
93 module-str = Log level for offload layer
94 module-help = Enables offload layer to output debug messages.
136 Connect to host system via Qemu's built-in User Networking support. This
149 information etc. This string is appended to the QEMU "-net user" option.
176 Support v4-mapped-on-v6 address type. This allows IPv4 and IPv6
330 Enable various net-shell command to support dynamic command
338 net-shell require also some smaller amount of memory.
376 int "How many Rx traffic classes to have for each network device"
383 Define how many Rx traffic classes (queues) the system should have
394 intermediate RX queue. There is always a receive socket queue between
395 device driver and application. Disabling RX thread means that the
398 other incoming packets to be lost if the RX processing takes long
401 enable at least 1 RX thread.
411 prompt "How the network RX/TX threads should work"
413 Please select the RX/TX threads to be either pre-emptive or
414 co-operative.
417 bool "Use co-operative TX/RX threads"
420 With co-operative threads, the thread cannot be pre-empted.
423 bool "Use pre-emptive TX/RX threads [EXPERIMENTAL]"
427 With pre-emptive threads, the thread can be pre-empted.
472 Use it for implementations that do not support the credit-based
504 int "Default network RX packet priority if none have been set"
508 What is the default network RX packet priority if user has not set
515 the network packet priorities are limited to 0-7 range.
630 module-dep = NET_LOG
631 module-str = Log level for UDP
632 module-help = Enables UDP handler output debug messages
649 Each network context is used to describe a network 5-tuple that
657 If enabled, then it is possible to fine-tune network packet pool
668 You can disable sync support to save some memory if you are calling
696 time is configurable run-time in the application code. For network
704 time is configurable run-time in the application code. For network
764 Set or get the per-context default local port range. This
784 communicate via the SLIP driver. See net-tools project at
785 https://github.com/zephyrproject-rtos/net-tools for more details.
790 Used for self-contained networking tests that do not require a
798 Each RX buffer will occupy smallish amount of memory.
855 int "Size of the RX memory pool where buffers are allocated from"
860 This value tell what is the size of the RX memory pool where each
873 int "Size of user_data available in rx and tx network buffers"
877 User data size used in rx and tx network buffers.
990 bool "Network packet RX time statistics"
995 Enable network packet RX time statistics support. This is used to
997 device driver to just before it is given to application. The RX
999 in net-shell.
1000 The RX statistics are only calculated for UDP and TCP packets.
1003 bool "Get extra receive detail statistics in RX path"
1007 in RX path. This is very special configuration and will increase
1009 The extra statistics can be seen in net-shell using "net stats"
1022 net-shell.
1023 The RX calculation is done only for UDP, TCP or RAW packets,
1034 The extra statistics can be seen in net-shell using "net stats"
1043 The extra statistics can be seen in net-shell using "net mem"
1047 bool "Promiscuous mode support"
1052 Enable promiscuous mode support. This only works if the network
1053 device driver supports promiscuous mode. The user application
1054 also needs to read the promiscuous mode data.
1058 module-dep = NET_LOG
1059 module-str = Log level for promiscuous mode
1060 module-help = Enables promiscuous mode to output debug messages.