commit | e1921168bbd4810de4197446e52f652cd0dd9541 | [log] [tgz] |
---|---|---|
author | Matteo Croce <mcroce@redhat.com> | Thu Oct 24 19:24:57 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 28 13:44:26 2019 -0700 |
tree | 1aded7546e094a2bf0f8e89c50a8471dc57facd6 | |
parent | 7f7183af448ac55da9cc72bdbef6d140909fee83 [diff] |
mvpp2: sync only the received frame In the RX path we always sync against the maximum frame size for that pool. Do the DMA sync and the unmap separately, so we can only sync by the size of the received frame. Signed-off-by: Matteo Croce <mcroce@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>