MCPcopy Create free account
hub / github.com/F-Stack/f-stack / _get_remote_cpus

Method _get_remote_cpus

dpdk/dts/framework/testbed_model/node.py:197–202  ·  view source on GitHub ↗

Scan CPUs in the remote OS and store a list of LogicalCores.

(self)

Source from the content-addressed store, hash-verified

195 ).filter()
196
197 def _get_remote_cpus(self) -> None:
198 """
199 Scan CPUs in the remote OS and store a list of LogicalCores.
200 """
201 self._logger.info("Getting CPU information.")
202 self.lcores = self.main_session.get_remote_cpus(self.config.use_first_core)
203
204 def _setup_hugepages(self):
205 """

Callers 1

__init__Method · 0.95

Calls 1

get_remote_cpusMethod · 0.45

Tested by

no test coverage detected