AltraMayor / AltraMayor/gatekeeper

Figure out appropriate cache sizes of the blocks

Đang mở
#145 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
enhancement
Ngôn ngữ chính
C
Star
1.6k
Fork
252
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

Based on section 6.4. Local Cache on page http://doc.dpdk.org/guides/prog_guide/mempool_lib.html#mempool-library and the short description of parameter cache_size in https://doc.dpdk.org/api/rte__mempool_8h.html#a503f2f889043a48ca9995878846db2fd , things become complicated. For example, consider the following parameters that we are using in all blocks: ``mailbox_max_entries = 128``, ``mailbox_mem_cache_size = 64``. With more than 2 cores, we'll not have enough entries to populate the caches of the cores since ``n * 64 > 128`` for ``n > 2``.

To close this issue, one needs to figure out the cache size of the blocks and then apply them to the patch #126 .

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.