lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] add 2 netif for 2 ETH MAC´s to have 2 buffer pools


From: Kieran Mansley
Subject: Re: [lwip-users] add 2 netif for 2 ETH MAC´s to have 2 buffer pools
Date: Mon, 16 May 2011 09:33:27 +0100

On Mon, 2011-05-16 at 09:41 +0200, Thomas Richter (TCD - DE/Dresden)
wrote:

> Is it possible with the same lwIP ( TCP/IP stack)?
> If yes, use the two different netif´s (adding with netif_add(&netif1,
> ..., ethernetif_init1, ethernet_input1) and netif_add(&netif2, ...,
> ethernetif_init2, ethernet_input2) ) the same pbuf pool
> (LWIP_PBUF_MEMPOOL in memp_std.h with PBUF_POOL_SIZE) ??

I think as it is now lwIP will use a single pool for both the netifs.  

Kieran




reply via email to

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