Skip to content

Commit cea7b66

Browse files
author
Danilo Krummrich
committed
Documentation: nova: update pending tasks
Some tasks, while already having some progress, are still pending, hence update them. Link: https://patch.msgid.link/20260119153129.59876-2-dakr@kernel.org [ Remove PCI config space, as it is completed. - Danilo ] Signed-off-by: Danilo Krummrich <dakr@kernel.org>
1 parent 25439a4 commit cea7b66

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

Documentation/gpu/nova/core/todo.rst

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,15 @@ trait [1] from the num crate.
4141
Having this generalization also helps with implementing a generic macro that
4242
automatically generates the corresponding mappings between a value and a number.
4343

44+
FromPrimitive support has been worked on in the past, but hasn't been followed
45+
since then [1].
46+
47+
There also have been considerations of ToPrimitive [2].
48+
4449
| Complexity: Beginner
4550
| Link: https://docs.rs/num/latest/num/trait.FromPrimitive.html
51+
| Link: https://lore.kernel.org/all/cover.1750689857.git.y.j3ms.n@gmail.com/ [1]
52+
| Link: https://rust-for-linux.zulipchat.com/#narrow/channel/288089-General/topic/Implement.20.60FromPrimitive.60.20trait.20.2B.20derive.20macro.20for.20nova-core/with/541971854 [2]
4653
4754
Generic register abstraction [REGA]
4855
-----------------------------------
@@ -149,10 +156,13 @@ There is active onging work from Abdiel Janulgue [1] and Lina [2].
149156
PCI MISC APIs
150157
-------------
151158

152-
Extend the existing PCI device / driver abstractions by SR-IOV, config space,
153-
capability, MSI API abstractions.
159+
Extend the existing PCI device / driver abstractions by SR-IOV, capability, MSI
160+
API abstractions.
161+
162+
SR-IOV [1] is work in progress.
154163

155164
| Complexity: Beginner
165+
| Link: https://lore.kernel.org/all/20251119-rust-pci-sriov-v1-0-883a94599a97@redhat.com/ [1]
156166
157167
GPU (general)
158168
=============
@@ -191,7 +201,10 @@ Some possible options:
191201
- maple_tree
192202
- native Rust collections
193203

204+
There is work in progress for using drm_buddy [1].
205+
194206
| Complexity: Advanced
207+
| Link: https://lore.kernel.org/all/20251219203805.1246586-4-joelagnelf@nvidia.com/ [1]
195208
196209
Instance Memory
197210
---------------

0 commit comments

Comments
 (0)