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'm running latest release (linux-6.7.y-1) on a card here, and while it runs fine when idling along, once I start pushing more data towards the card it starts leaking memory. When copying in data to the machine at around 5Gbps (which is what the disk array can handle), it consumes kernel memory at about 25% of received volume. Stopping the transfer halts the leak, but nothing is reclaimed at any point. And once it runs all out of memory, the oom killer will of course take down everything.
It's been way too long since I worked with network drivers, so I don't even know where to start looking. I would think about a tail overwrite of a ring buffer or something similar, but that's just a wild guess.
The text was updated successfully, but these errors were encountered:
I'm running latest release (linux-6.7.y-1) on a card here, and while it runs fine when idling along, once I start pushing more data towards the card it starts leaking memory. When copying in data to the machine at around 5Gbps (which is what the disk array can handle), it consumes kernel memory at about 25% of received volume. Stopping the transfer halts the leak, but nothing is reclaimed at any point. And once it runs all out of memory, the oom killer will of course take down everything.
It's been way too long since I worked with network drivers, so I don't even know where to start looking. I would think about a tail overwrite of a ring buffer or something similar, but that's just a wild guess.
The text was updated successfully, but these errors were encountered: