Re: [dpdk-dev] [PATCH] usertools/dpdk-telemetry-client: make script executable

2019-01-27 Thread Thomas Monjalon
22/01/2019 17:27, Bruce Richardson: > Add #! line to the top of the script and mark it as executable so it can > be run directly rather than having to pass it to python interpreter. > > Signed-off-by: Bruce Richardson Applied, thanks

[dpdk-dev] [PATCH] usertools/dpdk-telemetry-client: make script executable

2019-01-22 Thread Bruce Richardson
Add #! line to the top of the script and mark it as executable so it can be run directly rather than having to pass it to python interpreter. Signed-off-by: Bruce Richardson --- usertools/dpdk-telemetry-client.py | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 usertools/dpdk-