From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH net-next] ravb: Remove rx buffer ALIGN Date: Fri, 29 Apr 2016 09:34:57 +1000 Message-ID: <20160428233456.GC18128@verge.net.au> References: <1461514567-23444-1-git-send-email-ykaneko0929@gmail.com> <571FBE21.4050908@cogentembedded.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Yoshihiro Kaneko , netdev@vger.kernel.org, "David S. Miller" , Magnus Damm , linux-renesas-soc@vger.kernel.org To: Sergei Shtylyov Return-path: Content-Disposition: inline In-Reply-To: <571FBE21.4050908@cogentembedded.com> Sender: linux-renesas-soc-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Hi Sergei, Hi Kaneko-san, On Tue, Apr 26, 2016 at 10:14:41PM +0300, Sergei Shtylyov wrote: > Hello. > > On 04/24/2016 07:16 PM, Yoshihiro Kaneko wrote: > > >From: Kazuya Mizuguchi > > > >Aligning the reception data size is not required. > > OK, the gen 2/3 manuals indeed don't require this. I assume the patch has > been tested... This morning I tested this patch applied on net-next using the r8a7795/salvator-x (Gen-3). My test was to boot to a user-space prompt using NFS root which was successful. I can run further tests on this setup if it would be useful. Unfortunately I do not have access to hardware to allow me to test this on Gen-2. > >Signed-off-by: Kazuya Mizuguchi > >Signed-off-by: Yoshihiro Kaneko Tested-by: Simon Horman > I have a few comments though... [...]