Re: [vpp-dev] #vpp Cavium ThunderX (ARM64)

2018-08-09 Thread Stanislav Chlebec
from working properly. Thanks for your time and advice Stan From: Nitin Saxena [mailto:nitin.sax...@cavium.com] Sent: Monday, July 23, 2018 9:01 AM To: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] #vpp Cavium ThunderX (ARM64) Hi Stanislav, Are you seeing this issue with dpdk-18.05? You will get

Re: [vpp-dev] #vpp Cavium ThunderX (ARM64)

2018-07-23 Thread Nitin Saxena
Hi Stanislav, Are you seeing this issue with dpdk-18.05? You will get this error with dpdk-18.02.1. In vpp master branch dpdk-18.05 is enabled by default. Thanks, Nitin On Friday 20 July 2018 05:49 PM, Stanislav Chlebec wrote: External Email Hello all I was trying to achieve

[vpp-dev] #vpp Cavium ThunderX (ARM64)

2018-07-20 Thread Stanislav Chlebec
Hello all I was trying to achieve cooperation of VPP with the NIC present in the ThunderX (c1.large.arm) It was not successful: https://gist.github.com/stanislav-chlebec/a36c43c2eee8c16d3d297e67bac1d711 Conclusion: VPP was successfully built on the system. VPP is not able to work with the NIC +

Re: [vpp-dev] #vpp Cavium ThunderX (ARM64) Build error: config.status: error: cannot find input file: `vlib/config.h.in'

2018-07-18 Thread Nitin Saxena
$ Thanks Stanislav *From:*Nitin Saxena [mailto:nitin.sax...@cavium.com] *Sent:* Wednesday, July 18, 2018 4:02 PM *To:* Stanislav Chlebec ; vpp-dev@lists.fd.io *Subject:* Re: [vpp-dev] #vpp Cavium ThunderX (ARM64) Build error: config.status: error: cannot find input file: `vlib/config.h.in' Ideally

Re: [vpp-dev] #vpp Cavium ThunderX (ARM64) Build error: config.status: error: cannot find input file: `vlib/config.h.in'

2018-07-18 Thread Stanislav Chlebec
Subject: Re: [vpp-dev] #vpp Cavium ThunderX (ARM64) Build error: config.status: error: cannot find input file: `vlib/config.h.in' Ideally this static assert shouldn't have happened on master branch unless you are using external dpdk. can you please check 1) what is the value

Re: [vpp-dev] #vpp Cavium ThunderX (ARM64) Build error: config.status: error: cannot find input file: `vlib/config.h.in'

2018-07-18 Thread Nitin Saxena
Error 2 *From:*Nitin Saxena [mailto:nitin.sax...@cavium.com] *Sent:* Wednesday, July 18, 2018 12:58 PM *To:* vpp-dev@lists.fd.io *Subject:* Re: [vpp-dev] #vpp Cavium ThunderX (ARM64) Build error: config.status: error: cannot find input file: `vlib/config.h.in' Hi Stanislav, Unfortunately I do n

Re: [vpp-dev] #vpp Cavium ThunderX (ARM64) Build error: config.status: error: cannot find input file: `vlib/config.h.in'

2018-07-18 Thread Stanislav Chlebec
18 12:58 PM To: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] #vpp Cavium ThunderX (ARM64) Build error: config.status: error: cannot find input file: `vlib/config.h.in' Hi Stanislav, Unfortunately I do not have access to ThunderX but my ThunderX2 compilation works on master branch. Also I

Re: [vpp-dev] #vpp Cavium ThunderX (ARM64) Build error: config.status: error: cannot find input file: `vlib/config.h.in'

2018-07-18 Thread Nitin Saxena
Hi Stanislav, Unfortunately I do not have access to ThunderX but my ThunderX2 compilation works on master branch. Also I observed that following gerrit job running on Cavium's ThunderX compiles src/vnet/ethernet/interface.c successfully.

Re: [vpp-dev] #vpp Cavium ThunderX (ARM64) Build error: config.status: error: cannot find input file: `vlib/config.h.in'

2018-07-18 Thread Stanislav Chlebec
I got /home/stanislav/work/vpp/build-data/../src/vnet/ethernet/interface.c:529:785: error: self-comparison always evaluates to true [-Werror=tautological-compare]     vlib_validate_buffer_enqueue_x4 (vm, node, next_index,

Re: [vpp-dev] #vpp Cavium ThunderX (ARM64) Build error: config.status: error: cannot find input file: `vlib/config.h.in'

2018-07-18 Thread Nitin Saxena
Hi Stan, I prefer you should use master branch and not v1804 for ThunderX. Also "make bootstrap" is not required anymore. From the logs look like problem with Autoconf tools. Thanks, Nitin On Wednesday 18 July 2018 02:24 PM, Stanislav Chlebec wrote: External Email Hello I am trying

[vpp-dev] #vpp Cavium ThunderX (ARM64) Build error: config.status: error: cannot find input file: `vlib/config.h.in'

2018-07-18 Thread Stanislav Chlebec
Hello I am trying to build VPP on Cavium ThunderX git clone https://gerrit.fd.io/r/vpp cd vpp/ git checkout v18.04 stanislav@contivvpp:~/work/vpp$ git status HEAD detached at v18.04 nothing to commit, working directory clean make install-dep make bootstrap make build   then I got this error