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

Method run_dpdk_app

dpdk/dts/framework/testbed_model/sut_node.py:346–354  ·  view source on GitHub ↗

Run DPDK application on the remote node.

(
        self, app_path: PurePath, eal_args: "EalParameters", timeout: float = 30
    )

Source from the content-addressed store, hash-verified

344 )
345
346 def run_dpdk_app(
347 self, app_path: PurePath, eal_args: "EalParameters", timeout: float = 30
348 ) -> CommandResult:
349 """
350 Run DPDK application on the remote node.
351 """
352 return self.main_session.send_command(
353 f"{app_path} {eal_args}", timeout, privileged=True, verify=True
354 )
355
356 def configure_ipv4_forwarding(self, enable: bool) -> None:
357 self.main_session.configure_ipv4_forwarding(enable)

Callers 2

Calls 1

send_commandMethod · 0.45

Tested by 2