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

Method get_remote_cpus

dpdk/dts/framework/remote_session/os_session.py:216–220  ·  view source on GitHub ↗

Compose a list of LogicalCores present on the remote node. If use_first_core is False, the first physical core won't be used.

(self, use_first_core: bool)

Source from the content-addressed store, hash-verified

214
215 @abstractmethod
216 def get_remote_cpus(self, use_first_core: bool) -> list[LogicalCore]:
217 """
218 Compose a list of LogicalCores present on the remote node.
219 If use_first_core is False, the first physical core won't be used.
220 """
221
222 @abstractmethod
223 def kill_cleanup_dpdk_apps(self, dpdk_prefix_list: Iterable[str]) -> None:

Callers 1

_get_remote_cpusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected