Re: [RFC PATCH v3 0/2] dts: add RSS functions and test suite

2025-07-18 Thread Ivan Malov
A quick follow-up: I now see that 'self.queue' is in fact a misnomer for an array of queues and not a single queue index specification. It would be better to name it 'queues'. But the issue stands: this array differs from GLOBAL table. As far as I can tell from reading documentation for action 'r

Re: [RFC PATCH v3 0/2] dts: add RSS functions and test suite

2025-07-18 Thread Ivan Malov
Hi Thomas, On Fri, 18 Jul 2025, Thomas Wilks wrote: Hi all, This is v3 of the RSS test suites which has been rebased onto the latest patches. I’m also requesting comments and some help with an issue where the packet RSS queue and the predicted RSS queue differ when running on ConnectX-6 NICs

[RFC PATCH v3 0/2] dts: add RSS functions and test suite

2025-07-18 Thread Thomas Wilks
Hi all, This is v3 of the RSS test suites which has been rebased onto the latest patches. I’m also requesting comments and some help with an issue where the packet RSS queue and the predicted RSS queue differ when running on ConnectX-6 NICs while being the same on E810-C NICs. I’m currently i