bash:./tools/dpdk_nic_bind.py:没有这样的文件或目录

bash:./tools/dpdk_nic_bind.py:没有这样的文件或目录

我正在尝试配置接口并获取状态。我收到以下错误:

$./tools/dpdk_nic_bind.py --status
bash: ./tools/dpdk_nic_bind.py : no such file or directory

我不知道为什么这个文件不存在。难道是我安装dpdk的时候出错了?我的 ubuntu 版本是 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

相关内容