commit | b4268e2c5ea51bc57fe9ee4287d04453784d335b | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Feb 16 13:58:37 2017 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Mar 29 07:39:44 2017 +0200 |
tree | 0859d36dd7f1fa3e02ae7073cbda34adaef809da | |
parent | 5e9aade5e83818f47b2a7b1b02afc59d91e9e467 [diff] |
net: mvpp2: Round up top tx buffer boundaries for dcache ops check_cache_range() warns that the top boundaries are not properly aligned when flushing or invalidating the buffers and make these operations fail. This gets rid of the warnings: CACHE: Misaligned operation at range ... Signed-off-by: Stefan Roese <sr@denx.de> Acked-by: Joe Hershberger <joe.hershberger@ni.com>