[vpp-dev] VPP use rdma

2022-08-25 Thread jiangwenwu2014
Hi The network card of MLX CX6 uses sriov to direct VF to the virtual machine, and then uses the "create interface rdma" command provided by VPP to create an interface. At the same time, use "set interface mac" to configure the RDMA interface in VPP as the MAC address of VF. Currently, you

Re: [vpp-dev] Support for VPP compilation in offline mode

2023-01-04 Thread jiangwenwu2014
Hi, You can "make install-dep" and "make install-ext-deps" downloads can save to local, At 2023-01-04 03:43:53, "Chinmaya Aggarwal" wrote: Hi, Currently as part of VPP compilation, there are commands such as "make install-dep" and "make install-ext-deps" which downloads

[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