usertools: add --status-dev option to devbind
authorFerruh Yigit <ferruh.yigit@intel.com>
Thu, 27 Apr 2017 17:55:37 +0000 (18:55 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 30 Apr 2017 13:28:01 +0000 (15:28 +0200)
commitb153c00bf834185c2d584232fbd02cbc1a3653b2
treebc33134ea9db5d2d1a618fbb4e597c006ba359f4
parent720b7a058260dfd6ae0fcce956bfe44c18681499
usertools: add --status-dev option to devbind

Script displays status for all device types and output is much
longer than it used to be. This makes harder to read script output.

This patch adds new --status-dev argument to the script to select
a device group to display status.

Supported device groups:
net
crypto
event
mempool

Sample usage:
./usertools/dpdk-devbind.py --status-dev mempool

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
usertools/dpdk-devbind.py