From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH] sh_eth: fix descriptor access endianness Date: Tue, 15 Dec 2015 22:02:41 +0300 Message-ID: <567063D1.1020909@cogentembedded.com> References: <11070795.yxBPvlHg4n@wasted.cogentembedded.com> <20151215.002541.762812772082527155.davem@davemloft.net> <566FF8FB.2010005@cogentembedded.com> <20151215.125336.1876941788722356501.davem@davemloft.net> <56705698.9010703@cogentembedded.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-sh@vger.kernel.org To: David Miller Return-path: In-Reply-To: <56705698.9010703@cogentembedded.com> Sender: linux-sh-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Hello. On 12/15/2015 09:06 PM, Sergei Shtylyov wrote: >>>>> The driver never calls cpu_to_edmac() when writing the descriptor >>>>> address >>>>> and edmac_to_cpu() when reading it, although it should -- fix this. >>>>> >>>>> Note that the frame/buffer length descriptor field accesses also need >>>>> fixing >>>>> but since they are both 16-bit we can't use >>>>> {cpu|edmac}_to_{edmac|cpu}()... >>>>> >>>>> Signed-off-by: Sergei Shtylyov >>>> >>>> Applied. >>> >>> I was going to rework this to fix _all_ cases, and sent follow-up >>> email about that yesterday... Haven't you received it? >> >> I saw it but you were not entirely clear whether you were going to do >> that work in a follow-on patch or not. >> >> If you don't clearly say "Dave, please drop this patch." expect me to >> do random things. > > Previously I had a plan to get rid of never used EDMAC_BIG_ENDIAN and then > get rid of {edmac|cpu}_to_{cpu|edmac}() and fix 16-bit descriptor R/W by using > {cpu|le32}_to_{le32|cpu}(). How's that plan to you? le16, of course. MBR, Sergei