[vpp-dev] Questions about no-multi-seg

2022-10-09 Thread Guangming
Hi , ben From a old message, you saidthat set no-multi-seg will get good performance . https://lists.fd.io/g/vpp-dev/message/18489 My question is when i do not neeed Jumbo MTU in my scenario, is set no-multi-seg and no-tx-checksum-offload in startup.conf a good option ? Th

[vpp-dev] Gerrit Review Id 37298

2022-10-09 Thread Chinmaya Aggarwal
Hi, I have added a fix as gerrit review id 37298. *Problem Statement:* While configuring End.AD.Flow localsid, vpp gives error if we configure vlan sub interface as iif interface. vpp# sr localsid address 2001:f1:f1:11::111 behavior end.ad.flow nh 9.9.10.102 oif GigabitEthernet0/9/0 iif Gigabi

[vpp-dev] vpp-2206 bug

2022-10-09 Thread NUAA无痕
Hi, vpp experts when i use bihash_init_8_8 ( p, "test",0,0)function in arm64 machine, it will cause abort() gcc version is 9.3.0 the reason is when buckets is 0, src/vppinfra/clib.h min_log2() function will use count_leading_zero(0), but return value is different between x86 and arm64,x86 is 63