incubator-nuttx/mm/iob
zhanghongyu 13f59128fd iob: limit the iob bufsize is sufficient to fill all L2/L3/L4 headers
rndis header length is 36, L2 header is 14, IPv6 header is 40, tcp header is 56 when sack option count is 4(default max_ofosegs is 4). so the iob bufsize should greater than we need.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2023-09-20 14:35:22 +08:00
..
CMakeLists.txt cmake:complete missing changes during cmake reforming for mm 2023-09-08 21:20:16 +03:00
Kconfig iob: limit the iob bufsize is sufficient to fill all L2/L3/L4 headers 2023-09-20 14:35:22 +08:00
Make.defs mm/iob: add a helper function to get iob count in chain 2022-12-21 01:40:24 +08:00
iob.h
iob_add_queue.c
iob_alloc.c iob: add elapse calc for iob_allocwait 2023-08-19 21:22:09 +08:00
iob_alloc_qentry.c
iob_clone.c iob: iob_clone_partial support Negative offset 2023-08-19 01:41:29 +08:00
iob_concat.c
iob_contig.c nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
iob_copyin.c mm/iob: Support negative offset when copyin/out. 2023-01-31 00:39:15 +08:00
iob_copyout.c nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
iob_count.c mm/iob: add a helper function to get iob count in chain 2022-12-21 01:40:24 +08:00
iob_dump.c nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
iob_free.c
iob_free_chain.c
iob_free_qentry.c
iob_free_queue.c
iob_free_queue_qentry.c
iob_get_queue_size.c
iob_initialize.c mm/iob: revert "modify iob to support header padding and alignment features" 2022-12-21 01:43:02 +08:00
iob_navail.c
iob_notifier.c
iob_pack.c mm/iob: Don't return NULL in iob_pack 2023-04-22 19:26:22 +08:00
iob_peek_queue.c
iob_remove_queue.c
iob_reserve.c mm/iob: Fix IOB length in `iob_reserve` 2023-08-22 09:09:21 +08:00
iob_statistics.c
iob_tailroom.c
iob_test.c mm/iob: Fix IOB length in `iob_reserve` 2023-08-22 09:09:21 +08:00
iob_trimhead.c
iob_trimhead_queue.c
iob_trimtail.c
iob_update_pktlen.c mm/iob: Add support for increasing length in iob_update_pktlen 2023-08-22 16:34:21 +09:00