Mellanox / libxlio

Other
45 stars 21 forks source link

issue: 3964910 Align ring size to cache line #184

Closed iftahl closed 4 months ago

iftahl commented 4 months ago

Fixes latency degradation caused by the reduced size of xlio_list. It created a gap in the ring class which is not cache line aligned. Added padding bytes to align it to a full cache line.

Change type

What kind of change does this PR introduce?

Check list

galnoam commented 4 months ago

@iftah, please move to fix