Skip to content

Commit bead777

Browse files
author
Alan Jowett
committed
PR feedback
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
1 parent f6bb26e commit bead777

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/GlobalHelperFunctionsFromExternalDrivers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ This creates barriers for independent driver development and limits the extensib
1818
### R1: External Driver Global Helper Registration
1919
- Drivers outside of `ebpfcore.sys` **MUST** be able to register global helper functions
2020
- The system **MUST** support global helper function registration without requiring pre-coordination
21-
- Registration **MUST** use existing interfaces without requiring new APIs
21+
- Existing interfaces **MUST** remain unchanged to maintain application compatibility
22+
- New interfaces **MAY** be added if needed to support this capability
2223

2324
### R2: Elimination of Central Coordination
2425
- Driver developers **MUST NOT** be required to coordinate helper function registration with other drivers

0 commit comments

Comments
 (0)