Re: [TEST] CX7 timeouts on reconfig w/ page pool failure injection
Jakub Kicinski <[email protected]>
| Newsgroups | org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 12 Aug 2026 19:31:09 +0300 Nimrod Oren wrote: > > 10min wasn't enough, bumping to 15min :( > > In these runs xdp-py took ~9.5 minutes. Both pp-alloc and rss-api tests > passed: > > https://netdev.bots.linux.dev/logs/hwksft/CX7-dbg/results/774403/test-outputs/ > https://netdev.bots.linux.dev/logs/hwksft/CX7-dbg/results/774889/test-outputs/ > https://netdev.bots.linux.dev/logs/hwksft/CX7-dbg/results/775361/test-outputs/ Ack, I'll send a patch to bump the timeout shortly. That said, the page pool warnings were probabilistic to begin with. And they were hit in page_pool_unref_netmem(), I think _some_ bug must still be there? IOW mlx5e_page_release_fragmented() is draining more references than the pp page use counter, that's not normal whether some command timeout out or not.