Re: [vpp-dev] Regarding lookup in vppinfra/hash.c

2020-04-23 Thread Dave Barach via lists.fd.io
Ack. If all else fails, suggest a quick peek at the assembly code. From: vpp-dev@lists.fd.io On Behalf Of Peng Xia Sent: Thursday, April 23, 2020 12:15 AM To: Peng Xia Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Regarding lookup in vppinfra/hash.c Sorry, I was confused with the later lines

Re: [vpp-dev] Regarding lookup in vppinfra/hash.c

2020-04-22 Thread Peng Xia
Sorry, I was confused with the later lines. Seems they have the same effect. Peng Xia via lists.fd.io 于2020年4月21日周二 下午9:50写道: > Hi experts, in vppinfra/hash.c function lookup() > line number 568: > clib_memcpy_fast (old_value, p->direct.value, > should it be clib_memcpy_fast (old_value,

[vpp-dev] Regarding lookup in vppinfra/hash.c

2020-04-21 Thread Peng Xia
Hi experts, in vppinfra/hash.c function lookup() line number 568: clib_memcpy_fast (old_value, p -> direct. value , should it be clib_memcpy_fast (old_value, & p -> direct. value , ? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16134): https://lis