- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试编译 dpdk 16.04-1
在 4.6.2-1-ARCH
.以下输出用于尝试安装 AUR 包,但按照 dpdk 的快速入门指南从源代码编译自己给了我完全相同的错误。我收到以下错误:
==> Building and installing package
==> Making package: dpdk 16.04-1 (Fri Jul 29 15:46:48 CEST 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading dpdk-16.04.tar.xz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 10.4M 100 10.4M 0 0 9755k 0 0:00:01 0:00:01 --:--:-- 9761k
==> Validating source files with sha1sums...
dpdk-16.04.tar.xz ... Passed
==> Extracting sources...
-> Extracting dpdk-16.04.tar.xz with bsdtar
==> Starting prepare()...
Configuration done
==> Starting build()...
== Build lib
== Build lib/librte_compat
SYMLINK-FILE include/rte_compat.h
== Build lib/librte_eal
== Build lib/librte_eal/common
SYMLINK-FILE include/generic/rte_atomic.h
SYMLINK-FILE include/generic/rte_byteorder.h
SYMLINK-FILE include/generic/rte_cycles.h
SYMLINK-FILE include/generic/rte_prefetch.h
SYMLINK-FILE include/generic/rte_spinlock.h
SYMLINK-FILE include/generic/rte_memcpy.h
SYMLINK-FILE include/generic/rte_cpuflags.h
SYMLINK-FILE include/generic/rte_rwlock.h
SYMLINK-FILE include/rte_branch_prediction.h
SYMLINK-FILE include/rte_common.h
SYMLINK-FILE include/rte_debug.h
SYMLINK-FILE include/rte_eal.h
SYMLINK-FILE include/rte_errno.h
SYMLINK-FILE include/rte_launch.h
SYMLINK-FILE include/rte_lcore.h
SYMLINK-FILE include/rte_log.h
SYMLINK-FILE include/rte_memory.h
SYMLINK-FILE include/rte_memzone.h
SYMLINK-FILE include/rte_pci.h
SYMLINK-FILE include/rte_pci_dev_ids.h
SYMLINK-FILE include/rte_per_lcore.h
SYMLINK-FILE include/rte_random.h
SYMLINK-FILE include/rte_tailq.h
SYMLINK-FILE include/rte_interrupts.h
SYMLINK-FILE include/rte_alarm.h
SYMLINK-FILE include/rte_string_fns.h
SYMLINK-FILE include/rte_version.h
SYMLINK-FILE include/rte_eal_memconfig.h
SYMLINK-FILE include/rte_malloc_heap.h
SYMLINK-FILE include/rte_hexdump.h
SYMLINK-FILE include/rte_devargs.h
SYMLINK-FILE include/rte_dev.h
SYMLINK-FILE include/rte_pci_dev_feature_defs.h
SYMLINK-FILE include/rte_pci_dev_features.h
SYMLINK-FILE include/rte_malloc.h
SYMLINK-FILE include/rte_keepalive.h
SYMLINK-FILE include/rte_time.h
SYMLINK-FILE include/rte_rwlock.h
SYMLINK-FILE include/rte_memcpy.h
SYMLINK-FILE include/rte_cycles.h
SYMLINK-FILE include/rte_spinlock.h
SYMLINK-FILE include/rte_atomic_32.h
SYMLINK-FILE include/rte_vect.h
SYMLINK-FILE include/rte_prefetch.h
SYMLINK-FILE include/rte_byteorder_32.h
SYMLINK-FILE include/rte_atomic_64.h
SYMLINK-FILE include/rte_byteorder_64.h
SYMLINK-FILE include/rte_cpuflags.h
SYMLINK-FILE include/rte_rtm.h
SYMLINK-FILE include/rte_atomic.h
SYMLINK-FILE include/rte_byteorder.h
== Build lib/librte_eal/linuxapp
== Build lib/librte_eal/linuxapp/eal
CC eal.o
CC eal_hugepage_info.o
CC eal_memory.o
CC eal_thread.o
CC eal_log.o
CC eal_pci.o
CC eal_pci_uio.o
CC eal_pci_vfio.o
CC eal_pci_vfio_mp_sync.o
CC eal_debug.o
CC eal_lcore.o
CC eal_timer.o
CC eal_interrupts.o
CC eal_alarm.o
CC eal_common_lcore.o
CC eal_common_timer.o
CC eal_common_memzone.o
CC eal_common_log.o
CC eal_common_launch.o
CC eal_common_pci.o
CC eal_common_pci_uio.o
CC eal_common_memory.o
CC eal_common_tailqs.o
CC eal_common_errno.o
CC eal_common_cpuflags.o
CC eal_common_string_fns.o
CC eal_common_hexdump.o
CC eal_common_devargs.o
CC eal_common_dev.o
CC eal_common_options.o
CC eal_common_thread.o
CC eal_common_proc.o
CC rte_malloc.o
CC malloc_elem.o
CC malloc_heap.o
CC rte_keepalive.o
CC rte_cpuflags.o
AR librte_eal.a
SYMLINK-FILE include/exec-env/rte_interrupts.h
SYMLINK-FILE include/exec-env/rte_kni_common.h
SYMLINK-FILE include/exec-env/rte_dom0_common.h
INSTALL-LIB librte_eal.a
== Build lib/librte_eal/linuxapp/igb_uio
make[6]: *** No targets specified and no makefile found. Stop.
/tmp/yaourt-tmp-kunterbunt/aur-dpdk/src/dpdk-16.04/mk/rte.module.mk:79: recipe for target 'igb_uio.ko' failed
make[5]: *** [igb_uio.ko] Error 2
/tmp/yaourt-tmp-kunterbunt/aur-dpdk/src/dpdk-16.04/mk/rte.subdir.mk:61: recipe for target 'igb_uio' failed
make[4]: *** [igb_uio] Error 2
/tmp/yaourt-tmp-kunterbunt/aur-dpdk/src/dpdk-16.04/mk/rte.subdir.mk:61: recipe for target 'linuxapp' failed
make[3]: *** [linuxapp] Error 2
/tmp/yaourt-tmp-kunterbunt/aur-dpdk/src/dpdk-16.04/mk/rte.subdir.mk:61: recipe for target 'librte_eal' failed
make[2]: *** [librte_eal] Error 2
/tmp/yaourt-tmp-kunterbunt/aur-dpdk/src/dpdk-16.04/mk/rte.sdkbuild.mk:77: recipe for target 'lib' failed
make[1]: *** [lib] Error 2
/tmp/yaourt-tmp-kunterbunt/aur-dpdk/src/dpdk-16.04/mk/rte.sdkroot.mk:123: recipe for target 'all' failed
make: *** [all] Error 2
最佳答案
发生这种情况要么是因为您没有安装正确的内核头文件(版本不匹配),要么是它无法为您创建正确的符号链接(symbolic link)。
如果您使用的是 x86_64 机器,我建议将 make 标志设置为 make config T=x86_64-default-linuxapp-gcc
关于compiler-errors - 无法在archlinux上编译dpdk,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38660595/
我有一个使用 DPDK 的程序,我正在使用示例中提供的 Makefile 编译它。 如果我将程序编译为 APP(如描述 here ),一切顺利出色地。但是,我的代码是一个更大项目的一部分,为此使用单独
我是英特尔 DPDK 的新手。我打算编写一个 http 网络服务器。 是否可以使用DPDK使用以下逻辑实现? 获取数据包并将其发送到 Worker 逻辑核心。 客户端发送的工作逻辑核心构建“http
我用的是centos 7.3。当我运行 insmod igb_uio.ko 时,我在/var/logs/message 中收到此错误: igb_uio:加载树外模块污染内核。 警告:模块“igb_ui
我已按如下方式配置 NIC 卡:- [root@localhost ethtool]# ../../tools/dpdk-devbind.py -s Network devices using DPD
我尝试使用 ovs-vsctl 将 PCI 接口(interface) (I219-V) 添加到 OVS 桥,但没有成功: root@pc:/home/me# ovs-vsctl add-port b
当我使用 dpdk-devbind.py 绑定(bind) X710 的网络端口时。我得到错误: 错误:0000:20.00.0 的绑定(bind)失败 - 无法绑定(bind)到驱动程序 uio_p
我一直在尝试从 rx 队列接收数据包,修改它们并将它们发送到 tx 队列。目前我被困在数据包修改上。 我的观察和问题: 1) 我发现有函数操纵 mbufs,其中包含 pkt 数据: 添加数据: rte
我有一个四端口 Intel 1G 网卡。我正在使用 DPDK 在一个物理端口上发送数据并在另一个物理端口上接收数据。 我在 DPDK 代码中看到了一些示例,但无法使其工作。如果有人知道如何做到这一点,
我正在尝试使用连接到OVS(openvswitch)和ubuntu 18.04(VMWare工作站)上的DPDK的Iperf3(任何吞吐量测试器应用程序)来测试两个docker容器之间的吞吐量。这样做
我已在 Ubuntu 16.04.2 系统上设置了 DPDK 17.08.01。我已遵循涉及 HugePages 设置的指南。我设置了 2048 个 HugePages(每个 NUMA 核心 1024
我正在运行 DPDK 应用程序,为此我使用脚本分配大页面。分配和启动应用程序很好。但是后来当我停止应用程序并通过删除挂载点并在 numa 系统的 nr_hugepages 下修改来释放大页面时。 稍后
据我所知,DPDK 代码示例对整个应用程序(或给定端口的所有队列)使用单个 rte_mempool。 假设所有 EAL 线程只与它们自己的 RX/TX 队列交互,是否建议每个 lcore/队列有一个内
无法使用来自辅助进程的现有 rte Hash: h = rte_hash_find_existing("some_hash"); if (h) { // this will w
我使用的是 DPDK 1.7,并按照“快速入门指南”和“运行示例应用程序”文档中提到的所有步骤来编译和执行名为“load_balancer”的示例应用程序。 Load_balancer 应用程序包含某
我有一个使用 dpdk 内存池的 Linux 应用程序。我正在尝试分配一个内存池,其中包含 8000000 个 24 字节的对象。当在内存池创建中没有MEMPOOL_F_NO_CACHE_ALIGN
我确实对 DPDK 有一些经验,但目前我正在阅读许多关于 XDP 的博客。我试图比较这两种技术并了解 DPDK 和 XDP 之间的差异。这提出了一些问题。我希望有人可以帮助我解决以下问题: 使用 DP
我在运行基于 dpdk 的应用程序时遇到一些错误。我发现调用dpdk库提供的rte_eth_dev_configure()函数时出现错误。错误代码为-22。但是,我希望应用程序显示更多调试信息,以便我
我将这些数据包保存在 pcap 文件中(在 wireshark 中显示) 我正在使用 DPDK 解析这些数据包,但出于某种原因我无法使用 mbufs。要使用 struct ipv4_hdr 解析它们,
我想绕过 Linux 网络堆栈并将原始数据包转换为我在 userland 中的自定义代码并在那里处理它们。 我知道您可以使用 pf-rings 或 DPDK 等来制作您的自定义驱动程序。但是我不明白为
我有一个基于 DPDK 的网络应用程序,适用于基于 Linux 的系统。我想将它移植到 netmap 以克服我使用基于 Intel 的 NIC 的限制。在我基于 DPDK 的应用程序中,我使用了 DP
我是一名优秀的程序员,十分优秀!