nuttx/net/ipforward
chao an 8a63d29c6e net/devif_poll: optimize device buffer alloc in txpoll
Allocate the device buffer only if the protocol really need to send data.
not all protocols require the driver to prepare additional iob before
sending, especially UDP, each iob reserves l2/l3 header in advance
after prepare write buffer, net device could reuse this entry to send directly

Signed-off-by: chao an <anchao@xiaomi.com>
2023-01-13 16:41:10 +08:00
..
ipforward.h net/ipfwd: limit number of ipforward struct to be less than number of IOB 2022-12-09 11:20:16 +08:00
ipfwd_alloc.c
ipfwd_dropstats.c net/ipforward: update IP buffer offset 2022-12-07 00:01:52 +08:00
ipfwd_forward.c net/devif_poll: optimize device buffer alloc in txpoll 2023-01-13 16:41:10 +08:00
ipfwd_poll.c net: move device buffer define to common header 2022-10-28 00:32:16 -04:00
ipv4_forward.c net/ipfwd: fix ipv4_dev_forward after IOB offload. 2022-12-06 17:03:47 +08:00
ipv6_forward.c net/ipforward: update IP buffer offset 2022-12-07 00:01:52 +08:00
Kconfig net/ipfwd: limit number of ipforward struct to be less than number of IOB 2022-12-09 11:20:16 +08:00
Make.defs Fix typos reported by codespell 2021-02-25 11:31:49 -08:00