mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 10:27:25 +08:00
9f8d418cd1
since iob offload, ipvx_dev_forward will remove d_iob, if there are multiple devices, d_iob will be NULL when dev_forward is entered second time. and the device that receives the packet cannot process the packet after forwarding it so the iob copy is added. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>