Re: [vpp-dev] clang-9

2020-04-30 Thread Damjan Marion via lists.fd.io
yes, it was mix of valid and false alarms. Sorry for this one. -- Damjan > On 30 Apr 2020, at 21:49, John Lo (loj) wrote: > >  > Hi Damjan, > > I took a look at the console log. It seems to me the traceback after vxlan > test case was due to running out of space. So test run was aborted

Re: [vpp-dev] clang-9

2020-04-30 Thread John Lo (loj) via lists.fd.io
Hi Damjan, I took a look at the console log. It seems to me the traceback after vxlan test case was due to running out of space. So test run was aborted thereafter: 07:56:20 == 07:56:20 VXLAN Test Case 07:56:20

Re: [vpp-dev] clang-9

2020-04-30 Thread Damjan Marion via lists.fd.io
Please submit patch…. Thanks — Damjan > On 30 Apr 2020, at 10:06, Lijian Zhang wrote: > > Hi Damjan, > I used clang-6 to compile vpp with command ‘make build-release CC=clang V=1’, > but clang reports warnings/errors caused by the unused option '-L' in > compiling stage, as it's not

Re: [vpp-dev] wireshark log capture with "any " option #vpp

2020-04-30 Thread Deepak NC
Thanks Dave, we will if our product can be upgraded same version. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16213): https://lists.fd.io/g/vpp-dev/message/16213 Mute This Topic: https://lists.fd.io/mt/73329885/21656 Mute #vpp:

[vpp-dev] release 1908.2 preparation

2020-04-30 Thread Jan Gelety via lists.fd.io
Hello, As a part of preparation for vpp release 1908.2 CSIT run some tests to compare throughput values to 1908.1-release ones: https://logs.fd.io/production/vex-yul-rot-jenkins-1/csit-vpp-perf-verify-1908_2-3n-skx/2/archives/log.html.gz There was used the latest available vpp build in

Re: [vpp-dev] Mellanox interfaces not getting detected with vpp19.04

2020-04-30 Thread Lijian Zhang
Hi, Just want to summarize the steps of running VPP with Mellanox NICs as below. 1. download and install Mellanox ofed driver. https://www.mellanox.com/products/infiniband-drivers/linux/mlnx_ofed sudo ./mlnxofedinstall --upstream-libs --dpdk --add-kernel-support sudo /etc/init.d/openibd restart

Re: [vpp-dev] clang-9

2020-04-30 Thread Lijian Zhang
Hi Damjan, I used clang-6 to compile vpp with command ‘make build-release CC=clang V=1’, but clang reports warnings/errors caused by the unused option '-L' in compiling stage, as it's not linking stage, and does not require linking libraries. In dpdk.mk, the linking librariy path should be