public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
From: Jonathan Larmour <jlarmour@redhat.com>
To: overseers@sources.redhat.com
Subject: [Fwd: failure notice]
Date: Mon, 23 Apr 2001 11:46:00 -0000	[thread overview]
Message-ID: <3AE47883.6414FBFA@redhat.com> (raw)

I've been getting a fair number of bounces recently with this problem. Any
ideas why? As far as I know, there's nothing special about this mail as
opposed to any of the many others I send to the eCos list.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


To : jlarmour at redhat dot com
Subject : failure notice
From : MAILER-DAEMON at sourceware dot cygnus dot com
Date : 23 Apr 2001 00:29:30 -0000

Hi. This is the qmail-send program at sourceware.cygnus.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<ecos-discuss@sources.redhat.com>:
ezmlm-send: fatal: message already has a Mailing-List header (maybe I should be a sublist) (#5.7.2)

--- Below this line is a copy of the message.

Return-Path: <jlarmour@redhat.com>
Received: (qmail 14965 invoked from network); 23 Apr 2001 00:29:28 -0000
Received: from unknown (HELO china.com) (202.106.182.13)
  by sourceware.cygnus.com with SMTP; 23 Apr 2001 00:29:28 -0000
Received: from china.com([10.1.0.100]) by china.com(AIMC 2.9.5.1)
	with SMTP id jm93ae37d8d; Mon, 23 Apr 2001 08:26:10 +0800
Received: from sourceware.cygnus.com([205.180.83.71]) by china.com(AIMC 2.9.5.1)
	with SMTP id jm2213ae2e765; Sun, 22 Apr 2001 17:23:43 +0800
Received: (qmail 23587 invoked by alias); 20 Apr 2001 09:23:28 -0000
Mailing-List: contact ecos-discuss-help@sourceware.cygnus.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: < mailto:ecos-discuss-unsubscribe-zhongtao=china.com@sources.redhat.com >
List-Subscribe: < mailto:ecos-discuss-subscribe@sources.redhat.com >
List-Archive: < http://sources.redhat.com/ml/ecos-discuss/ >
List-Post: < mailto:ecos-discuss@sources.redhat.com >
List-Help: < mailto:ecos-discuss-help@sources.redhat.com >, < http://sources.redhat.com/ml/#faqs >
Sender: ecos-discuss-owner@sources.redhat.com
Delivered-To: mailing list ecos-discuss@sources.redhat.com
Received: (qmail 23534 invoked from network); 20 Apr 2001 09:23:25 -0000
Received: from unknown (HELO executor.cambridge.redhat.com) (195.224.55.237)
  by sourceware.cygnus.com with SMTP; 20 Apr 2001 09:23:25 -0000
Received: from redhat.com (murgh.cambridge.redhat.com [172.16.18.70])
	by executor.cambridge.redhat.com (Postfix) with ESMTP
	id D65A9ABAF7; Fri, 20 Apr 2001 10:23:21 +0100 (BST)
Message-ID: <3AE00009.2BC3F600@redhat.com>
Date: Fri, 20 Apr 2001 10:23:21 +0100
From: Jonathan Larmour <jlarmour@redhat.com>
Organization: Red Hat UK Ltd.
X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.17-14enterprise i686)
X-Accept-Language: en
MIME-Version: 1.0
To: Andrea Acquaviva <aacquaviva@deis.unibo.it>
Cc: "ecos-discuss@sources.redhat.com" <ecos-discuss@sources.redhat.com>
References: <3ADFFA65.CC964CFF@deis.unibo.it>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: Re: [ECOS]thread switch frequency
X-Auto-Forward: zhongtao@china.com
 zhongtao@mail.sc.cninfo.net

Andrea Acquaviva wrote:
> 
> Hi,
> I have a question about eCos mlqueue scheduler.
> If there are two threads (making a matrix multiplication), running with
> the same priority, they switch with a frequency given by:
> 
> f_clock/CYGNUM_KERNEL_SCHED_TIMESLICE_TICKS,
> 
> where f_clock in the case of strongarm1110 (assabet) is 3.6864MHz.
> 
> Is this correct or is there something else that affects the switching
> frequency?

