From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johan Hovold Subject: Re: [PATCH v2 2/3] USB: ehci-tegra: fix inefficient copy of unaligned buffers Date: Fri, 24 Apr 2015 08:31:29 +0200 Message-ID: <20150424063129.GA320@localhost> References: <1429798012-21916-1-git-send-email-johan@kernel.org> <1429798012-21916-3-git-send-email-johan@kernel.org> <553956DA.2090300@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <553956DA.2090300-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Warren Cc: Johan Hovold , Greg Kroah-Hartman , Felipe Balbi , Alan Stern , linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Thierry Reding , Alexandre Courbot , linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-tegra@vger.kernel.org On Thu, Apr 23, 2015 at 02:32:26PM -0600, Stephen Warren wrote: > On 04/23/2015 08:06 AM, Johan Hovold wrote: > > Make sure only to copy any actual data rather than the whole buffer, > > when releasing the temporary buffer used for unaligned non-isochronous > > transfers. > > > > Compile-tested only. > > Tested-by: Stephen Warren > > (Tested a USB network device attached to Jetson TK1, with a large > download, and ping packets of various sizes from another host) Thanks for testing, Stephen! Johan