public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: "Øyvind Harboe" <oyvind.harboe@zylin.com>
To: Kelvin Lawson <klawson@ad-holdings.co.uk>,
	ecos-discuss@sources.redhat.com
Subject: [ECOS] Re: Problems with ppp and Windows
Date: Thu, 17 Jun 2004 11:05:00 -0000	[thread overview]
Message-ID: <1087470300.31564.22.camel@famine> (raw)
In-Reply-To: <40D15F26.9050206@ad-holdings.co.uk>

> Yes, sounds fine. In my case I'd be happy with just a debug message or 
> assert in cyg_net_malloc() when not enough memory is available. I would 
> think this should be a build option, rather than a default operation.

I've put together a memory allocation debug feature patch... 

http://ecos.sourceware.org/ml/ecos-discuss/2004-06/msg00161.html

Notice the complication that the networking stack sometimes goes to
sleep waiting for more memory to become availble. I've done my best to
allow for setting a breakpoint for the case where a function does not
return :-)



> I think the proper place to add some debug notification is at the usage 
> points of network mallocs. In the case of PPP, after the MALLOC() 
> failed, it ought to have done something about it or printed some debug, 
> rather than just carrying on broken.

Does it make any sense at all to bring up the PPP connection if these
initial allocations fail?

Note that I saw the lockup on accept() even if the VJC compression
buffers could be allocated.

> > - reduce memory requirements for PPP and freebsd networking stack. 
> 
> For PPP there are a bunch of configuration options that aren't covered 
> by the cyg_ppp_options_t structure. I've added a few options here to 
> handle authorisation for dialin connections. Similarly you could extend 
> it to disable things like VJ compression to reduce the memory requirements.

Care to share? :-)

> > - It is a bit hard to *know* how much memory is required. It would be nice to have a simple
> > way of figuring this out at compile time.
> 
> Difficult to gauge in advance I would think.

It may be difficult, but I can't imagine it being anything but
absolutely necessary to know in advance.


-- 
Øyvind Harboe
http://www.zylin.com



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

  reply	other threads:[~2004-06-17 11:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1087322512.28254.ezmlm@ecos.sourceware.org>
2004-06-15 21:36 ` [ECOS] " Øyvind Harboe
2004-06-16  9:55   ` [ECOS] " Kelvin Lawson
2004-06-16 12:24 ` [ECOS] " Øyvind Harboe
2004-06-17  9:08   ` [ECOS] " Kelvin Lawson
2004-06-17 11:05     ` Øyvind Harboe [this message]
2004-06-17 14:04       ` Kelvin Lawson
2004-04-22 15:14 [ECOS] " Øyvind Harboe
2004-06-15 10:30 ` [ECOS] " Kelvin Lawson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1087470300.31564.22.camel@famine \
    --to=oyvind.harboe@zylin.com \
    --cc=ecos-discuss@sources.redhat.com \
    --cc=klawson@ad-holdings.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).