mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-31 22:38:22 +08:00
Waiting for mbufs at this level is a bad solution. It would be better to try to allocate a new mbuf chain before we hand over the current mbuf chain to the upper layer. In case the allocation fails we should drop the current packet and use its mbuf chain for a new packet.