Re: [PATCH] eth1394: endian fixes

2006-06-10 Thread Stefan Richter
Alexey Dobriyan wrote on 2006-05-27: On Sat, May 27, 2006 at 12:05:40PM +0200, Stefan Richter wrote: Did you have the chance to test your patch on different platforms and with different peer OSs/platforms? Unfortunately not. The patch works OK on an x86/Linux host with x86/WinXP peer and pp

Re: [PATCH] eth1394: endian fixes

2006-05-27 Thread Stephen Hemminger
On Sat, 27 May 2006 12:05:40 +0200 Stefan Richter <[EMAIL PROTECTED]> wrote: > Alexey Dobriyan wrote on 2006-05-16: > > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> > ... > > @@ -935,7 +935,7 @@ static inline u16 ether1394_parse_encap( > > *(u32*)arp_ptr = arp1394->sip; /* move

Re: [PATCH] eth1394: endian fixes

2006-05-27 Thread Alexey Dobriyan
slow and eth1394 is marked unmaintained)? If not, I > could send it along with a few other 1394 patches to akpm soon. [PATCH] eth1394: endian fixes Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- drivers/ieee1394/eth1394.c |6 +++--- 1 file changed, 3 insertions(+),

Re: [PATCH] eth1394: endian fixes

2006-05-27 Thread Stefan Richter
Alexey Dobriyan wrote on 2006-05-16: Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> ... @@ -935,7 +935,7 @@ static inline u16 ether1394_parse_encap( *(u32*)arp_ptr = arp1394->sip; /* move sender IP addr */ arp_ptr += arp->ar_pln; /* skip ov

[PATCH] eth1394: endian fixes

2006-05-19 Thread Alexey Dobriyan
Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- drivers/ieee1394/eth1394.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/drivers/ieee1394/eth1394.c +++ 1/drivers/ieee1394/eth1394.c @@ -935,7 +935,7 @@ static inline u16 ether1394_parse_encap( *(u32*)a