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?
[x] Bugfix
[ ] Feature
[ ] Code style update
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Tests
[ ] Other
Check list
[ ] Code follows the style de facto guidelines of this project
[ ] Comments have been inserted in hard to understand places
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