2017-12-27 14 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) 

날 내가 잘못하고있는 중이 알려주세요?

답변