[vpp-dev] vppctl issue

2018-11-07 Thread Kevin Yan
Hello, Does anyone met below errors when using vppctl and what is the possible reason? clib_socket_init: connect (fd 3, '/run/vpp/cli.sock'): Connection refused BTW, I changed a little vpp code but I suppose it doesn't not related to this issue and VPP itself is started without any prob

Re: [vpp-dev] vppctl issue

2018-11-07 Thread alp . arslan
Check if VPP is running properly, "service vpp status" if its installed using the binaries. It normally occurs when the VPP service is not running. From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Kevin Yan Sent: Wednesday, November 7, 2018 2:10 PM To: vpp-dev@lists.fd.io Su

Re: [vpp-dev] inet raw socket

2018-11-07 Thread saint_sun 孙 via Lists . Fd . Io
I am confused, your suggestion is that I can use  The API interface? 可用于iOS的myMail发送 2018年11月7日 星期三 +0800 15:49 发件人 Ole Troan : >> <81.gif>thanks very much! And I have another question: does VPP support >> INET RAW socket, I find the UDP and TCP socket except the raw socket. > >No, but yo

Re: [vpp-dev] inet raw socket

2018-11-07 Thread Ole Troan
> I am confused, your suggestion is that I can use > The API interface? No. What I said was that you were writing a graph node, you have direct access to the frames. Instead of playing hide and seak. Could you tell us what you are trying to do? What problem are you trying to solve? Ole > >

Re: [vpp-dev] vppctl issue

2018-11-07 Thread Dave Barach via Lists.Fd.Io
+1. If the vpp service is running - and you're using the distributed version of /etc/vpp/startup.conf - you'll see this stanza: api-segment { gid vpp } Make sure that the user running vppctl is either in the vpp group, or is root. HTH... Dave From: vpp-dev@lists.fd.io On Behalf Of alp.ars

[vpp-dev] Can program have more than 1 VAPI connection?

2018-11-07 Thread wangchuan...@163.com
Hi all, Can i create more than 1 connection using vapi_connect in my program ? ctx was defined at .so (more than 1) wangchuan...@163.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11139): https://lists.fd.io/g/vpp-dev/message/11139 Mute

Re: [vpp-dev] Can program have more than 1 VAPI connection?

2018-11-07 Thread Klement Sekera via Lists.Fd.Io
Hi, sadly, no, because the underlying low-level library uses global variables. Regards, Klement Quoting wangchuan...@163.com (2018-11-07 13:52:39) >Hi all, >    Can i create more than 1 connection using vapi_connect in my program ? >ctx was defined at .so (more than 1)  > >-

Re: [vpp-dev] inet raw socket

2018-11-07 Thread saint_sun 孙 via Lists . Fd . Io
Some protocols or functions need inet raw socket to transmit and receive packets such as ping/vrrp/pim, and I want to debug these functions. 可用于iOS的myMail发送 2018年11月7日 星期三 +0800 19:40 发件人 Ole Troan : >> I am confused, your suggestion is that I can use >> The API interface? > >No. What I sa

[vpp-dev] VPP unit test failures (l2fib, ip4 reassemble) on environments other than x86 Ubuntu 1804

2018-11-07 Thread Juraj Linkeš
Hi vpp-devs, There are some failures in unit tests that have cropped up in master on ARM: *https://jira.fd.io/browse/VPP-1475 *https://jira.fd.io/browse/VPP-1476 I tried Ubuntu1604 and 1804 on ARM and the issues are reproducible on both. I've noticed that we switched testing fr

Re: [vpp-dev] Faulty java version check for JVPP GEN

2018-11-07 Thread Juraj Linkeš
There's actually a JIRA ticket opened for this, so it seems I'm not the only one who's looking for a solution: https://jira.fd.io/browse/VPP-1477 Juraj From: Juraj Linkeš [mailto:juraj.lin...@pantheon.tech] Sent: Monday, November 5, 2018 5:36 PM To: vpp-dev Cc: sirshak@arm.com Subject: [vpp

