Re: [U-Boot] [PATCH v2 38/40] net: rtl8169: Properly align buffers

2014-11-12 Thread Nobuhiro Iwamatsu
Hi, I tested on sh7785lcr board with this patch. This worked without any problems. Thanks. 2014-08-27 0:34 GMT+09:00 Thierry Reding thierry.red...@gmail.com: From: Thierry Reding tred...@nvidia.com RX and TX descriptor rings should be aligned to 256 byte boundaries. Use the

[U-Boot] [PATCH v2 38/40] net: rtl8169: Properly align buffers

2014-08-26 Thread Thierry Reding
From: Thierry Reding tred...@nvidia.com RX and TX descriptor rings should be aligned to 256 byte boundaries. Use the DEFINE_ALIGN_BUFFER() macro to define the buffers so that they don't have to be manually aligned later on. Also make sure that the buffers do align to cache-line boundaries in case