2017-12-27 12 views
1

私はdpdkでhelloworldを実行しようとしています。EAL:物理アドレスを取得できません:アクセスが拒否されました。 vfioだけが機能します

[email protected]:~/Desktop/dpdk-stable-17.08.1/examples/helloworld/build$ ./helloworld -c 1 -n 1 
EAL: Detected 1 lcore(s) 
EAL: Probing VFIO support... 
EAL: VFIO support initialized 
EAL: Cannot obtain physical addresses: Permission denied. Only vfio will function. 
EAL: WARNING: Master core has no memory on local socket! 
error allocating rte services array 
EAL: FATAL: rte_service_init() failed 

EAL: rte_service_init() failed 

PANIC in main(): 
Cannot init EAL 
5: [./helloworld(_start+0x2a) [0x5555a79f366a]] 
4: [/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7ff3176151c1]] 
3: [./helloworld(+0x54f6d) [0x5555a79eef6d]] 
2: [./helloworld(__rte_panic+0xbd) [0x5555a79ea467]] 
1: [./helloworld(rte_dump_stack+0x2e) [0x5555a7a41a7e]] 
Aborted (core dumped) 

私が間違って何をやって教えてください:私は、しかし、私はソースからすべての設定スクリプトの手順と同様にビルドを行ったが、まだエラーを取得し、この奇妙なエラーを取得していますか?

答えて

関連する問題