Re: [**EXTERNAL**] [vpp-dev] TAP v1/v2 API questions

2018-11-07 Thread Coulson, Ken
Our normal pattern for forwarding plane entities is create/modify/delete, the TAP v1 API fit nicely with that. The desire is to support changing the interface after it's created without deleting and re-creating to avoid as much potential traffic disruption as possible. An example is MTU (which n

Re: [vpp-dev] #vpp sctp echo test crash

2018-11-07 Thread Yao, Chengqiang
Hi Macro, I use following CLI command to setup SCTP server, but VPP crashed. While this command works for TCP/UDP. Can you tell me the correct cli commands to run echo test for SCTP? vpp# set int ip address FortyGigabitEthernet18/0/1 192.168.60.73/24 vpp# set int state FortyGigabitEthernet18/

Re: [**EXTERNAL**] [vpp-dev] TAP v1/v2 API questions

2018-11-07 Thread Damjan Marion via Lists.Fd.Io
-- Damjan > On 7 Nov 2018, at 16:01, Coulson, Ken wrote: > > Our normal pattern for forwarding plane entities is create/modify/delete, the > TAP v1 API fit nicely with that. > The desire is to support changing the interface after it's created without > deleting and re-creating to avoid as mu

[vpp-dev] Published: FD.io CSIT-18.10 Open-Source Benchmarking Report

2018-11-07 Thread Maciek Konstantynowicz (mkonstan) via Lists.Fd.Io
Hi All, FD.io CSIT-18.10.W45 report has been published on FD.io docs site: html: https://docs.fd.io/csit/rls1810/report/ pdf: https://docs.fd.io/csit/rls1810/report/_static/archive/csit_rls1810.pdf Many thanks to All in CSIT and FD.io community who contributed, worked very hard to make CSIT-18

Re: [**EXTERNAL**] [vpp-dev] TAP v1/v2 API questions

2018-11-07 Thread Coulson, Ken
Latest comments inline in yellow below. From: Damjan Marion Date: Wednesday, November 7, 2018 at 7:34 AM To: "Coulson, Ken" Cc: "vpp-dev@lists.fd.io" Subject: Re: [**EXTERNAL**] [vpp-dev] TAP v1/v2 API questions -- Damjan On 7 Nov 2018, at 16:01, Coulson, Ken mailto:kcoul...@ciena.com>> w

Re: [**EXTERNAL**] [vpp-dev] TAP v1/v2 API questions

2018-11-07 Thread Damjan Marion via Lists.Fd.Io
-- Damjan > On 7 Nov 2018, at 19:36, Coulson, Ken wrote: > > Latest comments inline in yellow below. > > > From: Damjan Marion mailto:dmar...@me.com>> > Date: Wednesday, November 7, 2018 at 7:34 AM > To: "Coulson, Ken" mailto:kcoul...@ciena.com>> > Cc: "vpp-dev@lists.fd.io

Re: [vpp-dev] inet raw socket

2018-11-07 Thread Ole Troan
> Some protocols or functions need inet raw socket to transmit and receive > packets such as ping/vrrp/pim, and I want to debug these functions. You are still leaving me guessing at what you are trying to do. You can implement these inside of VPP, where you obviously don’t need or use a socket

Re: [vpp-dev] [tsc] Project Proposal for Sweetcomb

2018-11-07 Thread Ni, Hongjun
Welcome Cisco to join Sweetcomb project! https://wiki.fd.io/view/Project_Proposals/Sweetcomb Thanks a lot, Hongjun From: t...@lists.fd.io [mailto:t...@lists.fd.io] On Behalf Of Ni, Hongjun Sent: Thursday, November 1, 2018 8:40 AM To: Ni, Hongjun ; Edward Warnicke Cc: t...@lists.fd.io; vpp-dev@