This commit is contained in:
2026-07-31 16:20:40 +04:00
parent bd2d22f456
commit d7b8f08b4d
3 changed files with 26 additions and 38 deletions

View File

@@ -477,11 +477,11 @@ type DPDK struct {
// Bridges
Bridges Bridges `json:"bridges"`
// ovs dpdk cores
OVSDPDKCores []uint64 `json:"ovs_dpdk_cores"`
// hp memory
HPMemory map[string]uint64 `json:"hp_memory"`
// pmd cpu
PMDCPU []uint64 `json:"pmd_cpu"`
}
// Bridges