commit | 5e848e4c5d77438e126c97702ec3bea477f550a9 | [log] [tgz] |
---|---|---|
author | Sunil Goutham <sgoutham@cavium.com> | Tue May 02 18:36:51 2017 +0530 |
committer | David S. Miller <davem@davemloft.net> | Tue May 02 15:41:20 2017 -0400 |
tree | 247528970eb0abd195b637de07eabdf45034e13f | |
parent | 5836b4429777bf57ca8fc02b154263aa54d97508 [diff] |
net: thunderx: Optimize RBDR descriptor handling Receive buffer's physical address or iova will anyway not go beyond 49bits, since it is the max supported HW address. As per perf, updating bitfields i.e buf_addr:42 in RBDR descriptor entry consumes lots of cpu cycles, hence changed it to a 64bit field with alignment requirements taken care of. Signed-off-by: Sunil Goutham <sgoutham@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>