[vpp-dev] install-dep fails in RedHat (RHEL)

2020-01-07 Thread vijayalakshmi0688
Hi, I have done the following steps to build and install VPP in RHEL. * git clone https://gerrit.fd.io/r/vpp -b stable/1908 * cd vpp/ * make install-dep This step fails with error for packages * ninja-build * mbedtls * cmake3 These packages are not available for RHEL/7 I manually installed each

Re: [vpp-dev] Compilation failure in master branch after enabling ENABLE_SANITIZE_ADDR

2020-01-07 Thread chetan bhasin
+ 1) make build-release (Issue is coming while compilation) 2) make build (Compilation successful.) On Wed, Jan 8, 2020 at 10:19 AM chetan bhasin wrote: > Hi Benoit, > > Please find the details as below : > > 1) As per git log , last check-in is : > commit 22e108d9a94a9ccc0c31c2479

Re: [vpp-dev] "vppctl show int" no NIC (just local0) #vpp #vnet

2020-01-07 Thread steven luong via Lists.Fd.Io
So you now know what command in the dpdk section that dpdk doesn’t like. Try adding “log-level debug” in the dpdk section of startup.conf to see if you can find more helpful messages in “vppctl show log” from dpdk why it fails to probe the NIC. Steven From: on behalf of Gencli Liu <18600640...

Re: [vpp-dev] Compilation failure in master branch after enabling ENABLE_SANITIZE_ADDR

2020-01-07 Thread chetan bhasin
Hi Benoit, Please find the details as below : 1) As per git log , last check-in is : commit 22e108d9a94a9ccc0c31c2479740c57cf2a09126 Author: Ole Troan Date: Tue Jan 7 09:30:05 2020 +0100 Change-Id: I8bd6bb95135dc280565f357aa5850292f66979a1

Re: [vpp-dev] "vppctl show int" no NIC (just local0) #vpp #vnet

2020-01-07 Thread Gencli Liu
Hi steven: Thank you for your reply! I followed your *advice(3)* , and made some attempts. I create *three* startup config files of vpp: The first one is named " *startup.conf.smp* ", the second one is named " *startup.conf* "(my config file). And The third one is named " *startup.conf.ok* ", it j

Re: [vpp-dev] FEATURE.yaml

2020-01-07 Thread Ole Troan
Thanks Dave! Cheers Ole > On 7 Jan 2020, at 22:14, Dave Wallace wrote: > >  > Folks, > > This issue has now been resolved by [0] and the checkstyle & checkfeature > Makefile targets have been verified to be executing and rejecting invalid > FEATURE.yaml files [1] > > Thanks, > -daw- > >

Re: [vpp-dev] FEATURE.yaml

2020-01-07 Thread Dave Wallace
Folks, This issue has now been resolved by [0] and the checkstyle & checkfeature Makefile targets have been verified to be executing and rejecting invalid FEATURE.yaml files [1] Thanks, -daw- [0] https://gerrit.fd.io/r/c/ci-management/+/24226 [1] https://gerrit.fd.io/r/c/vpp/+/24227 On 1/7/

Re: [vpp-dev] Compilation failure in master branch after enabling ENABLE_SANITIZE_ADDR

2020-01-07 Thread Benoit Ganne (bganne) via Lists.Fd.Io
> While working with Address sanitizer I am facing compilation error in vpp > master branch. Can you share on which sha1 you are, which distro and which compiler and compiler version? Ben -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15084): htt

[vpp-dev] Compilation failure in master branch after enabling ENABLE_SANITIZE_ADDR

2020-01-07 Thread chetan bhasin
Hello Everyone, While working with Address sanitizer I am facing compilation error in vpp master branch. Can anybody guide me please . vpp/src/vppinfra/dlmalloc.c:8: vpp/src/vppinfra/dlmalloc.c: In function ‘mspace_get_aligned’: vpp/src/vppinfra/clib.h:226:1: error: inlining failed in call to al

[vpp-dev] FDIO Maintenance - 2020-02-05 1900 UTC to 2400 UTC

2020-01-07 Thread Vanessa Valderrama
*Please let us know as soon as possible if this maintenance conflicts with your project.* *What:* * Jenkins o OS and security updates o Upgrade to 2.204.1 o Plugin updates * Nexus o OS updates * Jira o OS updates * Gerrit o OS updates * Sonar o

[vpp-dev] Coverity run FAILED as of 2020-01-07 14:00:25 UTC

2020-01-07 Thread Noreply Jenkins
Coverity run failed today. Current number of outstanding issues are 2 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 (#15081): ht

[vpp-dev] VPP 20.01 api freeze is tomorrow

2020-01-07 Thread Andrew Yourtchenko
Hello all, A gentle reminder - tomorrow is 8th of January, which means API freeze - no more commits that change anything .api - until we pull the stable/2001 branch. If you have any work that needs special treatment, please get in touch. --a (your friendly 20.01 release manager)-=-=-=-=-=-=-=-=

Re: [vpp-dev] Support for VPP in RedHat Enterprise Linux

2020-01-07 Thread Benoit Ganne (bganne) via Lists.Fd.Io
Hi, > I am trying to build and run VPP (stable/1908) on RHEL platform. [...] > Could anyone make sure whether VPP is supported in this platform ? We publish RPM for CentOS/7 here: https://packagecloud.io/fdio/release They should work for RHEL/7. ben -=-=-=-=-=-=-=-=-=-=-=- Links: You receive al

[vpp-dev] Support for VPP in RedHat Enterprise Linux

2020-01-07 Thread Muthukumar Sivaperumal
Hi, I am trying to build and run VPP (stable/1908) on RHEL platform. *[root@trialrh75 vpp]# hostnamectl* Static hostname: trialrh75.localdomain Icon name: computer-vm Chassis: vm Machine ID: d9c32d7446fd4b608142b6f7414fad72 Boot ID: 0d94cec548b4455ebcf3adf8cfd5c87b Virtualization: kvm Operating S

Re: [vpp-dev] vpp assert error whtn nginx start with ldp

2020-01-07 Thread Florin Coras
Hi, Not entirely sure what’s happening there. I just tried nginx with master latest and binding 4 workers seems to work. In your case it looks as if a listening session associated to an app listener was freed. Not sure how that could happen. Anything special about your nginx or vcl configura

[vpp-dev] FEATURE.yaml

2020-01-07 Thread Ole Troan
Hi, As people add the feature description to their features (FEATURE.yaml), a few errors have crept in. The JSON schema / YAML definition is quite fickle. I added the YAML validator to the checkstyle target, but unfortunately that hasn't made it into the verify-checkstyle jenkins job (yet). Ple

Re: [vpp-dev] Is VppCom suitable for this scenario

2020-01-07 Thread Florin Coras
Hi Satya, Glad it helped! You may want to use svm queues or message queues similarly to how the session queue node does. For instance, see how messages are dequeued in session_queue_node_fn. Regards, Florin > On Jan 6, 2020, at 10:45 PM, Satya Murthy wrote: > > Hi Florin, > > Thank you ve