This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with mbufs...


Are you using the latest version of eCos from anoncvs?

> 	I am running ping program on our card (Uses MPC860 as base
> processor). When trying to send more pings, there is a warning of
> "eth_recv out of Mbufs" and I am not able to send further pings. Ethernet
> driver is calling eth_drv_tx_done() properly for freeing resources (in
> this case
> mbufs.) 

Have you checked that the receiver half of the code is not leaking as
well?

> I want to give a try by increasing amount of Mbufs. Can anyone tell how
> to increase the amount of MBufs. Further, if anyone already had a similar
> problem,  provide with the necessary information to solve. 

Increase CYGPKG_NET_MEM_USAGE.

         Andrew

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]