We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i execute the following command
pci@0000:19:00.0 em3 network NetXtreme BCM5720 Gigabit Ethernet PCIe pci@0000:19:00.1 em4 network NetXtreme BCM5720 Gigabit Ethernet PCIe pci@0000:18:00.0 em1 network NetXtreme BCM5720 Gigabit Ethernet PCIe pci@0000:18:00.1 em2 network NetXtreme BCM5720 Gigabit Ethernet PCIe pci@0000:3b:00.0 network Ethernet 10G 2P X520 Adapter pci@0000:3b:00.1 network Ethernet 10G 2P X520 Adapter
then i configure startup.conf file as follows 93 # DPDK 相关配置 [email protected] 94 dpdk { 95 socket-mem 1024 96 dev 0000:3b:00.0 97 }
however, when i start up the vpp, where is a problem
vlib_call_all_config_functions: unknown input `dpdk socket-mem 1024 dev 0000:3b:00.0 '
i don't know what to do, please help me if you see this ISSUE.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when i execute the following command
lshw -class network -businfo
Bus info Device Class Description
pci@0000:19:00.0 em3 network NetXtreme BCM5720 Gigabit Ethernet PCIe
pci@0000:19:00.1 em4 network NetXtreme BCM5720 Gigabit Ethernet PCIe
pci@0000:18:00.0 em1 network NetXtreme BCM5720 Gigabit Ethernet PCIe
pci@0000:18:00.1 em2 network NetXtreme BCM5720 Gigabit Ethernet PCIe
pci@0000:3b:00.0 network Ethernet 10G 2P X520 Adapter
pci@0000:3b:00.1 network Ethernet 10G 2P X520 Adapter
then i configure startup.conf file as follows
93 # DPDK 相关配置 [email protected]
94 dpdk {
95 socket-mem 1024
96 dev 0000:3b:00.0
97 }
however, when i start up the vpp, where is a problem
vpp -c startup.conf
vlib_call_all_config_functions: unknown input `dpdk socket-mem 1024 dev 0000:3b:00.0 '
i don't know what to do, please help me if you see this ISSUE.
The text was updated successfully, but these errors were encountered: