nuttx/net/netdev
Zhe Weng 2a780e0467 net/ipfwd: fix devif_forward after IOB offload.
Problem:
- `iob_copyout` to `d_buf` doesn't set `io_len` of the IOB, so `devif_poll` failed to copy the data into `buf` by `iob_copyout`

Modification:
- Just Move the IOB in `devif_forward`.

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2022-12-06 17:03:47 +08:00
..
Kconfig
Make.defs net/l2/l3/l4: add support of iob offload 2022-12-03 11:47:04 +08:00
netdev_carrier.c
netdev_count.c
netdev_default.c
netdev_findbyaddr.c
netdev_findbyindex.c Fix Error: netdev/netdev_findbyindex.c:59:7: error: variable 'i' set but not used 2022-11-23 07:27:48 +01:00
netdev_findbyname.c
netdev_foreach.c
netdev_ifconf.c
netdev_input.c net/l2/l3/l4: add support of iob offload 2022-12-03 11:47:04 +08:00
netdev_iob.c net/ipfwd: fix devif_forward after IOB offload. 2022-12-06 17:03:47 +08:00
netdev_ioctl.c
netdev_lladdrsize.c
netdev_register.c
netdev_txnotify.c
netdev_unregister.c
netdev_verify.c
netdev.h net/l2/l3/l4: add support of iob offload 2022-12-03 11:47:04 +08:00
netdown_notifier.c