Re: [PATCH] Intel IXP4xx network drivers v.3 - QMGR

2007-05-08 Thread Alexey Zaytsev
On 5/8/07, Lennert Buytenhek <[EMAIL PROTECTED]> wrote: ... As with Christian's driver, I don't know whether an SRAM allocator makes much sense. We can just set up a static allocation map for the in-tree drivers and leave out the allocator altogether. I.e. I don't think it's worth the complexit

Re: [PATCH] Intel IXP4xx network drivers v.2 - Ethernet and HSS

2007-05-08 Thread Alexey Zaytsev
On 5/8/07, Tomasz Chmielewski <[EMAIL PROTECTED]> wrote: Michael Jones wrote: >> +#ifndef __ARMEB__ >> +#warning Little endian mode not supported >> +#endif > > Personally I'm less fussed about WAN / LE support. Anyone with any > sense will run ixp4xx boards doing such a specialised network > op

Re: [PATCH 2/3] ARM: include IXP4xx "fuses" support

2007-05-06 Thread Alexey Zaytsev
Hello, Krzysztof. On 5/7/07, Krzysztof Halasa <[EMAIL PROTECTED]> wrote: ... +IXP4XX_FUSE_RSA | \ +IXP4XX_FUSE_XSCALE_MAX_FREQ) + #ifndef __ASSEMBLY__ +static inline u32 ixp4xx_read_fuses(void) +{ + un

Strange problem with tcpdump.

2006-12-06 Thread Alexey Zaytsev
Hi, guys. I've got a problem. I can see all the incoming packets on an ethernet interface, but no outgoing packets, although they are sent to the network, and successfully recieved by the other side. The platform is ixp420, with severely nodifyed ethernet driver, the kernel is 2.6.16.20. May I a