[PATCH v5 0/4] add support for self monitoring

Liang Ma liangma at liangbit.com
Thu Feb 16 21:56:55 CET 2023


PMU is kind of MSR. Precisely , that's MSR per core. 
All MSR reading will lead to IPI(Please reference the kernel
implementation of MSR driver). The IPI will disturb the DPDK application
because the userspace/kernel context switch, which has impact to the
tail latency. 


More information about the dev mailing list