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

2018-04-20 Thread Brian Brooks
Can you copy/paste the compiler or linker error? From: vpp-dev@lists.fd.io On Behalf Of Stanislav Chlebec Sent: Friday, April 20, 2018 6:05 AM To: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Trying to build vpp on amd64 platform via qemu static library qemu-aarch64-static in

Re: [vpp-dev] VLAN to VLAN

2018-04-20 Thread carlito nueno
Hi Andrew, VPP version: vpp v17.10-release Packet trace: - vpp# trace add dpdk-input 100 - started ping from 192.168.3.16 to 192.168.2.181 - vpp# show trace GigabitEthernet0/14/0:idx 1 tap-0 :idx 9 GigabitEthernet0/14/0.2:idx 11 tap-1

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
Hello Brian I have not yet tried to build it in the arm64 VM. What I found out more that build fails in the file src/vppinfra/time.h ... #elif defined (__aarch64__) always_inline u64 clib_cpu_time_now (void) { u64 tsc; /* Works on Cavium ThunderX. Other platforms: YMMV */ asm volatile

Re: [csit-dev] [vpp-dev] ARM vpp-dpdk-dkms nexus artifacts - CSIT

2018-04-20 Thread Peter Mikus
Please see my comments in gerrit. As well as below. Peter Mikus Engineer – Software Cisco Systems Limited From: Ed Kern (ejk) Sent: Thursday, April 19, 2018 6:58 PM To: Peter Mikus -X (pmikus - PANTHEON TECHNOLOGIES at Cisco) Cc: Vratko Polak -X (vrpolak - PANTHEON

Re: [csit-dev] [vpp-dev] ARM vpp-dpdk-dkms nexus artifacts - CSIT

2018-04-20 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco)
> vratko working on the repo manifests I have created a possible fix [2], but I am only 80% confident it will work as intended (without breaking something else). I do not know how to test it before merge. Any reviewers? Vratko. [2] https://gerrit.fd.io/r/11958 From: vpp-dev@lists.fd.io

Re: [vpp-dev] mheap performance issue and fixup

2018-04-20 Thread Damjan Marion
Thanks, i added -2 before it is discussed. Dave is back from vacation next week and he is most familiar with that code... -- Damjan On 20 Apr 2018, at 11:29, Kingwel Xie > wrote: Hi, Finally I managed to create 3 patches to include

Re: [vpp-dev] mheap performance issue and fixup

2018-04-20 Thread xyxue
Hi Kingwel, Thank you very much for your help. Thanks, Xyxue From: Kingwel Xie Date: 2018-04-20 17:29 To: Damjan Marion; Neale Ranns (nranns); 薛欣颖 CC: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] mheap performance issue and fixup Hi, Finally I managed to create 3 patches to include all

[vpp-dev] question about set ip arp

2018-04-20 Thread xyxue
Hi guys, I'm testing 'set ip arp' . When I don't configure the param 'no-fib-entry' , the configuration time of 100k cost 19+ mins. When I configure the param 'no-fib-entry' the time is 9 s. Can I use 'set ip arp ... + no-fib-entry and ip route add ' achieve the same goal with 'set ip arp

Re: [vpp-dev] mheap performance issue and fixup

2018-04-20 Thread Kingwel Xie
Hi, Finally I managed to create 3 patches to include all modifications to mheap. Please check below for details. I’ll do some other patches later… https://gerrit.fd.io/r/11950 https://gerrit.fd.io/r/11952 https://gerrit.fd.io/r/11957 Hi Xue, you need at least the first one for your test.

Re: [vpp-dev] VLAN to VLAN

2018-04-20 Thread Andrew Yourtchenko
Hi Carlito, What does the packet trace (as per https://wiki.fd.io/view/VPP/How_To_Use_The_Packet_Generator_and_Packet_Tracer) look like and which version of VPP are you running ? --a > On 20 Apr 2018, at 05:00, Carlito Nueno wrote: > > Thanks John. > > Routing