AltraMayor / AltraMayor/gatekeeper

Figure out appropriate cache sizes of the blocks

オープン
#145 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement
主要言語
C
スター
1.6k
フォーク
252
PR マージ指標
30日以内にマージされた PR はありません

説明

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 .

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。