File tree Expand file tree Collapse file tree 1 file changed +0
-46
lines changed
microsoft/testsuites/dpdk Expand file tree Collapse file tree 1 file changed +0
-46
lines changed Original file line number Diff line number Diff line change @@ -360,52 +360,6 @@ def command(self) -> str:
360360 return "testpmd"
361361 return self ._testpmd_install_path
362362
363- _ubuntu_packages_1804 = [
364- "build-essential" ,
365- "libmnl-dev" ,
366- "libelf-dev" ,
367- "meson" ,
368- "libnuma-dev" ,
369- "dpkg-dev" ,
370- "pkg-config" ,
371- "python3-pip" ,
372- "python3-pyelftools" ,
373- "python-pyelftools" ,
374- # 18.04 doesn't need linux-modules-extra-azure
375- # since it will never have MANA support
376- ]
377-
378- _ubuntu_packages_2004 = [
379- "build-essential" ,
380- "libnuma-dev" ,
381- "libmnl-dev" ,
382- "meson" ,
383- "ninja-build" ,
384- "python3-pyelftools" ,
385- "libelf-dev" ,
386- "pkg-config" ,
387- ]
388-
389- # these are the same at the moment but might need tweaking later
390- _debian_packages = _ubuntu_packages_2004
391-
392- _fedora_packages = [
393- "psmisc" ,
394- "numactl-devel" ,
395- "pkgconfig" ,
396- "elfutils-libelf-devel" ,
397- "python3-pip" ,
398- "kernel-modules-extra" ,
399- "kernel-headers" ,
400- "gcc-c++" ,
401- ]
402- _suse_packages = [
403- "psmisc" ,
404- "libnuma-devel" ,
405- "numactl" ,
406- "libmnl-devel meson" ,
407- "gcc-c++" ,
408- ]
409363 _rte_target = "x86_64-native-linuxapp-gcc"
410364
411365 _tx_pps_key = "transmit-packets-per-second"
You can’t perform that action at this time.
0 commit comments