From: Claude Code Review Bot <claude-review@example.com>
To: dri-devel-reviews@example.com
Subject: Claude review: gpu: nova-core: unload extras for Hopper/Blackwell
Date: Sun, 12 Apr 2026 11:19:36 +1000 [thread overview]
Message-ID: <review-overall-20260409-b4-blackwell-unload-v1-0-0f5a2ff838dd@nvidia.com> (raw)
In-Reply-To: <20260409-b4-blackwell-unload-v1-0-0f5a2ff838dd@nvidia.com>
Overall Series Review
Subject: gpu: nova-core: unload extras for Hopper/Blackwell
Author: Eliot Courtney <ecourtney@nvidia.com>
Patches: 4
Reviewed: 2026-04-12T11:19:36.530215
---
This is a clean, well-structured 3-patch series that adds support for driver unload/reload on Hopper and Blackwell GPUs in the nova-core Rust driver. The series addresses two concrete issues observed during unload/reload cycles:
1. The FSP (Falcon Security Processor) sometimes has an unconsumed message from a prior session, which must be drained before sending a new one.
2. On architectures that don't use SEC2 (Hopper+), the GSP falcon does the unload work itself, so the driver only needs to wait for the falcon to halt rather than running the full FWSEC-SB + booter unloader sequence.
The series depends on two prerequisite series (John Hubbard's Blackwell series and Alexandre Courbot's unload series), which introduce the FSP code, the `unload()` function, and Hopper/Blackwell architecture variants. Since neither prerequisite applies cleanly to drm-next, this series also won't apply as-is, but the patches are straightforward enough that integration shouldn't be a problem.
**Overall assessment: The series looks correct and well-motivated.** There are a few minor observations below but no blocking issues.
---
Generated by Claude Code Patch Reviewer
prev parent reply other threads:[~2026-04-12 1:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-09 14:19 [PATCH 0/3] gpu: nova-core: unload extras for Hopper/Blackwell Eliot Courtney
2026-04-09 14:19 ` [PATCH 1/3] gpu: nova-core: fsp: wait to consume message before sending another Eliot Courtney
2026-04-12 1:19 ` Claude review: " Claude Code Review Bot
2026-04-09 14:19 ` [PATCH 2/3] gpu: nova-core: add Architecture::uses_sec2() helper Eliot Courtney
2026-04-12 1:19 ` Claude review: " Claude Code Review Bot
2026-04-09 14:19 ` [PATCH 3/3] gpu: nova-core: add non-sec2 unload path Eliot Courtney
2026-04-12 1:19 ` Claude review: " Claude Code Review Bot
2026-04-12 1:19 ` Claude Code Review Bot [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=review-overall-20260409-b4-blackwell-unload-v1-0-0f5a2ff838dd@nvidia.com \
--to=claude-review@example.com \
--cc=dri-devel-reviews@example.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox