You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran perf record -B -e cache-references,cache-misses,cycles,instructions,branches,branch-misses,faults,migrations -C <core> on both my UDP multicast receiving and TCP recv/send threads.
I see a very high cache and branch misses, attaching their outputs to this issue.
UDP multicast (only recv)
TCP (recv & send)
Issue type
Bug report
Feature request
Configuration:
Product version libvma 9.8.6
OS RHEL 9.5
OFED 24.04-0.7.0
Hardware Mellanox MT2894 Family [ConnectX-6 Lx]
Actual behavior:
I run my app with LD_PRELOAD=libvma.so VMA_SPEC=latency VMA_RX_UDP_POLL_OS_RATIO=0 VMA_SELECT_POLL_OS_RATIO=0 VMA_TCP_QUICKACK=1 configs.
I see very high cache and branch misses on my setup. Pinned 8 cores for UDP multicast listening and pinned 2 cores for two different TCP connections.
Expected behavior:
Low cache and branch misses for better low latency performance.
Steps to reproduce:
The text was updated successfully, but these errors were encountered:
Subject
I ran
perf record -B -e cache-references,cache-misses,cycles,instructions,branches,branch-misses,faults,migrations -C <core>
on both my UDP multicast receiving and TCP recv/send threads.I see a very high cache and branch misses, attaching their outputs to this issue.
UDP multicast (only recv)
TCP (recv & send)
Issue type
Configuration:
Actual behavior:
I run my app with
LD_PRELOAD=libvma.so VMA_SPEC=latency VMA_RX_UDP_POLL_OS_RATIO=0 VMA_SELECT_POLL_OS_RATIO=0 VMA_TCP_QUICKACK=1
configs.I see very high cache and branch misses on my setup. Pinned 8 cores for UDP multicast listening and pinned 2 cores for two different TCP connections.
Expected behavior:
Low cache and branch misses for better low latency performance.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: