Re: [U-Boot] [U-Boot, v3] net: Fix cache misalignment message after network load operations

2016-10-11 Thread Joe Hershberger
On Thu, Oct 6, 2016 at 2:14 AM, Tom Rini wrote: > On Wed, Sep 14, 2016 at 03:49:22AM +, 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

Re: [U-Boot] [U-Boot, v3] net: Fix cache misalignment message after network load operations

2016-10-05 Thread Tom Rini
On Wed, Sep 14, 2016 at 03:49:22AM +, 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