[dpdk-dev] [PATCH] bug: Use correct arguments in run.py

2017-06-28 Thread McCullough, Harrison
When using run.py it would occasionally ignore the given command line arguments because the wrong variable was used. Fixed this, along with minor changes to reflect more idiomatic Python usage. Signed-off-by: Harrison McCullough --- tools/run.py | 11 +-- 1 file changed, 5 insertions(+)

[dpdk-dev] [PATCH] (pkgtgen-dpdk) doc: Fix broken link to pktgen-dpdk documentation

2017-06-23 Thread McCullough, Harrison
The `setup.sh` script is now located in the `tools` subdirectory. In addition, it is not an executable but is shown as if it was. It should either be called with `bash`, run with `source`, or set to be an executable. Signed-off-by: Harrison McCullough --- docs/source/getting_started.rst | 8

[dpdk-dev] [PATCH] doc: Minor typo in documentation

2017-06-19 Thread McCullough, Harrison
Signed-off-by: Harrison McCullough --- doc/guides/linux_gsg/enable_func.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/linux_gsg/enable_func.rst b/doc/guides/linux_gsg/enable_func.rst index 04e066c..15f53b1 100644 --- a/doc/guides/linux_gsg/enable_func.rst