Mellanox / libxlio

Other
32 stars 18 forks source link

issue: 3777348 Improvements for TCP flow unnecessary cache access. #111

Closed AlexanderGrissik closed 5 months ago

AlexanderGrissik commented 5 months ago

Description

This PR is based on PR 110 (issue: 3777348 Move socket statistics to a global storage) This PR starts from commit: issue: 3777348 Removing m_flow_tag_enabled check

What

Avoid unnecessary cache lines access. Descriptions of each change are in the commits. Recommend to review by commits.

Why ?

Improve performance.

Change type

What kind of change does this PR introduce?

Check list