commit | d58acdcbfb338abdb77cfea8ada500aea277decf | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Tue Dec 09 22:25:26 2014 -0700 |
committer | Tom Warren <twarren@nvidia.com> | Thu Dec 18 13:21:41 2014 -0700 |
tree | 1fe7b0b2032fedd7e5728146159c2e7c9d9eb153 | |
parent | dad3ba0f0bb5ee2e87881c9f3a7ecfb8db384b2b [diff] |
net: rtl8169: Use non-cached memory if available To work around potential issues with explicit cache maintenance of the RX and TX descriptor rings, allocate them from a pool of uncached memory if the architecture supports it. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>