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

2020-03-04 Thread Noreply Jenkins
Coverity run failed today. Current number of outstanding issues are 3 Newly detected: 0 Eliminated: 1 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 (#15681): ht

Re: [vpp-dev] Can i increase the size of vlib buffer opaque2

2020-03-04 Thread Dave Barach via Lists.Fd.Io
There is no chance that such a patch would be merged on my watch. Please allocate your use-case-specific metadata from a pool, and carry the metadata pool index in opaque2 (or opaque, if you can swing it). Bloating the vlib_buffer_t to carry use-case-specific metadata is a non-starter. Dave Fr

[vpp-dev] Ip6 nd not working

2020-03-04 Thread Alberto Compagno via Lists.Fd.Io
Hi, I’m experiencing problem with the nd protocol. I have two nodes, on each of them I have a vf and the underlying pf are directly connected through a physical link. In node 1, networking is handled by the kernel. In node 2, vpp 20.01 takes care of it. On both nodes I have configured an ipv6 ad

Re: [vpp-dev] Can I submit some API changes for 19.08, et al. release branches?

2020-03-04 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
>> Does that mean we want an api-crc job also for 1908 stream? After some backporting, CSIT is ready for that job now. All it takes is a VPP developer to vote +1 (or -1) this [1] ci-management change. Vratko. [1] https://gerrit.fd.io/r/c/ci-management/+/25457 From: vpp-dev@lists.fd.io On Behal

[vpp-dev] 20.05 DRAFT release plan available

2020-03-04 Thread Andrew Yourtchenko
Hi all, I've prepared the draft release plan for 20.05, it is at https://wiki.fd.io/view/Projects/vpp/Release_Plans/Release_Plan_20.05 I will be on vacation for the next couple of weeks so won't make the community meeting to discuss it. Thanks a lot to Dave Wallace for kindly agreeing to do it -

[vpp-dev] setting CLIB_DEBUG value

2020-03-04 Thread sothy
Hello, I want to debug the VPP and plugins. so I want to set CLIB_DEBUG=5 I dont know how to do it; pls help me. I do following command to run debug symbols: to compile: make pkg-deb-debug V=1 to install: sudo apt-get install --no-install-recommends -yy liblz4-tool tar ./build-root/vpp_*.deb .

Re: [vpp-dev] setting CLIB_DEBUG value

2020-03-04 Thread Dave Barach via Lists.Fd.Io
See .../src/CMakeLists.txt, add =5 here: string(CONCAT CMAKE_C_FLAGS_DEBUG "-O0 " "-DCLIB_DEBUG " "-fstack-protector " "-DFORTIFY_SOURCE=2 " "-fno-common " Rebuild w/ “make build” or “make pkg-deb-debug” From: vpp-dev@lists.fd.io On Behalf Of sothy Sent: Wednesday, March 4, 2020 4:09

[vpp-dev] VPP with FRR Bring-up - tap interface enable causing crash

2020-03-04 Thread Majumdar, Kausik
Hi All, I am experiencing VPP crash when I am trying to bring the link up for the VPP tap interfaces in Linux. Is this a known issue ? I have tried it few items to bring the VPP tap interfaces link up and each time I see VPP crashing. Please let me know if there is any workaround. vpp# show