lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Automatic Rx DMA ring replenish


From: web
Subject: Re: [lwip-users] Automatic Rx DMA ring replenish
Date: Wed, 02 Nov 2011 20:36:53 +0100

On 2 nov 2011 19:18 "address@hidden" <address@hidden> wrote:
address@hidden 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
Sure,
For which version of LwIP should I make the patch?

Regards,
Timmy brolin

reply via email to

[Prev in Thread] Current Thread [Next in Thread]