commit | 5e76f564572b85735de4b75a5e73b514be2562be | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Oct 30 11:48:44 2019 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Mon Nov 11 10:52:18 2019 +0100 |
tree | 95c35b5219632553bb218904da8bce60fe222626 | |
parent | d3694f30732fd2a334b93f087033c5a5836f7aba [diff] |
dma-debug: increase HASH_SIZE With modern NIC, it is not unusual having about ~256,000 active dma mappings and a hash size of 1024 buckets is too small. Forcing full cache line per bucket does not seem useful, especially now that we have contention on free_entries_lock for allocations and freeing of entries. Better use the space to fit more buckets. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: Christoph Hellwig <hch@lst.de>