Skip to content
Commit 6a6a8a9f authored by Enjia Mai's avatar Enjia Mai Committed by Martí Bolívar
Browse files

soc: xtensa: cavstool server support specifying the port and iface



Make the cavstool service can start with specifying the port
optionally by:

   cavstool.py -s {host}:{log port} --req-port {req port}
OR
   cavstool.py -s {host} --log-port {log port} --req-port {req port}

And we can also specify the network interface instead:

   cavstool.py -i {network iface}

If the server address or the network interface is not specified,
it will use INADDR_ANY by default.

Signed-off-by: default avatarEnjia Mai <enjia.mai@intel.com>
parent e33fd735
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment