Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: DRAResourceSliceMixins
content_type: feature_gate
_build:
list: never
render: false

stages:
- stage: alpha
defaultValue: false
fromVersion: "1.34"
---
Enable support for Mixins in DRA ResourceSlice objects.
There are scenarios where the number of devices can be pretty large and each device might have a relatively large amount of metadata associated with it,
primarily in the form of Attributes or Capacity. The resulting objects can thus become very large.
Mixins provides a way to define shared metadata for devices or counter sets separately from devices and then include them by reference.
This enables less duplication of information in ResourceSlices and smaller footprint for each device in terms of size.

This feature gate has no effect unless you also enable the `DynamicResourceAllocation` feature gate.