From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: rust: pci: add num_vf(), to return number of VFs Date: Wed, 04 Mar 2026 08:40:16 +1000 Message-ID: In-Reply-To: <20260303-rust-pci-sriov-v3-8-4443c35f0c88@redhat.com> References: <20260303-rust-pci-sriov-v3-0-4443c35f0c88@redhat.com> <20260303-rust-pci-sriov-v3-8-4443c35f0c88@redhat.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Correctly gated by `#[cfg(CONFIG_PCI_IOV)]` since `pci_num_vf()` only exists with IOV support. --- Generated by Claude Code Patch Reviewer