Lines Matching +full:tx +full:- +full:checksum +full:- +full:offload
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.
78 bool "Offload IP stack"
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.
345 Hidden symbol indicating that network shell requires separate TX
351 int "How many Tx traffic classes to have for each network device"
361 Define how many Tx traffic classes (queues) the system should have
373 enable at least 1 TX 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
496 int "Default network TX packet priority if none have been set"
515 the network packet priorities are limited to 0-7 range.
611 bool "Check UDP checksum"
615 Enables UDP handler to check UDP checksum. If the checksum is invalid,
619 bool "Accept missing checksum (IPv4 only)"
623 RFC 768 states the possibility to have a missing checksum, for
626 UDP checksum in transmission path.
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
654 bool "Net_buf TX pool / context"
657 If enabled, then it is possible to fine-tune network packet pool
689 should be sent. The TX time information should be placed into
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
806 Each TX buffer will occupy smallish amount of memory.
864 int "Size of the TX memory pool where buffers are allocated from"
869 This value tell what is the size of the TX 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.
963 bool "Create TX timestamp thread"
967 Create a TX timestamp thread that will pass the timestamped network
979 thread waits for timestamped TX frames and calls registered
983 bool "Network packet TX time support"
985 Enable network packet TX time support. This is needed for
999 in net-shell.
1009 The extra statistics can be seen in net-shell using "net stats"
1013 bool "Network packet TX time statistics"
1018 Enable network packet TX time statistics support. This is used to
1020 application to just before it is sent to network. The TX timing
1022 net-shell.
1024 but for TX we do not know the protocol so the TX packet timing is
1028 bool "Get extra transmit detail statistics in TX path"
1032 in TX path. This is very special configuration and will increase
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.