The timer that drives the kernel clock interrupt is at 3.6864MHz yes, but
it is has been programmed to only actually interrupt when its counter
reaches 36864, which corresponds to every 10ms. And only 1 in
CYGNUM_KERNEL_SCHED_TIMESLICE_TICKS of those causes a timeslice.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

             reply	other threads:[~2001-04-23 11:46 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-23 11:46 Jonathan Larmour [this message]
2001-04-23 11:50 ` Jonathan Larmour
  -- strict thread matches above, loose matches on Subject: below --
2007-02-19 21:12 Mark Mitchell
2007-02-19 21:21 ` Christopher Faylor
2007-02-19 22:03   ` Mark Mitchell
2004-08-18 17:20 Corinna Vinschen
2004-08-18 17:44 ` Ian Lance Taylor
2004-08-18 17:54   ` Corinna Vinschen
2004-08-18 18:52     ` Ian Lance Taylor
2004-08-18 22:13       ` Ian Lance Taylor
2004-08-18 22:21       ` Corinna Vinschen
2003-11-17 15:23 Andrew Cagney
2003-11-18  7:48 ` law
2003-11-18 14:40   ` Andrew Cagney
2003-11-18 15:53     ` Matthew Galgoci
2003-11-18 16:18       ` Ian Lance Taylor
2003-11-18 16:28         ` Christopher Faylor
2003-11-18 16:16     ` Christopher Faylor
2003-11-18 16:23       ` Andrew Cagney
2003-11-18 16:33         ` Christopher Faylor
2003-11-18 16:16 ` Ian Lance Taylor
     [not found] <1066412429.25550.133.camel@doubledemon.codesourcery.com>
2003-10-17 17:58 ` root
2003-06-04  4:30 Joern Rennecke
2003-02-01  2:32 Robert Love
2003-02-01  2:53 ` Christopher Faylor
2002-08-16 20:19 Ulrich Drepper
2002-08-16 20:25 ` Christopher Faylor
2002-03-05 12:18 Joel Sherrill
2002-03-07 20:57 ` Andrew Cagney
2000-12-30  6:08 Stan Shebs
2000-07-07  8:56 ` Stan Shebs
2000-12-30  6:08 ` Jim Kingdon
2000-07-07  9:43   ` Jim Kingdon
2000-12-30  6:08   ` Chris Faylor
2000-07-07 15:30     ` Chris Faylor
2000-12-30  6:08     ` Jim Kingdon
2000-07-07 18:46       ` Jim Kingdon
2000-12-30  6:08       ` Chris Faylor
2000-07-07 19:05         ` Chris Faylor
2000-12-30  6:08 Jonathan Larmour
2000-08-30 11:12 ` Jonathan Larmour
2000-12-30  6:08 ` Jason Molenda
2000-08-30 11:32   ` Jason Molenda
2000-12-30  6:08   ` Jason Molenda
2000-08-30 12:03     ` Jason Molenda
2000-12-30  6:08     ` Chris Faylor
2000-08-30 12:37       ` Chris Faylor
2000-12-30  6:08       ` Jason Molenda
2000-08-30 13:15         ` Jason Molenda
2000-12-30  6:08         ` Chris Faylor
2000-08-30 13:45           ` Chris Faylor
2000-12-30  6:08         ` Jonathan Larmour
2000-08-30 13:51           ` Jonathan Larmour
2000-12-30  6:08           ` Chris Faylor
2000-08-30 14:01             ` Chris Faylor
2000-12-30  6:08             ` Jonathan Larmour
2000-08-30 14:13               ` Jonathan Larmour

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=3AE47883.6414FBFA@redhat.com \
    --to=jlarmour@redhat.com \
    --cc=overseers@sources.redhat.com \
    /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).