p4lang / p4app

Apache License 2.0
112 stars 58 forks source link

p4app run error #68

Closed Juniortheone closed 5 years ago

Juniortheone commented 5 years ago

I run the p4app with an extra file and below is the error I got; `p4c-bm2-ss --p4v 16 "simple_router.p4" -o "simple_router.json"

python2 "/scripts/mininet/multi_switch_mininet.py" --log-dir "/tmp/p4app_logs" --manifest "./p4app.json" --target "multiswitch" --auto-control-plane --behavioral-exe "simple_switch" --cli-path "simple_switch_CLI" --json "simple_router.json" Error setting resource limits. Mininet's performance may be affected. Creating network Adding hosts: h1 h2 Adding switches: s1 s2 *** Adding links: (0ms delay) (0ms delay) (h1, s1) (50ms delay) (50ms delay) (h2, s2) (0ms delay) (0ms delay) (s1, s2) ` I searched online and found out this might be due to kernel issues. This is a new installation with current updates and I'm a bit lost.Thank you.

system windows 10 and 8.1 ubuntu 16.04