Re: How to use the scripts/checkpatch.pl

2010-08-03 Thread Abraham Arce
Victor, On Tue, Aug 3, 2010 at 11:28 AM, Victor Rodriguez wrote: > One simple question I have tried to use the checkpatch.pl like > > $ ./checkpatch.p patch1.patch > > but it doesn't work it shows > > Must be run from the top-level dir. of a kernel tree > > Any idea of what I am doing wrong > Th

Re: Analyzing Linux Kernel

2010-06-19 Thread Abraham Arce
Hi, On Sat, Jun 19, 2010 at 4:47 PM, Group wrote: > Thanks Joel, but m not sure on how i can use ftrace. as both OSes may > have different calls to compare... > > Bruce, yes, even i have to handle those things..i mentioned to just > name a few..How can we test context switching and interrupt late

Re: Linux Network Architecture

2010-06-16 Thread Abraham Arce
Thanks Tapas, Robert! On Wed, Jun 16, 2010 at 9:21 AM, Robert P. J. Day wrote: > On Wed, 16 Jun 2010, Tapas Mishra wrote: > >> You may like to read this also >> http://lwn.net/Articles/160198/ >> http://www.amazon.com/Linux-Kernel-Development-Robert-Love/dp/0672325128 Definitely will help with o

Re: Linux Network Architecture

2010-06-16 Thread Abraham Arce
Denis, On Wed, Jun 16, 2010 at 9:54 AM, Denis Kirjanov wrote: > You can start _reading_ netdev mailing list if you want to > track/__understand__ recent changes in networking. > As Eric Dumazet wrote: I suggest you read the last patches (say .. about 10.000 of them), to have an idea of

Re: Linux Network Architecture

2010-06-15 Thread Abraham Arce
Thanks Robert, Manish, > google would have shown you this immediately: > http://www.amazon.com/Linux-Networking-Architecture-Klaus-Wehrle/dp/0131777203 > i like the book Understanding Linux Network Internals and recommend > trying it. But some things might have changed after the release of > this

Linux Network Architecture

2010-06-15 Thread Abraham Arce
Hi, I am looking for some good books talking about Linux Network Subsystem architecture. Any recommendations? Thanks in advance... Best Regards Abraham -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecar...@nl.linux.org Please read the FAQ at http://kernelne

Re: Unable to change IRQ affinity

2010-04-26 Thread Abraham Arce
Peter, > On Mon, Apr 12, 2010 at 10:34 AM, Peter Teoh wrote: >> I've been working with 2 drivers, an i2c based touchcreen and a spi >> based ethernet. My problem comes when I try to change the affinity for >> their irqs to be handled by processor 2, change is not reflected, for >> the ethernet I

Re: Linux SMP Test Cases

2010-04-26 Thread Abraham Arce
Mulyadi, > On Sat, Sep 12, 2009 at 11:03 PM, Mulyadi Santosa > wrote: >> Does anyone know about any white paper/documentation/tutorial >> describing smp test cases? > > could you elaborate your question more? i.e are you focusing on > scalability? task balancing? etc... > I was looking for tas

Unable to change IRQ affinity

2010-04-07 Thread Abraham Arce
Hi, I've been working with 2 drivers, an i2c based touchcreen and a spi based ethernet. My problem comes when I try to change the affinity for their irqs to be handled by processor 2, change is not reflected, for the ethernet I have... # cat /proc/interrupts | grep eth0 194: 4883

Linux SMP Test Cases

2009-09-12 Thread Abraham Arce
Hi, Does anyone know about any white paper/documentation/tutorial describing smp test cases? Thanks for your inputs! Abraham -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecar...@nl.linux.org Please read the FAQ at http://kernelnewbies.org/FAQ

Freeing kernel memory

2009-07-06 Thread Abraham Arce
Hi, I am looking for a way to free memory once we have created/transfer data. The purpose is to create one file under a specific device, then transfer it to another device while getting the performance, this way we could have performance measurements among mtd <> mmc/sd <> ram <> usb sync is ou

Re: kernelnewbies

2008-10-24 Thread Abraham Arce
age to start with is http://tldp.org/LDP/tlk/tlk.html Abraham Arce > > thank you > -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to [EMAIL PROTECTED] Please read the FAQ at http://kernelnewbies.org/FAQ