Re: [vpp-dev] vlib_worker_thread_node_refork

2023-03-03 Thread jinsh11
vm->node_main.node_by_name only used in main thread,worker thread the vm->node_main.node_by_name must be null. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22664): https://lists.fd.io/g/vpp-dev/message/22664 Mute This Topic:

[vpp-dev] vlib_worker_thread_node_refork

2023-03-02 Thread jiangwenwu2014
Hi when I use vpp-2110, vlib_worker_thread_node_refork vm->node_main.node_by_name is pointer to main thread,but when main thread node_by_name hash_vec resize and resize buffer not continuation cause worker thread vm->node_main.node_by_name is wild pointer,so I want modified