Mellanox / libxlio

Other
32 stars 18 forks source link

issue: 3829626 Fix new TCP timers registration for reused sockets #116

Closed AlexanderGrissik closed 5 months ago

AlexanderGrissik commented 5 months ago

Description

This issue is introduced in Simplify TCP timers commit of vNext Another issue that was noticed is with reused sockets statistics pool from Statistics global pool commit.

What
  1. Reused sockets are added more than once to the timer list. . See commit description.
  2. Reused sockets initialized statistics incorrectly. See commit description.
Why ?

Fix reused socket timer registration and statistics.

Change type

What kind of change does this PR introduce?

Check list