walnux/net/mld
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
..
Kconfig net/mld: update help manual for mld router 2023-01-12 15:06:22 +08:00
Make.defs net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
mld.h libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
mld_done.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
mld_group.c net/mld: fix build break of mld router 2023-01-11 22:58:21 +08:00
mld_initialize.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
mld_join.c net/mld: fix build break of mld router 2023-01-11 22:58:21 +08:00
mld_leave.c Fix typos in comments and Kconfig files 2021-12-21 03:26:16 -06:00
mld_mcastmac.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
mld_msg.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
mld_poll.c net/devif_poll: optimize device buffer alloc in txpoll 2023-01-13 16:41:10 +08:00
mld_query.c net/mld: fix build break of mld router 2023-01-11 22:58:21 +08:00
mld_report.c net/mld: fix build break of mld router 2023-01-11 22:58:21 +08:00
mld_send.c net/devif_poll: optimize device buffer alloc in txpoll 2023-01-13 16:41:10 +08:00
mld_timer.c net/mld/route: fix build warning 2022-09-06 18:24:20 +08:00