pylint 3.3.9 astroid 3.3.8 Python 3.14.3 (main, Feb 4 2026, 00:00:00) [GCC 15.2.1 20260123 (Red Hat 15.2.1-7)] Redirect to /tmp/tmp.GePCayd6O4 and /tmp/tmp.Ty47ntPa41 Tree base: e6722d8e0cda ("bnxt_en: Resize RSS contexts on channel count change") Now at: e7ce2daf72cf ("selftests: rss_drv: Add RSS indirection table resize tests") ====== Checking before the patch ====== ************* Module rss_drv tools/testing/selftests/drivers/net/hw/rss_drv.py:43:8: W0707: Consider explicitly re-raising using 'except NlError as exc' and 'raise KsftSkipEx('Device does not support additional RSS contexts') from exc' (raise-missing-from) ------------------------------------------------------------------ Your code has been rated at 9.78/10 (previous run: 9.93/10, -0.16) ====== Checking the tree with the patch ====== ************* Module rss_drv tools/testing/selftests/drivers/net/hw/rss_drv.py:43:8: W0707: Consider explicitly re-raising using 'except NlError as exc' and 'raise KsftSkipEx('Device does not support additional RSS contexts') from exc' (raise-missing-from) ------------------------------------------------------------------ Your code has been rated at 9.93/10 (previous run: 9.78/10, +0.16)