[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] inet_chksum.c misbehaving with compiler optimisation?
From: |
FreeRTOS Info |
Subject: |
Re: [lwip-users] inet_chksum.c misbehaving with compiler optimisation? |
Date: |
Tue, 22 Nov 2011 20:17:59 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111105 Thunderbird/8.0 |
On 22/11/2011 20:13, address@hidden wrote:
> FreeRTOS Info wrote:
>> Just in case anybody is watching this thread:
>>
>> As unlikely as this all seems, having previously isolated one file, I
>> have now isolated it to a single function: lwip_standard_chksum().
>>
>> I have the entire applicatino running at maximum optimisation, except
>> this function, and everything is happy.
>>
>> Put the lowest optimisation on just this single function (which is now
>> in its own file), and the network works, but with a lot of corruption on
>> the wire.
> Like Kieran and Stephen, I wouldn't rule out the possibility of a timing
> issue, too. Especially since checksumming was the most time consuming
> task in lwIP when I last benchmarked (aside of memcpy, but I guess you
> haven't changed the amount of optimization of memcpy in your tests as it
> often comes precompiled with the C library).
>
> Nevertheless, to prove the function fails, why don't you run a test on
> random data comparing the results of the optimized checksum function
> with a non-optimized version? You can even let that test run for a while
> if you put the two functions into the same binary. If it's a compiler
> bug or anything in that area, this test should show it.
Good thinking! Will do and report back.
>
> BTW: what do mean with 'a lot of corruption on the wire', invalid
> checksums or more errors?
It was described in a previous email. Sorry I have to run now but will
be back online later this evening. I will explain it again when I post
the results of the above mentioned test.
Regards,
Richard.
- [lwip-users] inet_chksum.c misbehaving with compiler optimisation?, Richard Barry, 2011/11/20
- Re: [lwip-users] inet_chksum.c misbehaving with compiler optimisation?, FreeRTOS Info, 2011/11/23
- Re: [lwip-users] inet_chksum.c misbehaving with compiler optimisation?, Enrico Murador - Research & Development - CET, 2011/11/23
- Re: [lwip-users] inet_chksum.c misbehaving with compiler optimisation?, FreeRTOS Info, 2011/11/23
- [lwip-users] FIXED - Re: inet_chksum.c misbehaving with compiler optimisation?, FreeRTOS Info, 2011/11/23
- Re: [lwip-users] FIXED - Re: inet_chksum.c misbehaving with compiler optimisation?, Kieran Mansley, 2011/11/24
- Re: [lwip-users] inet_chksum.c misbehaving with compiler optimisation?, Kieran Mansley, 2011/11/24