[dpdk-dev] [PATCH] usertools: reduce devbind status output

Thomas Monjalon thomas at monjalon.net
Wed Apr 26 15:09:04 CEST 2017


26/04/2017 13:58, Ferruh Yigit:
> 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 reduces output to the script into a device group which can be
> defined with new -t,--type parameter to script.
> 
> Supported types:
> net
> crypto
> mempool
> eventdev
> 
> If no device type provided status will print net devices by default.
> 
> Sample usage:
> ./usertools/dpdk-devbind.py -s -t mempool
[...]
> +    -t, --type:
> +        Select device group to print status.
> +        Device group can be network, crypto, eventdev or mempool.
> +        Type argument can be emitted, by default "network" group used.

s/emitted/omitted/

I think it would be better to default to all types.


More information about the dev mailing list