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

Method _build_dpdk

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

Build DPDK. Uses the already configured target. Assumes that the tarball has already been copied to and extracted on the SUT node.

(self)

Source from the content-addressed store, hash-verified

236
237 @Node.skip_setup
238 def _build_dpdk(self) -> None:
239 """
240 Build DPDK. Uses the already configured target. Assumes that the tarball has
241 already been copied to and extracted on the SUT node.
242 """
243 self.main_session.build_dpdk(
244 self._env_vars,
245 MesonArgs(default_library="static", enable_kmods=True, libdir="lib"),
246 self._remote_dpdk_dir,
247 self.remote_dpdk_build_dir,
248 )
249
250 def build_dpdk_app(self, app_name: str, **meson_dpdk_args: str | bool) -> PurePath:
251 """

Callers 1

_set_up_build_targetMethod · 0.95

Calls 2

MesonArgsClass · 0.90
build_dpdkMethod · 0.45

Tested by

no test coverage detected