From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Tue, 11 Oct 2016 22:50:29 +0200 Subject: [U-Boot] [U-Boot, v3] net: Fix cache misalignment message after network load operations In-Reply-To: <20161006001433.GA10091@bill-the-cat> References: <20160914034905.28795-1-Peter.Chubb@data61.csiro.au> <20161006001433.GA10091@bill-the-cat> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Oct 6, 2016 at 2:14 AM, Tom Rini wrote: > On Wed, Sep 14, 2016 at 03:49:22AM +0000, Peter Chubb wrote: > >> After any operation that downloads a file (e.g., pxe get, or dhcp), the >> buffer containing the downloaded data is flushed. This is unnecessary >> and annoying. Unnecessary, because >> the network driver should already have fliushed the cache for the DMAed area, >> and annoying because it generates a cache misalignment message. >> >> Signed-off-by: Peter Chubb >> Acked-by: Heiko Schocher >> Acked-by: Joe Hershberger > > Reviewed-by: Tom Rini > > Joe, do you want to pick this up or should I? Thanks! I'll get it. Thanks, -Joe