Skip to content

Commit 5cf8775

Browse files
committed
Add lifecycle management APIs
- LifeCycleService: initialization and configuration - DeviceService: Device enumeration and VF management - HeartbeatService: Health monitoring and status checks These APIs provide standardized interfaces for: - Platform initialization (Init RPC) - Device discovery and configuration (GetDevices, SetNumVfs RPCs) - Health monitoring (Ping RPC) Signed-off-by: Balazs Nemeth <bnemeth@redhat.com>
1 parent 436ae83 commit 5cf8775

File tree

9 files changed

+1946
-1
lines changed

9 files changed

+1946
-1
lines changed

buf.gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: v2
22
plugins:
3-
- remote: buf.build/protocolbuffers/go:v1.36.3
3+
- remote: buf.build/protocolbuffers/go:v1.36.11
44
out: gen/go
55
opt: paths=source_relative
66
- remote: buf.build/grpc/go:v1.5.1

0 commit comments

Comments
 (0)