인터페이스를 구성하고 상태를 얻으려고 합니다. 다음 오류가 발생합니다.
$./tools/dpdk_nic_bind.py --status
bash: ./tools/dpdk_nic_bind.py : no such file or directory
이 파일이 왜 존재하지 않는지 모르겠습니다. dpdk를 설치할 때 실수를 했나요? 내 우분투 버전은 18.04 LTS이고 VirtualBox를 사용하고 있습니다.
~/ofp/scripts/dpdk$ ls ./tools/dpdk_nic_bind.py
ls: cannot access './tools/dpdk_nic_bind.py': No such file or directory
$head ./tools/dpdk_nic_bind.py
head: cannot open './tools/dpdk_nic_bind.py' for reading: No such file or
directory
$python ./tools/dpdk_nic_bind.py --status
python: cant open file './tools/dpdk_nic_bind.py': [Errno 2] No such file or directory