Re: [PATCH iwl-next v2 0/5] ice: add support for devmem/io_uring Rx and Tx
From: Tony Nguyen
Date: Thu Jan 29 2026 - 12:11:03 EST
On 1/29/2026 3:03 AM, Alexander Lobakin wrote:
...
* io_uring tests pass, except for tests which try to setup RSS Rx
contexts -- after recent changes in the kernel, seems like at least
some of our drivers return -EOPNOTSUPP when trying to configure RSS.
Tony, did you have any related reports or planned fixes?
The only thing I'm aware of for ice RSS issues is for E830
ice: fix setting RSS VSI hash for E830
https://lore.kernel.org/intel-wired-lan/20260109085339.49839-1-marcin.szycik@xxxxxxxxxxxxxxx/
Thanks,
Tony
* devmem -- only the Tx test fails, may be related to our complicated
.ndo_start_xmit() logic in ice, I'll investigate this as soon as
I get some details from the val.
Thanks,
Olek