Lines Matching +full:max +full:- +full:priority
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.
157 Network initialization priority level. This number tells how
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.
362 when sending a network packet. The network packet priority can then
369 value corresponds to lower thread priority.
384 when receiving a network packet. The network packet priority can then
391 value corresponds to lower thread priority.
404 bool "Push high priority packets directly to network driver"
406 If this is set, then high priority (>= NET_PRIORITY_CA) net_pkt will
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.
437 bool "Customize traffic class thread priority"
439 Customise net threads priority by each.
443 int "Transmit traffic class base thread priority"
446 Transmit traffic class threads priority will increase/decrease
447 from this priority.
449 thread priority.
452 int "Receive traffic class base thread priority"
455 Receive traffic class threads priority will increase/decrease
456 from this priority.
458 thread priority.
463 prompt "Priority to traffic class mapping"
469 bool "Strict priority mapping"
471 This is the recommended default priority to traffic class mapping.
472 Use it for implementations that do not support the credit-based
481 This is the recommended priority to traffic class mapping for a
490 This is the recommended priority to traffic class mapping for a
496 int "Default network TX packet priority if none have been set"
500 What is the default network packet priority if user has not specified
501 one. The value 0 means lowest priority and 7 is the highest.
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
509 one. The value 0 means lowest priority and 7 is the highest.
512 bool "Allow any network packet priority to be used"
514 If this is set, then any user given network packet priority can be used. Otherwise
515 the network packet priorities are limited to 0-7 range.
552 int "Max number of routing entries stored."
559 int "Max number of next hop entries stored."
572 int "Max number of multicast routing entries stored."
580 int "Max number of network interfaces per multicast routing entry"
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
679 bool "Add priority support to net_context"
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
947 int "Network interface max name length"
999 in net-shell.
1009 The extra statistics can be seen in net-shell using "net stats"
1022 net-shell.
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"
1058 module-dep = NET_LOG
1059 module-str = Log level for promiscuous mode
1060 module-help = Enables promiscuous mode to output debug messages.