Re: [PATCH net-next v08 4/5] hinic3: Add ethtool rss ops

From: Jakub Kicinski

Date: Tue Jun 09 2026 - 22:07:33 EST


On Mon, 8 Jun 2026 20:36:33 +0800 Fan Gong wrote:
> + }
> +
> + indir_tbl = (__le16 *)pair.out->buf;
> + for (i = 0; i < L2NIC_RSS_INDIR_SIZE; i++)
> + indir_table[i] = le16_to_cpu(*(indir_tbl + i));

This cast needs a __force

drivers/net/ethernet/huawei/hinic3/hinic3_rss.c:771:9: warning: cast from restricted __le16