Re: [vpp-dev] vpp 19.08 failed to load in CENTOS 7

2020-04-06 Thread amitmulayoff
Thanks for the replay i edited the qustion , it is not working with uio and iommu is enabled so i need to work with vfio-pci -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16019): https://lists.fd.io/g/vpp-dev/message/16019 Mute This Topic: https:/

Re: [vpp-dev] vpp 20.01 not properly handle ipv6 router advertisement and neighbor advertisement #vnet #vpp

2020-04-06 Thread guojx1998
Would anyone please confirm the issue on neighbor advertisement with vpp 20.01? the missing router bit. Thanks in advance! -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16018): https://lists.fd.io/g/vpp-dev/message/16018 Mute This Topic: https://

Re: [vpp-dev] n_vectors...

2020-04-06 Thread Burt Silverman
I had to go through slowly and take lots of Dramamine to get my head to stop spinning while I read through everything. I agree -- referring to a frame as a vector when it is not a vector in the sense of the infrastructure vector makes something relatively straightforward into something unnecessaril

Re: [vpp-dev] n_vectors...

2020-04-06 Thread Elias Rudberg
Hi Burt, Thanks, but then I think you mean the vectors as in src/vppinfra/vec.h but the discussion here was about how the name "n_vectors" is used in for example src/vlib/node.h and such places. It's a different thing. If we have a situation like this, now first described using a picture without

Re: [vpp-dev] Jobs are failing due to inspect.py

2020-04-06 Thread Andrew Yourtchenko
(“su -l ubuntu“ rather than “si -l ubuntu”, obviously). --a > On 6 Apr 2020, at 18:21, Andrew 👽 Yourtchenko wrote: > > Paul, > > It’s still perfectly reproducible in a fresh LXD container for me. > > lxc launch ubuntu:18.04 vpptest > lxc exec vpptest — si -l ubuntu > # now we are a user “ub

Re: [vpp-dev] Jobs are failing due to inspect.py

2020-04-06 Thread Andrew Yourtchenko
Paul, It’s still perfectly reproducible in a fresh LXD container for me. lxc launch ubuntu:18.04 vpptest lxc exec vpptest — si -l ubuntu # now we are a user “ubuntu” inside the container sudo apt-get update sudo apt-get upgrade git clone https://git.fd.io/vpp cd vpp # go to version before the

Re: [vpp-dev] Jobs are failing due to inspect.py

2020-04-06 Thread steven luong via lists.fd.io
Dear Andrew, I confirm that master has been rescued and reverted from “lockdown” back to “normal”. Please proceed the “disinfection process” on 19.08 and 20.01 if you will. Steven From: Andrew 👽 Yourtchenko Date: Monday, April 6, 2020 at 8:09 AM To: "Steven Luong (sluong)" Cc: "vpp-dev@lists

Re: [vpp-dev] Jobs are failing due to inspect.py

2020-04-06 Thread Paul Vinciguerra
Thanks, But that only tells me where the traceback was written, I'm looking for the contents of that file. Paul On Mon, Apr 6, 2020 at 11:43 AM Steven Luong (sluong) wrote: > master > > *https://jenkins.fd.io/job/vpp-make-test-docs-verify-master/19049/console >

Re: [vpp-dev] Jobs are failing due to inspect.py

2020-04-06 Thread steven luong via lists.fd.io
master https://jenkins.fd.io/job/vpp-make-test-docs-verify-master/19049/console 20.01 https://jenkins.fd.io/job/vpp-make-test-docs-verify-2001/61/console Steven From: Paul Vinciguerra Date: Monday, April 6, 2020 at 8:35 AM To: Paul Vinciguerra Cc: "Steven Luong (sluong)" , "vpp-dev@lists.fd.io

Re: [vpp-dev] Jobs are failing due to inspect.py

2020-04-06 Thread Paul Vinciguerra
I have not been able to reproduce the problem from a fresh ubuntu 18.04 container and for me, the build succeeds. build succeeded, 240 warnings. The HTML pages are in ../../build-root/build-test/doc/html. make[2]: Leaving directory '/vpp/test/doc' If someone can send me the error log: The full tra

Re: [vpp-dev] n_vectors...

2020-04-06 Thread Burt Silverman
>If you imagine yourself in the position of someone who is a newcomer >starting to use and learn about VPP. Perhaps someone with an >engineering background who has an understanding of the "vector" concept >from linear algebra courses and so on. Speaking as someone who knows very little about the

Re: [vpp-dev] Jobs are failing due to inspect.py

2020-04-06 Thread Paul Vinciguerra
Andrew submitted a changeset that backs out the updated Sphinx package. I am building the target 'test-doc' to try to learn the root cause. On Mon, Apr 6, 2020 at 11:03 AM steven luong via lists.fd.io wrote: > Folks, > > > > It looks like jobs for all branches, 19.08, 20.01, and master, are fai

Re: [vpp-dev] Jobs are failing due to inspect.py

2020-04-06 Thread Andrew Yourtchenko
Correction: just the *rebase* on master should be fine since it by itself will trigger a recheck. --a > On 6 Apr 2020, at 17:09, Andrew 👽 Yourtchenko wrote: > > Sphinx upgraded itself last night under the hood to a (crashing) version > 3.0.0 from 2.4.4. > > I made a pin on master, so the ma

Re: [vpp-dev] Jobs are failing due to inspect.py

2020-04-06 Thread Andrew Yourtchenko
Sphinx upgraded itself last night under the hood to a (crashing) version 3.0.0 from 2.4.4. I made a pin on master, so the master should be ok now - rebase and recheck please, and let me know if it works! Will do the same on the other two branches later today if we are all happy about the fix o

