[vpp-dev] Issue while pushing code for gerrit review

2020-06-23 Thread Chinmaya Aggarwal
Hi, I have raised an issue on VPP mailing list ( https://lists.fd.io/g/vpp-dev/topic/74894689 ). I have done the fix for this issue and want to submit the fix for gerrit review. I followed the steps described in

Re: [vpp-dev] test/requirements-3.txt snnoyance

2020-06-23 Thread Paul Vinciguerra
Hi Damjan, My personal solution is 'git-review -X 21208', 'make wipe-test test. HTH, On Tue, Jun 23, 2020 at 12:27 PM Damjan Marion via lists.fd.io wrote: > Folks, > > Every time I run “make test”, i need to deal with modifications in > test/requirements-3.txt > > Even worse, if I do “git

Re: [vpp-dev] Having issues compiling 20.05.1 on Fedora 32

2020-06-23 Thread Burt Silverman
make build works for me on Fedora 32 and VPP master. I did some cleanup first, not elegant but it works for me: rm -rf build-root/* git checkout . make build I think I saw the issue about openssl-devel and compat-openssl10-devel, but somehow I did something that made the compat versions

Re: [vpp-dev] VPP Client C API

2020-06-23 Thread Prashant Gajarampalli
Thanks Mahdi for the pointers. Regards, Prashant On Sun, Jun 21, 2020 at 10:28 PM Mahdi Varasteh wrote: > Hi Prashant, > > I think a good example of VAPI, is the older sweetcomb[1] source code( > i.e. the scvpp part of code[2]). It gives you the needed insight and it's a > good starting point

Re: [vpp-dev] Having issues compiling 20.05.1 on Fedora 32

2020-06-23 Thread carlito nueno
just doing the normal calls does not work: make install-dep make install-ext-deps make build make pkg-rpm So to get it working I read the Makefile and errors and this is what I am doing now: dnf -y update dnf -y groupinstall 'Development Tools' dnf -y install gcc gcc-c++ make dnf -y install

[vpp-dev] test/requirements-3.txt snnoyance

2020-06-23 Thread Damjan Marion via lists.fd.io
Folks, Every time I run “make test”, i need to deal with modifications in test/requirements-3.txt Even worse, if I do “git checkout -f”, i cannot run “make test” anymore until remove build-root/build-test. Any idea how to get a rid of that? $ git diff diff --git a/test/requirements-3.txt

Re: [vpp-dev] ipsec interface revisted.

2020-06-23 Thread Christian Hopps
Hi Neale, It's maybe worth pointing this out: using policy based IPsec continues to work fine for me. What I had and lost is route based IPsec, i.e., a destination interface that directs traffic to an SA *without trying to "partially-implement" the tunnel mode SA functionality*. The new code

Re: [vpp-dev] Sub Interface/VLAN receiving packets directly from the Interface and multi thread approach

2020-06-23 Thread Dave Barach via lists.fd.io
Configure vlan subif(s), and configure L2 mode. Attach your feature code to the L2 input feature arc(s), and enable on the indicated sw_if_index(es): .arc_name = "l2-input-ip4", .arc_name = "l2-input-ip6", .arc_name = "l2-input-nonip", Before you mess around spinning up threads, see if

[vpp-dev] virtio interface can't send packet

2020-06-23 Thread Chan Wai
Dear all, I tried using testpmd(virio-user) <--> (vhost-user)testpmd, this topology works well. these are my test command: sudo ./testpmd -l 0-1 -n 4 --socket-mem 1024,1024 --no-pci --vdev 'eth_vhost0,iface=/tmp/sock0' --file-prefix=host --single-file-segments -- -i sudo ./testpmd -l 6-7 -n 4

Re: [vpp-dev] ipsec interface revisted.

2020-06-23 Thread Neale Ranns via lists.fd.io
Hi Chris, On 22/06/2020 13:09, "Christian Hopps" wrote: > > - It operates directly with the IPsec tunnel mode and transport mode SAs without needing to mangle the internal definition of SA tunnel into transport mode. Do you have any comments on this point? This is what I was

Re: [vpp-dev] Sub Interface/VLAN receiving packets directly from the Interface and multi thread approach

2020-06-23 Thread RaviKiran Veldanda
Hi Team, Any advice or pointer helps us to progress on this issue. //Ravi -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16789): https://lists.fd.io/g/vpp-dev/message/16789 Mute This Topic: https://lists.fd.io/mt/74987897/21656 Group Owner:

[vpp-dev] problem with select of VPP #vpp

2020-06-23 Thread agrinfeld
Hi, We started to work with VCL solution in version 20.05 and we are facing some troubles We are trying to open VCL socket, to accept packets, process them and send the result to a third application We are working with UDP sockets and our sequence is 1. vppcom_app_create() 2.

[vpp-dev] Having issues compiling 20.05.1 on Fedora 32

2020-06-23 Thread carlito nueno
Hi, I am receiving the following error when compiling on fedora 32: compiling using: make install-dep make install-ext-deps make build make pkg-rpm /usr/bin/ld: