To make it easier to run the io-proxy, add a startup command line example to configure by default 4 sockets on two ports.
Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> --- app/io-proxy/dpdk-io-proxy.cmds | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/io-proxy/dpdk-io-proxy.cmds diff --git a/app/io-proxy/dpdk-io-proxy.cmds b/app/io-proxy/dpdk-io-proxy.cmds new file mode 100644 index 0000000000..515d598079 --- /dev/null +++ b/app/io-proxy/dpdk-io-proxy.cmds @@ -0,0 +1,6 @@ +add socket /tmp/socket_0_0/sock 2G 0 0 +add socket /tmp/socket_0_1/sock 2G 0 1 +add socket /tmp/socket_1_0/sock 2G 1 0 +add socket /tmp/socket_1_1/sock 2G 1 1 +list ports +list sockets -- 2.39.2