Re: [vpp-dev] Python API fails to connect to vpp #vapi #vpp_papi #vpp

2021-08-11 Thread Ole Troan
Hyong, > Thanks for the info, and using 'use_socket=True' did solve the issue > ('VPPApiClient' was already in use as it was imported as 'VPP' in my code). > Out of curiosity, why is the python shared memory transport deprecated? 1) there was no performance gain using shared memory over UDS in

Re: [vpp-dev] Python API fails to connect to vpp #vapi #vpp_papi #vpp

2021-08-10 Thread hyongsop
Hi Ole, Thanks for the info, and using 'use_socket=True' did solve the issue ('VPPApiClient' was already in use as it was imported as 'VPP' in my code).  Out of curiosity, why is the python shared memory transport deprecated? Thanks again, --Hyong -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [vpp-dev] Python API fails to connect to vpp #vapi #vpp_papi #vpp

2021-08-10 Thread Ole Troan
> I have a python script that uses 'vpp_papi' to try to connect to the 'vpp' > running on the local host. It's based on my reading of the source code in > 'src/vpp-api/python/vpp_papi'. One problem I'm running into is that the > client fails to connect to the vpp with the error message: > > p

[vpp-dev] Python API fails to connect to vpp #vapi #vpp_papi #vpp

2021-08-09 Thread hyongsop
Hi, I have a python script that uses 'vpp_papi' to try to connect to the 'vpp' running on the local host.  It's based on my reading of the source code in 'src/vpp-api/python/vpp_papi'.  One problem I'm running into is that the client fails to connect to the vpp with the error message: > > >