diff options
author | Maxim Mikityanskiy <[email protected]> | 2022-09-29 00:21:49 -0700 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2022-09-30 07:55:46 -0700 |
commit | 707f908e31d7e2c3b24fe8cafa773f67e44fc5ef (patch) | |
tree | 34d93bd4f54ffc68a23ff657bb3b71eee8bb5085 /scripts/generate_rust_analyzer.py | |
parent | 0b9c86c78586c209926fc360687dd4a13666840b (diff) |
net/mlx5e: Optimize the page cache reducing its size 2x
RX page cache stores dma_info structs, that consist of a pointer to
struct page and a DMA address. In fact, the DMA address is extracted
from struct page using page_pool_get_dma_addr when a page is pushed to
the cache. By moving this call to the point when a page is popped from
the cache, we can avoid storing the DMA address in the cache,
effectively reducing its size by two times without losing any
functionality.
Signed-off-by: Maxim Mikityanskiy <[email protected]>
Reviewed-by: Saeed Mahameed <[email protected]>
Reviewed-by: Tariq Toukan <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions