From: Yonghong Song Date: Mon, 10 Aug 2015 16:40:11 +0000 (-0700) Subject: Add one line desc output for simple_tc X-Git-Tag: v0.1.4~4^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2a2c48194fb2a6d0ae4139b2d141a9467b5e1f2;p=platform%2Fupstream%2Fbcc.git Add one line desc output for simple_tc o Also suggest task_switch.py to try with libbcc package Signed-off-by: Yonghong Song --- diff --git a/INSTALL.md b/INSTALL.md index 5d4f447..be4759e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 diff --git a/examples/simple_tc.py b/examples/simple_tc.py index f38c98e..4f0fe0f 100755 --- a/examples/simple_tc.py +++ b/examples/simple_tc.py @@ -5,6 +5,7 @@ from bpf import BPF from pyroute2 import IPRoute +print("Simple program to test pyroute2 IPRoute tc interface") ipr = IPRoute() text = """