Re: [vpp-dev] crashing in vlib_frame_vector_byte_offset

2023-01-10 Thread shaligram.prakash
On Tue, Jan 10, 2023 at 06:04 AM, Zhang, Fan wrote: > > vnet_hw_if_tx_frame_t [Typo - 12 worker/1 main core setup] This function is used to send packet at buffer_index to destination node_index[say ip4-lookup]. It works as expected except this case from production environment . what happens

Re: [vpp-dev] crashing in vlib_frame_vector_byte_offset

2023-01-10 Thread Zhang, Fan
Hi, I believe you missed configuring vnet_hw_if_tx_frame_t for that frame. Regards, Fan On 1/10/2023 12:12 PM, shaligram.prakash wrote:  Hi,  I am facing a crash in the below code. It's 12 worker/1 core setup. we are using bit old VPP - 20.09. function under suspect is ---

[vpp-dev] crashing in vlib_frame_vector_byte_offset

2023-01-10 Thread shaligram.prakash
Hi, I am facing a crash in the below code. It's 12 worker/1 core setup. we are using bit old VPP - 20.09. function under suspect is --- buffer_send_to_node() * vlib_frame_t    *frame; * u32 *to_next; * * frame = vlib_get_frame_to_node (vm, node_index); * frame->n_vectors = 1; * to_next =