From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philippe Gerum In-Reply-To: <46385699.6060002@domain.hid> References: <4630F1EA.8020206@domain.hid> <1178097353.5111.80.camel@domain.hid> <46385699.6060002@domain.hid> Content-Type: text/plain Date: Wed, 02 May 2007 11:25:38 +0200 Message-Id: <1178097938.5111.84.camel@domain.hid> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: Philippe Gerum Subject: Re: [Xenomai-core] [PATCH 0/7] I-pipe fixes, cleanups, and enhancements Reply-To: rpm@xenomai.org List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: adeos-main , xenomai-core On Wed, 2007-05-02 at 11:15 +0200, Jan Kiszka wrote: > Philippe Gerum wrote: > > On Thu, 2007-04-26 at 20:39 +0200, Jan Kiszka wrote: > > > >> 5. Extract minimal, dependency-free linux/ipipe_base.h from main > >> ipipe.h > >> > >> 6. Optimise __ipipe_stall_root, __ipipe_test_root, and > >> __ipipe_test_and_stall_root for execution on UP (only i386 and > >> x86_64 so far). This should improve Linux performance over I-pipe, > >> at least it did with the original version I posted last year. > >> > >> 7. Detect illicit cross-domain calls down the pipeline. Together with > >> the included Linux instrumentation, this can help to diagnose broken > >> RT code in the kernel, namely in drivers and skins. Might be of some > >> interest for RTDM hackers as recent user postings demonstrated... > > > > Merged, thanks. > > > > That reminds me: please add #include to ipipe_base.h > for patch #6 (because of all the bit fiddling) - I had a compile error > with a different .config yesterday. > I had it too. Fixed. > Jan > -- Philippe.