Issue with mbuf de-allocation when using NFS in RTEMS

Chris Johns chrisj at rtems.org
Fri Nov 3 00:23:24 UTC 2017


On 03/11/2017 10:25, Ben Dart wrote:
> PowerPC 5200 BSP,  but the mbuf management comes from libnetworking in the cpukit, I thought this was not related to the BSP?

The management of the buffers is in libnetworking as you point out however the
network driver is either shared and located in libchip or it is part of the BSP
and that code is given mbufs and so can have leaks.

The 5200 has a network driver ...

https://git.rtems.org/rtems/tree/c/src/lib/libbsp/powerpc/gen5200/network_5200/network.c?h=4.9

Chris


More information about the users mailing list