Re: [vpp-dev] #vat How can I use vpp_api_test via socket file

2020-04-14 Thread Dave Barach via lists.fd.io
Please try https://gerrit.fd.io/r/c/vpp/+/26505. Bit rot.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#16071): https://lists.fd.io/g/vpp-dev/message/16071
Mute This Topic: https://lists.fd.io/mt/73008683/21656
Mute #vat: https://lists.fd.io/mk?hashtag=vat=1480452
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[vpp-dev] #vat How can I use vpp_api_test via socket file

2020-04-14 Thread wei_sky2008
Hello,

I am trying to connect VPP by vpp_vat_socket via socket file.

However I am not able to connect to VPP via vpp_api_test over the socket file.

Is this expected behavior? How to connect to vpp via vpp_api_test over custom 
socket file?

Thank you.

My startup.conf

unix

{

cli-listen /run/vpp/cli-vpp1.sock

log /tmp/vpe.log
nodaemon

}

api-segment

{

prefix vpp1

}

cpu

{

corelist-workers 2

main-core 1

}

dpdk

{

dev :03:00.0

}

socksvr {

socket-name /run/vpp/api_1.sock

}

I use cmd connect vppvpp_api_test socket-name /run/vpp/api_1.sock chroot 
prefix vpp1
But it can't work,why?
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#16064): https://lists.fd.io/g/vpp-dev/message/16064
Mute This Topic: https://lists.fd.io/mt/73008683/21656
Mute #vat: https://lists.fd.io/mk?hashtag=vat=1480452
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-