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 Docker container
Hel
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
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 (
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 TECHNOLOGIES at Cisco)
; Mare
> 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 On Beh
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
mailto:kingwel@ericsson.com>> wrote:
Hi,
Finally I managed to create 3 patches to include all modifications to mheap.
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 modif
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 wi
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.
Regar