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

Method update_ports

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

Get additional information about ports: Logical name (e.g. enp7s0) if applicable Mac address

(self, ports: list[Port])

Source from the content-addressed store, hash-verified

254
255 @abstractmethod
256 def update_ports(self, ports: list[Port]) -> None:
257 """
258 Get additional information about ports:
259 Logical name (e.g. enp7s0) if applicable
260 Mac address
261 """
262
263 @abstractmethod
264 def configure_port_state(self, port: Port, enable: bool) -> None:

Callers 1

_init_portsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected