On 11/21/2025 1:53 PM, Joshi, Sreedevi wrote:
...
@@ -393,7 +393,10 @@ static u32 idpf_get_rxfh_indir_size(struct net_device
*netdev)
* @netdev: network interface device structure
* @rxfh: pointer to param struct (indir, key, hfunc)
*
- * Reads the indirection table directly from the hardware. Always returns 0.
+ * RSS LUT and Key information are read from driver's cached
+ * copy. When rxhash is off, rss lut will be displayed as zeros.
+ *
+ * Returns 0 on success.
Can you make this Return: to make kdoc happy?
Will do.
BTW, looks like there are other occurrences of this in that file.
Yea, much of this file was committed before that check was put in
place/enforced so there are many occurrences of this in the file :( We
don't want to introduce any new violations though.
Thanks,
Tony