ured as "x86_64-redhat-linux-gnu".
>>>> Type "show configuration" for configuration details.
>>>> For bug reporting instructions, please see:
>>>> <http://www.gnu.org/software/gdb/bugs/>.
>>>> Find the GDB manual and other doc
0x77827387 in raise () from /lib64/libc.so.6
>>> (gdb) bt
>>> #0 0x00007ffff7827387 in raise () from /lib64/libc.so.6
>>> #1 0x00007ffff7828a78 in abort () from /lib64/libc.so.6
>>> #2 0x778201a6 in __assert_fail_base () from /lib64/libc.so.
t@8f57181df3a1 vpp_c_api_examples]# cat /etc/vpp/startup.conf
>> unix {
>> #nodaemon
>> #interactive
>> log /var/log/vpp/vpp.log
>> cli-listen /run/vpp/cli.sock
>> gid vpp
>> #exec /etc/ipsec-setup.txt
>> }
>>
>> cp
g-level info
> }
> [root@8f57181df3a1 vpp_c_api_examples]#
> I
> Is there some setting i need to do in the startup.conf ?
>
> Please suggest a way to fix this assert.
>
> Thanks,
> Regards
> Venu
>
> On Thu, 30 Sept 2021 at 21:08, Benoit Ganne (bganne)
site (the C linker scan libraries
> symbols in reverse order, so symbols declared in a library are available to
> libraries listed *before*).
>
> Best
> ben
>
> > -Original Message-
> > From: vpp-dev@lists.fd.io On Behalf Of Venumadhav
> > Josyula
> > S
oot@8f57181df3a1 /]# cat /etc/redhat-release
> > CentOS Linux release 7.3.1611 (Core)
> > [root@8f57181df3a1 /]#
> >
> > > Eg. use devtoolset-9 (gcc-9).
> >
> > How do I use it ?
> >
> > Thanks,
> > Regards,
> > Venu
> >
>
> How do I use it ?
>
> Thanks,
> Regards,
> Venu
>
> On Thu, 30 Sept 2021 at 18:47, Benoit Ganne (bganne) wrote:
> You should upgrade your compiler... GCC-4 is way too old.
> Eg. use devtoolset-9 (gcc-9).
>
> Best
> ben
>
> > -Ori
> ; RaviKiran Veldanda ; vpp-
> dev
> Subject: Re: [vpp-dev] VPP Socket API how to use from the application
> #socket-api #vpp #sock-api
>
> Hi Akash,
>
> Thansks, now after devtoolset,
>
>
> @Benoit Ganne (bganne) <mailto:bga...@cisco.com> , @Ole Troan
>
ly.
>>>>>
>>>>> I have docker with following
>>>>> [root@8f57181df3a1 vpp_c_api_examples]# rpm -qa | grep vpp
>>>>> vpp-lib-21.06.0-4~g0d9d3a0.x86_64
>>>>> vpp-api-lua-21.06.0-4~g0d9d3a0.x86_64
>>&g
-debuginfo-21.06.0-4~g0d9d3a0.x86_64
>>>> vpp-selinux-policy-21.06.0-4~g0d9d3a0.x86_64
>>>> vpp-21.06.0-4~g0d9d3a0.x86_64
>>>> vpp-plugins-21.06.0-4~g0d9d3a0.x86_64
>>>> vpp-devel-21.06.0-4~g0d9d3a0.x86_64
>>>>
>>>> This will vpp run
release
>>> CentOS Linux release 7.3.1611 (Core)
>>> [root@8f57181df3a1 /]#
>>>
>>> > Eg. use devtoolset-9 (gcc-9).
>>>
>>> How do I use it ?
>>>
>>> Thanks,
>>> Regards,
>>> Venu
>>>
>>> On
47, Benoit Ganne (bganne)
>> wrote:
>>
>>> You should upgrade your compiler... GCC-4 is way too old.
>>> Eg. use devtoolset-9 (gcc-9).
>>>
>>> Best
>>> ben
>>>
>>> > -Original Message-
>>> > From: vpp-d
> -Original Message-
>> > From: vpp-dev@lists.fd.io On Behalf Of Venumadhav
>> > Josyula
>> > Sent: jeudi 30 septembre 2021 14:49
>> > To: otr...@employees.org
>> > Cc: RaviKiran Veldanda ; vpp-dev > > d...@lists.fd.io>
>> > Sub
ts.fd.io On Behalf Of Venumadhav
> > Josyula
> > Sent: jeudi 30 septembre 2021 14:49
> > To: otr...@employees.org
> > Cc: RaviKiran Veldanda ; vpp-dev > d...@lists.fd.io>
> > Subject: Re: [vpp-dev] VPP Socket API how to use from the application
> > #so
danda ; vpp-dev d...@lists.fd.io>
> Subject: Re: [vpp-dev] VPP Socket API how to use from the application
> #socket-api #vpp #sock-api
>
> Hi Ole / Others,
>
>
>
> Thanks for your email, i getting following compilation error
> [root@8f57181df3a1 vp
Hi Ole / Others,
Thanks for your email, i getting following compilation error
[root@8f57181df3a1 vpp_c_api_examples]#* gcc vpp_api_client_test3.c -o
vpp_api_client_test3.o -lvlibmemoryclient -lsvm -lvppinfra -lvlib*
In file included from /usr/include/vppinfra/error.h:41:0,
from /u
Hi Venu,
> Any examples for VAPI shared to use binary APIs ?
Try this for a start:
https://git.fd.io/vpp/tree/src/vpp-api/vapi/vapi_c_test.c
Cheers,
Ole
signature.asc
Description: Message signed with OpenPGP
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Rep
Hi Ole,
Any examples for VAPI shared to use binary APIs ?
Thanks,
Regards,
Venu
On Thu, 23 Sept 2021 at 00:26, Ole Troan wrote:
> Ravi,
>
> The VPP binary API supports two transports. Shared memory and unix domain
> sockets.
> VAPI is the C language binding for the binary API. I think it only
Ravi,
> Thanks for your response, I have a question on other language,
> So we don't have any SOCKET API support for C/C++?
> The socket API support is possible with go/python right?
Yes, contributions to VAPI for socket transport is of course welcome!
Best regards,
Ole
signature.asc
Descripti
Hi Ole,
Thanks for your response, I have a question on other language,
So we don't have any SOCKET API support for C/C++?
The socket API support is possible with go/python right?
//Ravi
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#20186): https://
Ravi,
The VPP binary API supports two transports. Shared memory and unix domain
sockets.
VAPI is the C language binding for the binary API. I think it only supports
shared memory now.
Other language bindings support both or only sockets.
Cheers,
Ole
> On 22 Sep 2021, at 20:31, RaviKiran Vel
Hi Experts,
I was trying to find out how to use socket-api instead of "VAPI" based API.
Can you please provide how to use socket-api any pointer will be a great help.
//Ravi
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#20184): https://lists.fd.io/
22 matches
Mail list logo