Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DualSocketNoHT (0.27 sec)

  1. pkg/kubelet/cm/cpumanager/policy_static_test.go

    			expErr:          nil,
    			expCPUAlloc:     true,
    			expCSet:         cpuset.New(2, 3, 4, 8, 9, 10),
    		},
    		{
    			description:     "GuPodMultipleCores, DualSocketNoHT, ExpectAllocOneSocket",
    			topo:            topoDualSocketNoHT,
    			numReservedCPUs: 1,
    			stAssignments: state.ContainerCPUAssignments{
    				"fakePod": map[string]cpuset.CPUSet{
    					"fakeContainer100": cpuset.New(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/cpumanager/topology/topology_test.go

    					78: {CoreID: 38, SocketID: 3, NUMANodeID: 1},
    					79: {CoreID: 39, SocketID: 3, NUMANodeID: 1},
    				},
    			},
    			wantErr: false,
    		},
    		{
    			name: "DualSocketNoHT",
    			machineInfo: cadvisorapi.MachineInfo{
    				NumCores:   4,
    				NumSockets: 2,
    				Topology: []cadvisorapi.Node{
    					{Id: 0,
    						Cores: []cadvisorapi.Core{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 03 16:26:09 UTC 2023
    - 31.7K bytes
    - Viewed (0)
Back to top