Notes about Linux Transmit Packet Steering(XPS) technology
本文将mark下Linux XPS(Transmit Packet Steering)相关notes。
本文将mark下Linux XPS(Transmit Packet Steering)相关notes。
本文将mark下network的RFS(Receive Flow Steering)和aRFS(Accelerated Receive Flow Steering)相关notes。
本文将mark下Linux RPS(Receive Packet Steering)相关notes。
本文将mark下virtio-net RSS Inner Header Hash的相关notes。
本文将mark下virtio-net中RSS(Receive Side Scaling)的具体实现。
本文将mark下AMD IOMMU IRTCache机制的相关notes。
本文将mark下PCIe flow control机制的相关notes。
When a base address register is marked as Prefetchable, it means that:the region does not have read side effects (reading from that memory range doesn’t change any state), and it is allowed for the CPU to cache loads from that memory region and read it in bursts (typically cache line sized).
本文将mark下RDMA Direct WQE与Inline data机制,主要内容转载自知乎:RDMA 高级。