Re: ppc405ex + gigabit ethernet

2009-07-03 Thread Lada Podivin
Many thanks for all responses! Now I know all I need to know :) ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: ppc405ex + gigabit ethernet

2009-07-03 Thread Lada Podivin
Hi Sylvain, the interrupt coalescing sounds like good idea - I'm surprised this feature is missing in the original ibm_newemac driver. You wrote you had got this optimisation directly from AMCC. Is it part of any framework? I'm just wondering how one can obtain it. I tried to find any suitable pat

Re: ppc405ex + gigabit ethernet

2009-07-01 Thread Lada Podivin
Eh! I mean Mb/s NOT Kb/s! Sorry! 2009/7/1 Lada Podivin > Thank you for your reply! > Yes, I agree the CPU is the bottleneck. But I have performed more tests > with the netperf tool and results seem strange to me. If I send 800 B of > data, the resulting speed is aproximately 100

Re: ppc405ex + gigabit ethernet

2009-07-01 Thread Lada Podivin
e result. So the ppc board is the bottleneck in this case. > > Is there any possibility to improve the gigabit capabilities of the > ppc405EX? Is there anyone who achieved a better performance with ppc4xx > boards? > > Thanks! > > Best,

ppc405ex + gigabit ethernet

2009-06-30 Thread Lada Podivin
boards? Thanks! Best, Lada Podivin ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: ppc405ex GPIO mapping

2009-06-22 Thread Lada Podivin
Eh, sorry! I mean include/asm-generic/gpio.h NOT include/linux/gpio.h ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: ppc405ex GPIO mapping

2009-06-22 Thread Lada Podivin
with your GPIO pins with functions like gpio_set_value() - from include/linux/gpio.h. Documentation of these functions can be seen at http://www.mjmwired.net/kernel/Documentation/gpio.txt So, this is my solution. Maybe there are better ones, but this

Re: kilauea/405ex external interrupts

2009-06-22 Thread Lada Podivin
Thanks for replies! 2009/6/22 Stefan Roese > Yes, this could very well be a problem of pin multiplexing. From looking at > the Kilauea GPIO/Pin mux configuration in U-Boot, GPIO30 is configured as > GPIO > input and not as IRQ1. So this can't work. The easiest way to change this > is > in U-Boo

kilauea/405ex external interrupts

2009-06-19 Thread Lada Podivin
Hi, I'm writing a linux driver that uses an external interrupt (ppc 405ex). I'm using GPIO pin 30 (external IRQ 1) connected to UIC1. I'm aware of the virtual interrupt stuff, so I added a new node to my device tree in order to get proper virtual IRQ number. This node describes an external event an