Re: simple (and probably trivial) git question about cumulative patches

2007-10-31 Thread Rene Herman
On 10/31/2007 09:57 AM, Ramagudi Naziir wrote: On 10/31/07, Rene Herman <[EMAIL PROTECTED]> wrote: Quilt is tool to manage a stack of patches. You push and pop patches and there's always one on top. I've used it a while, but did not find it to be very handy for managing trees you do actual de

bio structure

2007-10-31 Thread Vijay Chauhan
Hi members, I am reading the Oreilly book and I am reading about the bio structure. I am not able to understand its two fields: unsigned short bi_phys_segments Number of physical segments of the bio after merging unsigned short bi_hw_segments Number of hardware segments after merging What

Re: Help with linux module comunication.

2007-10-31 Thread Erik Mouw
On Wed, Oct 31, 2007 at 06:13:45PM +0800, Readon Shaw wrote: > I wanna port the kernel to my board which has a specific function, > such as generate/receive packets for throughput test, etc. > So I need to call driver function, for example, packets receiving > method. > Different

Re: Please tell me some effective profile tools or methods in LINUX.

2007-10-31 Thread Alan Menegotto
Tang Rui escreveu: Hi, I'm going to optimize my application and driver under LINUX. That means I need to know the performance of my code, memory consumption, which thread in my code is using too much CPU time, and also all facts which might cause performance issue. So is there an

Help with linux module comunication.

2007-10-31 Thread Readon Shaw
I wanna port the kernel to my board which has a specific function, such as generate/receive packets for throughput test, etc. So I need to call driver function, for example, packets receiving method. Different NIC card has its own way to receive, a interface is needed to exte

Re: simple (and probably trivial) git question about cumulative patches

2007-10-31 Thread Robert P. J. Day
On Wed, 31 Oct 2007, Rene Herman wrote: > On 10/30/2007 11:53 AM, Robert P. J. Day wrote: > > > 1) make some changes > > 2) "git diff" to record that particular change > > Well, "git diff" just _shows_ you the diff between your working > directory and that which is "recorded", it doesn't record/co

Re: simple (and probably trivial) git question about cumulative patches

2007-10-31 Thread Anupam Kapoor
> > On 10/30/2007 11:53 AM, Robert P. J. Day wrote: > > > > > 1) make some changes > > > 2) "git diff" to record that particular change > > > > Well, "git diff" just _shows_ you the diff between your working > > directory and that which is "recorded", it doesn't record/commit > > anything. > > sorr

Re: simple (and probably trivial) git question about cumulative patches

2007-10-31 Thread Ramagudi Naziir
Hello! On 10/31/07, Rene Herman <[EMAIL PROTECTED]> wrote: > Quilt is tool to manage a stack of patches. You push and pop patches and > there's always one on top. I've used it a while, but did not find it to be > very handy for managing trees you do actual development in. Working on > anything but