Re: [vpp-dev] name filter fix in 1908

2020-07-02 Thread Christian Hopps
https://gerrit.fd.io/r/c/vpp/+/27761 > On Jun 30, 2020, at 11:23 AM, Andrew Yourtchenko wrote: > > Hi Christian, > > Ok so given it’s a fix, feel free to cherry-pick into 19.08 without the API > version change, I will merge it. > > --a > >> On 30 Jun 2020, at 15:52, Ole Troan wrote: >> >>

[vpp-dev] NAT port number selection problem, leads to wrong thread index for some sessions

2020-07-02 Thread Elias Rudberg
Hello VPP experts, There seems to be a problem with the way port number is selected for NAT: sometimes the selected port number leads to a different thread index being selected for out2in packets, making that session useless. This applies to the current master branch as well as the latest stable b

Re: [vpp-dev] Vectors/node and packet size

2020-07-02 Thread Jeremy Brown via lists.fd.io
VPP is restarted before each run, all test runs are the same duration. There is no dead air time. Sent from Mail for Windows 10 From: Dave Barach (dbarach) Sent: Wednesday, July 1, 2020 9:52 AM To: bjerem...@yahoo.com; vpp-dev@lists.fd.io; Dany Gregoire Subject: RE: [vpp-dev] Vectors/node and pa

[vpp-dev] detailed procedure to run built in server echo application

2020-07-02 Thread sadhanakesavan
Hi, I am trying to run builtin vpp hoststack config :- -bash-4.2$ sudo /auto/home.nas04/skesavan/vpp/build-root/install-vpp_debug-native/vpp/bin/vpp -c /etc/vpp/startup.conf -bash-4.2$ sudo /auto/home.nas04/skesavan/vpp/build-root/install-vpp_debug-native/vpp/bin/vppctl -s /run/vpp/cli.sock s

Re: [vpp-dev] vpp crashes when running "ip punt redirect rx via "

2020-07-02 Thread Chuan Han via lists.fd.io
Thanks. The fix works. On Thu, Jul 2, 2020 at 2:01 AM Mohsin Kazmi (sykazmi) wrote: > Hi Chuan, > > > > Please find the following fix for it. > > > > https://gerrit.fd.io/r/c/vpp/+/27760 > > > > It seems that order is issue. > > > > -br > > Mohsin > > > > *From: * on behalf of "Chuan Han via li

Re: [vpp-dev] Userspace tcp between two vms using vhost user interface?

2020-07-02 Thread steven luong via lists.fd.io
Inline. From: on behalf of "sadhanakesa...@gmail.com" Date: Thursday, July 2, 2020 at 9:55 AM To: "vpp-dev@lists.fd.io" Subject: [vpp-dev] Userspace tcp between two vms using vhost user interface? Hi, there seems like lot of ways to setup userspace tcp with vpp, hoststack , with and without

[vpp-dev] Userspace tcp between two vms using vhost user interface?

2020-07-02 Thread sadhanakesavan
Hi, there seems like lot of ways to setup userspace tcp with vpp, hoststack , with and without mtcp mode. int he following link, 1. https://wiki.fd.io/view/VPP/Use_VPP_to_connect_VMs_Using_Vhost-User_Interface - is this using userspace tcp ? are the iips configured here local? I understood from

Re: [vpp-dev] unable to run vpp_echo server : how to add logs in src directory and make incrementally

2020-07-02 Thread sadhanakesavan
thank you benoit. Also i just understood that hoststack built in echo works different from external echo app, so i tried this on the same vm session - (does built-in mean using client and server in same vm session? also built in echo does not support the use-svm-api option , still gave a shot):

Re: [vpp-dev] p2p interfaces and clib_bihash_init (and oom)

2020-07-02 Thread Dave Barach via lists.fd.io
Which vpp version are you using? The code looks substantially different in master/latest. In particular, you must not have this patch...: Author: Neale Ranns 2020-05-25 05:09:36 Committer: Ole Trøan 2020-05-26 10:54:23 Parent: 080aa503b23a90ed43d7c0b2bc68e2726190a990 (vcl: do not propagate e

[vpp-dev] p2p interfaces and clib_bihash_init (and oom)

2020-07-02 Thread Stanislav Zaikin
Hello folks, I've tried to set up vpp to handle many pppoe connections. But I faced OOM issue: #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 #1 0x767b3899 in __GI_abort () at abort.c:79 #2 0xcef2 in os_panic () at /home/zstas/vpp_gerrit/src/vpp/vn

[vpp-dev] Strongswan VPP integration.

2020-07-02 Thread Christian Hopps
Hi folks, I adapted some github public changes made a couple years back for VPP 18.04 to finish them off and bring them to 19.08 (20.01, 20.05). However, in order to contribute these back to Strongswan they would like an MIT license. There was no license on the new files in github, however, the

Re: [vpp-dev] unable to run vpp_echo server : how to add logs in src directory and make incrementally

2020-07-02 Thread Benoit Ganne (bganne) via lists.fd.io
> I am able to do make build in my centos 7 vm for vpp but it takes close to > 30 minutes for the entire thing to finish. I am trying to execute the > following after bringing up vpp, but not sure why my server is not up. > how do i incrementally make by just changing one file to add debug logs , >

Re: [vpp-dev] failed to init shmem: tcp_echo server not working

2020-07-02 Thread Florin Coras
You’re binding and connecting to different IPs: bind: vpp_echo socket-name /var/run/vpp.sock server uri tcp://172.16.1.1/1234 use-svm-api chroot prefix vpp1 connect: test echo client uri tcp://122.16.1.1/24 Moreover, you’re also mixing external echo app (bind) with the builtin one (connect).

[vpp-dev] unable to run vpp_echo server : how to add logs in src directory and make incrementally

2020-07-02 Thread sadhanakesavan
Hi everyone, I am able to do make build in my centos 7 vm for vpp but it takes close to 30 minutes for the entire thing to finish. I am trying to execute the following after bringing up vpp, but not sure why my server is not up. how do i incrementally make by just changing one file to add debug l

Re: [vpp-dev] Can one memif have multiple sockets

2020-07-02 Thread Mrityunjay Kumar
No! Currently vpp does not support if my code understanding is correct. Can you share me, why you need this? Can't you achieve this by others ways. ??? /MJ On Thu, 2 Jul 2020, 02:17 RaviKiran Veldanda, wrote: > Hi Team, > I realized that memif and corresponding sockets are tightly coupled. > M

Re: [vpp-dev] vpp crashes when running "ip punt redirect rx via "

2020-07-02 Thread Mohsin Kazmi via lists.fd.io
Hi Chuan, Please find the following fix for it. https://gerrit.fd.io/r/c/vpp/+/27760 It seems that order is issue. -br Mohsin From: on behalf of "Chuan Han via lists.fd.io" Reply-To: "chuan...@google.com" Date: Thursday, July 2, 2020 at 12:57 AM To: vpp-dev Subject: [vpp-dev] vpp crashes