AltraMayor / AltraMayor/gatekeeper
Where should we allocate mbuf memory pools?
- 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ả
Pull request #566 moved the allocation of transmitting and receiving queues of NICs to the NUMA node to which the underlying Ethernet device is connected instead of the NUMA node of the functional block responsible for the queue. There, it was a matter of requirements, but that requirement can be lifted by patching the bond driver. Is the new NUMA node choice faster?
Independent of the answer to the previous question, a possibly more important question is where should we allocate mbuf memory pools? Right now, Gatekeeper allocates these pools at the NUMA node where the responsible block runs. But couldn't having these pools at the same NUMA node of the NIC be a better option? This may avoid transmitting the whole packet between NUMA nodes by sending only the needed cache lines associated with the packets.
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á.