Re: [**EXTERNAL**] Re: [vpp-dev] Synchronous VPP-client over SHM

2018-07-31 Thread Ole Troan
s instead. Cheers, Ole > > Thanks, > Leela sankar > > From: on behalf of Ole Troan > Date: Monday, July 30, 2018 at 3:24 PM > To: Leela Gudimetla > Cc: "vpp-dev@lists.fd.io" > Subject: [**EXTERNAL**] Re: [vpp-dev] Synchronous VPP-client over SHM > &g

Re: [**EXTERNAL**] Re: [vpp-dev] Synchronous VPP-client over SHM

2018-07-31 Thread Gudimetla, Leela Sankar
: "vpp-dev@lists.fd.io" Subject: [**EXTERNAL**] Re: [vpp-dev] Synchronous VPP-client over SHM Hi, You can run synchronously, but then you need to find a way to deal with asynchronous events. Like the want_ apis. src/vpp-api/client has a knob to choose if you want the rx thread or not.