Added advanced Heavy Hitter Detection example (#136)
* Added advanced Heavy Hitter Detection example * Changed directory location * Restored skeleton version * Added files for common run infra with the other tutorials * Updated readme * Autogenerate setup rules * Commends in simple_router.p4 * Fix typos * Removed commended out lines
This commit is contained in:
committed by
Antonin Bas
parent
494706bd60
commit
e7e6899d5c
6
Teaching/Stanford_CS344_2018/run.sh
Executable file
6
Teaching/Stanford_CS344_2018/run.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
P4APPRUNNER=../utils/p4apprunner.py
|
||||
python setup.py
|
||||
mkdir -p build
|
||||
tar -czf build/p4app.tgz * --exclude='build'
|
||||
#cd build
|
||||
sudo python $P4APPRUNNER p4app.tgz --build-dir ./build
|
||||
Reference in New Issue
Block a user