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

Method build_dpdk

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

Build DPDK in the input dir with specified environment variables and meson arguments.

(
        self,
        env_vars: dict,
        meson_args: MesonArgs,
        remote_dpdk_dir: str | PurePath,
        remote_dpdk_build_dir: str | PurePath,
        rebuild: bool = False,
        timeout: float = SETTINGS.compile_timeout,
    )

Source from the content-addressed store, hash-verified

193
194 @abstractmethod
195 def build_dpdk(
196 self,
197 env_vars: dict,
198 meson_args: MesonArgs,
199 remote_dpdk_dir: str | PurePath,
200 remote_dpdk_build_dir: str | PurePath,
201 rebuild: bool = False,
202 timeout: float = SETTINGS.compile_timeout,
203 ) -> None:
204 """
205 Build DPDK in the input dir with specified environment variables and meson
206 arguments.
207 """
208
209 @abstractmethod
210 def get_dpdk_version(self, version_path: str | PurePath) -> str:

Callers 2

_build_dpdkMethod · 0.45
build_dpdk_appMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected