[email protected] wrote:
In pbuf.c, function pbuf_free()[..]:

   if (type == PBUF_POOL) {
     if( !DMA_RING_REPLENISH( p ) ) {
       memp_free(MEMP_PBUF_POOL, p);
     }

I like the idea. Would you mind adding a patch so that this doesn't get forgotten?

Thanks,
Simon

_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to