I/O Shared memory

2009-12-18 Thread govind raj nayak
Hi, I am trying to understand "I/O shared memory" concept. As per my understanding, it's a mapping of controller/devices memory into physical address space. Is that correct? Second thing is, each device connected to I/O bus has it's own set of I/O addresses (I/O address space). It's possib

Re: router + kernel networking

2009-12-18 Thread Denis Kirjanov
Very useful place about general networking http://www.linuxfoundation.org/collaborate/workgroups/networking. -- Regards, Denis

Re: router + kernel networking

2009-12-18 Thread Ilya Dryomov
On Fri, Dec 18, 2009 at 03:28:27PM +0530, er krishna wrote: > Dear All, > > Can anybody please give me some very good links where I can found good > information about linux network driver and router developement tutorials. > > Best Regards, > Krishna I don't know anything about links, to me a go

router + kernel networking

2009-12-18 Thread er krishna
Dear All, Can anybody please give me some very good links where I can found good information about linux network driver and router developement tutorials. Best Regards, Krishna

Re: What Char encoding type is used in EXT4?

2009-12-18 Thread Bernd Petrovitsch
On Fre, 2009-12-18 at 11:45 +0530, Indraneel Mukherjee wrote: > What's the char encoding type used to store file names on EXT4 > filesystem - UTF8, UTF16 or UTF32? All or none - depending on how you interpret it: The kernel uses the byte sequence you pass as the filename. If it's in UTF-8, UTF-16,