[vpp-dev] Trying to build vpp on amd64 platform via qemu static library qemu-aarch64-static in Docker container

2018-04-16 Thread Stanislav Chlebec
pp-agent/dev/vpp/build-root/build-vpp_debug-native/vpp' Makefile:682: recipe for target 'vpp-build' failed [91mmake[1]: *** [vpp-build] Error 2 [0mmake[1]: Leaving directory '/opt/vpp-agent/dev/vpp/build-root' Makefile:322: recipe for target 'build' failed [91mmake

Re: [vpp-dev] Trying to build vpp on amd64 platform via qemu static library qemu-aarch64-static in Docker container

2018-04-20 Thread Stanislav Chlebec
("mrs %0, cntvct_el0":"=r" (tsc)); return tsc; } ... Stanislav From: Brian Brooks [mailto:brian.bro...@arm.com] Sent: Monday, April 16, 2018 7:51 PM To: Stanislav Chlebec ; vpp-dev@lists.fd.io Subject: RE: Trying to build vpp on amd64 platform via qemu static library qe

Re: [vpp-dev] Trying to build vpp on amd64 platform via qemu static library qemu-aarch64-static in Docker container

2018-05-02 Thread Stanislav Chlebec
: Brian Brooks [mailto:brian.bro...@arm.com] Sent: Thursday, April 26, 2018 4:11 AM To: Ole Troan Cc: Stanislav Chlebec ; vpp-dev@lists.fd.io Subject: RE: [vpp-dev] Trying to build vpp on amd64 platform via qemu static library qemu-aarch64-static in Docker container Thanks, Ole. Stanislav, does

Re: [vpp-dev] Trying to build vpp on amd64 platform via qemu static library qemu-aarch64-static in Docker container

2018-05-03 Thread Stanislav Chlebec
GHz128 GB 250 GB) Stanislav -Original Message- From: Stanislav Chlebec [mailto:stanislav.chle...@pantheon.tech] Sent: Wednesday, May 2, 2018 9:10 AM To: Brian Brooks ; Ole Troan Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Trying to build vpp on amd64 platform via qemu static

Re: [vpp-dev] Change in vpp[master]: ebuild: Cross compilation aarch64 Ubuntu support

2019-11-06 Thread Stanislav Chlebec
.fd.io<mailto:vpp-dev@lists.fd.io> mailto:vpp-dev@lists.fd.io>> On Behalf Of Christian Hopps Sent: Wednesday, October 30, 2019 10:19 AM To: Damjan Marion mailto:dmar...@me.com>> Cc: Christian Hopps mailto:cho...@chopps.org>>; Stanislav Chlebec mailto:stanislav.chle...@pantheon.

Re: [EXT] [vpp-dev] cross-compilation support

2019-11-06 Thread Stanislav Chlebec
Hello Damjan and all We had a meeting in ARM team to clarify our standpoint and goals on cross-compilation for aarch64. We welcome your initiative to make this process more generic and effective and we are thankful that you brought the more light to the current building procedure by your emails

[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 mess

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 Stanislav Chlebec
Cavium's ThunderX. So I suggest 1) Either remove -Werror from vpp_TAG_CFLAGS/vpp_debug/TAG_CFLAGS in build-data/platforms/vpp.mk and ignore warning 2) I am guessing problem with your GCC version? Which gcc version you are using? Can you try using gcc 5.4.0/5.5.0 Thanks, Nitin On Wedn

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
CLIB_LOG2_CACHE_LINE_BYTES #define CLIB_LOG2_CACHE_LINE_BYTES 7 #endif #endif stanislav@contivvpp:~/work/vpp/build-root/build-vpp_debug-native/dpdk$ 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

[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)

2018-08-09 Thread Stanislav Chlebec
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 cooperation of VPP with the NIC present in the ThunderX (c1.large.arm) It was not succe

[vpp-dev] Cavium ThunderX (ARM64) - Crash in VPP (Kubernetes + Contiv-VPP network plugin)

2018-08-21 Thread Stanislav Chlebec
Hello all Could you please help mi with this issue: https://jira.fd.io/browse/VPP-1394 Thanks. Stan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#10235): https://lists.fd.io/g/vpp-dev/message/10235 Mute This Topic: https://lists.fd.io/mt/24876710

Re: [vpp-dev] Cavium ThunderX (ARM64) - Crash in VPP (Kubernetes + Contiv-VPP network plugin)

2018-08-22 Thread Stanislav Chlebec
Hi Neale I attached the file api_post_mortem.43407 to the issue https://jira.fd.io/browse/VPP-1394 Thanks Stan From: Neale Ranns (nranns) [mailto:nra...@cisco.com] Sent: Tuesday, August 21, 2018 5:02 PM To: Stanislav Chlebec ; Nitin Saxena ; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Cavium

Re: [vpp-dev] Cavium ThunderX (ARM64) - Crash in VPP (Kubernetes + Contiv-VPP network plugin)

2018-09-04 Thread Stanislav Chlebec
Hi Neale Have you had the occasion to look at that api_post_mortem data? Have you found the reason of crash? Thanks Stan From: Stanislav Chlebec [mailto:stanislav.chle...@pantheon.tech] Sent: Wednesday, August 22, 2018 3:39 PM To: Neale Ranns (nranns) ; vpp-dev@lists.fd.io Subject: Re: [vpp-dev

Re: [vpp-dev] Cavium ThunderX (ARM64) - Crash in VPP (Kubernetes + Contiv-VPP network plugin)

2018-09-05 Thread Stanislav Chlebec
Hi Neale Could you please describe, how to do it? Thanks Stan From: Neale Ranns (nranns) [mailto:nra...@cisco.com] Sent: Tuesday, September 4, 2018 3:27 PM To: Stanislav Chlebec ; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Cavium ThunderX (ARM64) - Crash in VPP (Kubernetes + Contiv-VPP network

Re: [vpp-dev] Cavium ThunderX (ARM64) - Crash in VPP (Kubernetes + Contiv-VPP network plugin)

2018-09-06 Thread Stanislav Chlebec
Thans for advice. Here is the result: https://gist.github.com/stanislav-chlebec/7466935c41b60eb23ea711f6a4fcafeb Stan From: Neale Ranns (nranns) [mailto:nra...@cisco.com] Sent: Wednesday, September 5, 2018 1:58 PM To: Stanislav Chlebec ; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Cavium ThunderX

Re: [vpp-dev] Cavium ThunderX (ARM64) - Crash in VPP (Kubernetes + Contiv-VPP network plugin)

2018-09-10 Thread Stanislav Chlebec
Hi Neale The patch solved my problem. Thank you very much. Stan From: Neale Ranns (nranns) [mailto:nra...@cisco.com] Sent: Friday, September 7, 2018 10:51 AM To: Stanislav Chlebec ; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Cavium ThunderX (ARM64) - Crash in VPP (Kubernetes + Contiv-VPP