pktgen 操作手册:http://pktgen-dpdk.readthedocs.io/en/latest/getting_started.html

执行到这一步时:

$ cd <PktgenInstallDir>/tools
$ ./run.py -s default 

运行 run.py 后系统提示我没有对应的 config file。

root@ubuntu:/home/chang/pktgen-dpdk/tools# ./run.py 
>>> sdk '/home/chang/dpdk', target 'x86_64-native-linuxapp-gcc'
*** Pick one of the following config files

Configurations:
   Name             - Description
   ----               -----------
root@ubuntu:/home/chang/pktgen-dpdk/tools#  ./run.py -s default
>>> sdk '/home/chang/dpdk', target 'x86_64-native-linuxapp-gcc'
*** Config file 'default' not found
Configurations:
   Name             - Description
   ----               -----------

解决方案:

$ cd .. 
$ ./tools/run.py -s default

来源:https://mails.dpdk.org/archives/users/2018-July/003269.html
感谢这位工程师!

相关文章:

  • 2021-06-04
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2021-08-13
  • 2021-04-16
  • 2021-09-28
  • 2022-12-23
猜你喜欢
  • 2021-07-24
  • 2021-08-17
  • 2022-01-07
  • 2021-11-06
  • 2021-09-15
  • 2022-03-07
相关资源
相似解决方案