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]

RE: high bandwidth network problems



On 06-Sep-2000 Carl van Schaik wrote:
> Hi
> 
> I have my board connected to our backbone which has a huge ammount of
> broadcast traffic continously (nearly 2000 machines), after a while, ecos
> starts spewing out messages: and stops responding to network traffic.
> 
> warning: eth_recv out of MBUFs
> setsoftnet
> 
> Can anyone tell me what the setsoftnet is supposed to do? Do I have to 
> implement somthing in the network driver? What can I do to
> prevent this from occuring?
> 

Try increasing the number of mbufs.  Set the configuration parameter
CYGPKG_NET_MEM_USAGE to something larger (the default is 256*1024).

Do you have the latest code from CVS?  I seem to recall something in there
about an mbuf memory leak which was fixed recently.  This might help.

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