Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリケーションを kvm で実行する必要があります。 kvm で実行されるイメージ (centos 6.3) には avx が含まれていません。 しかし、私がdpdkをコンパイルしたコンピューターにはkvmがあります。
avx なしで dpdk をコンパイルする必要があると思います。 これは可能ですか?どうすればよいですか?
次のコマンドを実行して、avx があるかどうかを確認します。
cat /proc/cpuinfo | grep avx --color
次の行をコメント化/削除することで、AVX なしで DPDK をコンパイルできます。mk/rte.cpuflags.mk
mk/rte.cpuflags.mk
ifneq ($(filter $(AUTO_CPUFLAGS),__AVX__),) CPUFLAGS += AVX endif