Re: [vpp-dev] vpp 19.08 failed to load in CENTOS 7

2020-04-06 Thread Benoit Ganne (bganne) via lists.fd.io
Hi, As it is working with uio but not vfio, are you sure IOMMU is enabled? You can try the following before running VPP: ~# echo 1 | sudo tee /sys/module/vfio/parameters/enable_unsafe_noiommu_mode Ben > -Original Message- > From: vpp-dev@lists.fd.io On Behalf Of > amitmulay...@gmail.com

[vpp-dev] Jobs are failing due to inspect.py

2020-04-06 Thread steven luong via lists.fd.io
Folks, It looks like jobs for all branches, 19.08, 20.01, and master, are failing due to this inspect.py error. Could somebody who is familiar with the issue please take a look at it? 18:59:12 Exception occurred: 18:59:12 File "/usr/lib/python3.6/inspect.py", line 516, in unwrap 18:59:12

Re: [vpp-dev] VPP nat ipfix logging problem, need to use thread-specific vlib_main_t?

2020-04-06 Thread Paul Vinciguerra
Thanks Dave, Neale. This is great information. On Mon, Apr 6, 2020 at 6:14 AM Neale Ranns (nranns) wrote: > > > In the test harness you can inject onto a given worker, e.g. see > IpsecTun6HandoffTests. > > > > /neale > > > > *From: * on behalf of Paul Vinciguerra < > pvi...@vinciconsulting.com>

[vpp-dev] Coverity run FAILED as of 2020-04-06 14:00:24 UTC

2020-04-06 Thread Noreply Jenkins
Coverity run failed today. Current number of outstanding issues are 5 Newly detected: 0 Eliminated: 0 More details can be found at https://scan.coverity.com/projects/fd-io-vpp/view_defects -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16002): ht

[vpp-dev] vpp 19.08 failed to load in CENTOS 7

2020-04-06 Thread amitmulayoff
[Edited Message Follows] Hi all im using vpp version 19.08 , with centos 7 kernel 4.4 when i want to use vfio-pci drive  i get error allocating rte services array EAL: FATAL: rte_service_init() failed and vpp faild to load  , i want to use vfio-pci becouse im working on I7 cpu with iommu. the vf

Re: [vpp-dev] [csit-report] Regressions as of 2020-04-03 14:00:14 UTC #email

2020-04-06 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via lists.fd.io
> 100ge2p1cx556a-rdma No VPP code change. Up to now, RDMA tests were suffering from "duration stretching". That is a phenomenon where TRex takes longer to send the required number of packets, so device under tests experiences smaller offered load and MRR value is inflated. We have suppressed the p

[vpp-dev] vpp 19.08 failed to load in CENTOS 7

2020-04-06 Thread amitmulayoff
[Edited Message Follows] Hi all im using vpp version 19.08 , with centos 7 kernel 4.4 when i want to use vfio-pci drive  i get error allocating rte services array EAL: FATAL: rte_service_init() failed and vpp faild to load but if i use uio_pci_generic then vpp is ok , i want to use vfio-pci beco

Re: [vpp-dev] n_vectors...

2020-04-06 Thread Elias Rudberg
Hi Dave, Thanks for your answer, I understand that there are many difficulties and problems with renaming things in existing code which I did not realize before. > P.S. mapping "n_vectors" to whatever it means to you seems like a > pretty minimal entry barrier. It's not like the code is inconsist

[vpp-dev] CSIT - AVF interface create crash [VPP-1858]

2020-04-06 Thread Peter Mikus via lists.fd.io
Hello vpp-dev, We found issues running CSIT AVF tests. I opened VPP-1858 for tracking. In case of any questions please contact @csit-dev. Thank you. Peter Mikus Engineer – Software Cisco Systems Limited -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Onli

Re: [vpp-dev] no TX on af-packet interface, was: ARP answers on wrong interface?

2020-04-06 Thread Benoit Ganne (bganne) via lists.fd.io
Hi Andreas, > The setup this happens on has not been changed, except for VPP and kernel > upgrades. I can't say which upgrade did trigger this problem, but it feels > like a kernel version thing at the moment (5.0, 5.3 and 5.6 tested, all > exhibit this, 4.x might not - need to retest). Note that

Re: [vpp-dev] VPP nat ipfix logging problem, need to use thread-specific vlib_main_t?

2020-04-06 Thread Neale Ranns via lists.fd.io
In the test harness you can inject onto a given worker, e.g. see IpsecTun6HandoffTests. /neale From: on behalf of Paul Vinciguerra Date: Sunday 5 April 2020 at 17:24 To: "Dave Barach (dbarach)" Cc: Elias Rudberg , "vpp-dev@lists.fd.io" Subject: Re: [vpp-dev] VPP nat ipfix logging problem,

[vpp-dev] vpp 19.08 failed to load in CENTOS 7

2020-04-06 Thread amitmulayoff
Hi all im using vpp version 19.08 , with centos 7 kernel 4.4 when i want to use vfio-pci drive  i get error allocating rte services array EAL: FATAL: rte_service_init() failed and vpp faild to load but if i use uio_pci_generic then vpp is ok , i want to use vfio-pci becouse im working on I7 cpu w

Re: [vpp-dev] status of AF_XDP VPP plugin?

2020-04-06 Thread Andreas Schultz
Am Mo., 6. Apr. 2020 um 09:11 Uhr schrieb Július Milan : > Hi Andreas > > > > I believe you mean this one: > > https://gerrit.fd.io/r/#/c/vpp/+/21606/ > Yes, sorry, got the wrong link > Unfortunately no, I was moved to other project in work, but considering to > finish it on my own. > > > > The