FW: [vpp-dev] HQoS

2019-05-14 Thread Abeeha Aqeel
Hi Jasvinder, The CMakelist.txt files before and after applying the patch are exactly the same and hqos plugin is already enabled but the CLI commands are still not showing. Below is the screenshot of the CMakelist.text file located at /root/vpp/src/plugins/dpdk: Thank you and best rega

[vpp-dev] FW: networking-vpp 19.04 is now available

2019-05-14 Thread Jerome Tollet via Lists.Fd.Io
FYI. From: "Naveen Joy (najoy)" Date: Tuesday, May 14, 2019 at 2:16 PM To: "openstack-disc...@lists.openstack.org" Subject: networking-vpp 19.04 is now available Hello All, We'd like to invite you all to try out networking-vpp 19.04. As many of you may already know, VPP is a fast user space f

[vpp-dev] xdot hangs when used to view vpp graphviz #vpp #vpp

2019-05-14 Thread bbalaji via Lists.Fd.Io
Any suggestion on what might be causing? bbalaji@bbalaji-vm-1:~/Repos/vpp$ xdot /tmp/vpp.dot ^CTraceback (most recent call last): File "/usr/bin/xdot", line 4, in main() File "/usr/lib/python3/dist-packages/xdot/__main__.py", line 77, in main win.open_file(inputfile) File "/usr/lib/python3/dist-

[vpp-dev] gcc8 now default on all bionic builds x86 and arm

2019-05-14 Thread Ed Kern via Lists.Fd.Io
Just to close the AI from the vpp call this morning I’ve upgraded (and made default) the gcc used for vpp builds to gcc8. Don’t expect any issue and last few builds with the new image has been fine. So hopefully this is just an FYI that folks can happily ignore.. Ed -=-=-=-=-=-=-=-=-=-=-=- L

Re: [vpp-dev] VPP & Mellanox

2019-05-14 Thread Benoit Ganne (bganne) via Lists.Fd.Io
> With testpmd the interfaces are usable. I have tried using the new RDMA > driver, but run into permission issues there.. > vpp# create int rdma host-if enp1s0f1 name rdma-0 > create interface rdma: no RDMA devices available, errno = 13. Is the > ib_uverbs module loaded?: Permission denied > ib_uv

Re: [vpp-dev] VPP & Mellanox

2019-05-14 Thread Eyle Brinkhuis
Hi all, Sorry for the late reply. With testpmd the interfaces are usable. I have tried using the new RDMA driver, but run into permission issues there.. vpp# create int rdma host-if enp1s0f1 name rdma-0 create interface rdma: no RDMA devices available, errno = 13. Is the ib_uverbs module loade

Re: [vpp-dev] Weird Error Number

2019-05-14 Thread Jon Loeliger via Lists.Fd.Io
On Wed, May 8, 2019 at 7:24 AM Ole Troan wrote: > Hi Jon, > > > Can anyone shed some light here? > > I guess the purpose of a positive value is to indicate that you can try > again with the same arguments and get a different response, > as opposed to a negative value. > > I would be in favour of

[vpp-dev] fd.io vpp jenkins queue stuck

2019-05-14 Thread Dave Barach via Lists.Fd.Io
"executor starvation"... Something is seriously wrong... Thanks... Dave -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13023): https://lists.fd.io/g/vpp-dev/message/13023 Mute This Topic: https://lists.fd.io/mt/31619024/21656 Group Owner: vpp-dev+

[vpp-dev] VPP crashes using deterministic CGN

2019-05-14 Thread Uzzam Javed
Hi All,We are using 1901 build in CentOS 7.6 and am facing a crash in VPP while using the CGNAT plugin. When using the deterministic CGN and using NAT {deterministic} option in the startup.conf, VPP crashes when I input the command ‘set interface nat44 in TenGigabitEthernet41/0/0 out TenGigabitEth

[vpp-dev] Install vpp with router plugin

2019-05-14 Thread Mostafa Salari
Hi i successfully tried vpp 1904 stable. Now i want to add Router plugin (router + netlink) from vppsb project, to my vpp 1904. Previously, i was using this guide to install vpp + vppsb But now, the way of building and install

Re: [vpp-dev] Vpp 1904 does not recognize vmxnet3 interfaces

2019-05-14 Thread Mostafa Salari
Got it. Is there a way for me to join to vpp Slack ? It would be greateful On Sun, May 12, 2019 at 8:19 PM Steven Luong (sluong) wrote: > Mostafa, > > > > Vmxnet3 NICs are in the blacklist by default. Please specify the vmxnet3 > pci’s in the dpdk section of the startup.conf. > > > > Steven > >

Re: [vpp-dev] "Odd" file: "build-root/autowank"

2019-05-14 Thread Dave Barach via Lists.Fd.Io
As Ray wrote, these are remnants from a largely deprecated build system dating from around 2000. Feel free to push a patch to remove it. Thanks... Dave -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Christian Hopps Sent: Friday, May 10, 2019 8:43 AM To: vpp-dev@lists.fd.io C

Re: [vpp-dev] "Odd" file: "build-root/autowank"

2019-05-14 Thread Ray Kinsella
Hi Christian, VPP code base is very old in places. Thanks for pointing these out, Ray K On 10/05/2019 13:43, Christian Hopps wrote: > > Hi vpp-dev, > > I just started looking at vpp code for possibly using it in a project, > and while getting things building ran across a file named: "autowank"

[vpp-dev] "Odd" file: "build-root/autowank"

2019-05-14 Thread Christian Hopps
Hi vpp-dev, I just started looking at vpp code for possibly using it in a project, and while getting things building ran across a file named: "autowank". It struck me as an odd name, and when I look inside I find it's filled with "odd" things including: "autowank" "touchmebaby" "vict

Re: [vpp-dev] how to change the name of network in vpp project #vpp

2019-05-14 Thread Damjan Marion via Lists.Fd.Io
Uncommenting those lines may help.. — Damjan > On May 14, 2019, at 2:47 PM, cmh2014011...@gmail.com wrote: > > I want to change the name of name of network interface in > /etc/vpp/startup.conf just like show in the picture, but it does not work . > My system is centos7 and my vpp version is

[vpp-dev] how to change the name of network in vpp project #vpp

2019-05-14 Thread cmh2014011443
I want to change the name of name of network interface in /etc/vpp/startup.conf just like show in the picture, but it does not work . My system is centos7 and my vpp version is 19.08-rc0. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13015): http

Re: [vpp-dev] rdma driver

2019-05-14 Thread Benoit Ganne (bganne) via Lists.Fd.Io
Thanks Damjan for pinpointing the issue. By the way, we also packaged DPDK, quickly, picotls etc. headers in vpp-dev. A simple fix could be https://gerrit.fd.io/r/c/19561/ Please confirm if it fixes the issue and is ok. Also, I am not familiar with the bugfix process for stable branches. The patc