hi,all
when a writer adds or deletes some elements in a bucket of a hash table, the
bihash algorithm tries to making a working copy of the bucket and the reader
may use the working copy to search. However, it is possible for the reader to
use the bucket to search before the writer makes the wor
hi,all
Bihash
___
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev
hi,all
I found ipfix plugin declares that passive time must be greater than
active timer. At Cisco router, we configure cache active timeout or inactive
timeout for ipfix or netflow. I think that active timer in vpp compares to
active timeout in Cisco router and passive timer in vpp compar
Hi all,
I found that the "ip route" command is defined as "mp safe", which
means the main thread will execute the command and don't wait for the worker
threads to finsh packet processing. When a route is deleted, function
"load_balance_unlock" may be called to "free" the load-balance DPO
Hi all,
I read the SNAT plugin code and found that 2 or more worker threads may
call the function "snat_alloc_outside_address_and_port" to allocate outside
address and port at the same time. Because the address and port are allocated
from global varible snat_main.addresses , there is a