spiegel_podman/vendor/github.com/opencontainers/cgroups/config_rdma.go
renovate[bot] c0af54da8c
Update module github.com/opencontainers/cgroups to v0.0.7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-17 22:00:44 +00:00

9 lines
368 B
Go

package cgroups
// LinuxRdma for Linux cgroup 'rdma' resource management (Linux 4.11)
type LinuxRdma struct {
// Maximum number of HCA handles that can be opened. Default is "no limit".
HcaHandles *uint32 `json:"hca_handles,omitzero"`
// Maximum number of HCA objects that can be created. Default is "no limit".
HcaObjects *uint32 `json:"hca_objects,omitzero"`
}