Add one line desc output for simple_tc
authorYonghong Song <yhs@plumgrid.com>
Mon, 10 Aug 2015 16:40:11 +0000 (09:40 -0700)
committerYonghong Song <yhs@plumgrid.com>
Mon, 10 Aug 2015 16:42:22 +0000 (09:42 -0700)
  o Also suggest task_switch.py to try with libbcc package

Signed-off-by: Yonghong Song <yhs@plumgrid.com>
INSTALL.md
examples/simple_tc.py

index 5d4f447..be4759e 100644 (file)
@@ -27,6 +27,7 @@ sudo apt-get install libbcc
 
 Test it:
 `sudo python /usr/share/bcc/examples/hello_world.py`
+`sudo python /usr/share/bcc/examples/task_switch.py`
 
 (Optional) Install pyroute2 for additional networking features
 ```bash
index f38c98e..4f0fe0f 100755 (executable)
@@ -5,6 +5,7 @@
 from bpf import BPF
 from pyroute2 import IPRoute
 
+print("Simple program to test pyroute2 IPRoute tc interface")
 ipr = IPRoute()
 
 text = """