Re: [vpp-dev] unknown entry coming up in l2fib

2023-01-10 Thread Pragya Nand Bhagat
Hi , As I was using an older version(20.09) it had an issue in function l2fib_make_key. It works in latest version. Thanks Pragya Nand Bhagat On Tue, Dec 27, 2022 at 10:05 AM Pragya Nand Bhagat < pragya.nand.bhaga...@gmail.com> wrote: > Hi All, > > I'm trying to configure a bridge and a

Re: [vpp-dev] Error message on starting vpp

2023-01-10 Thread Dave Wallace
Merged :) Thanks, -daw- On 1/10/2023 4:24 PM, Ahmed Abdelsalam (ahabdels) via lists.fd.io wrote: Hi Xiaodong, The warning has been fixed here https://gerrit.fd.io/r/c/vpp/+/37874 Cheers, Ahmed *From: *Xiaodong Xu *Date: *Thursday, 29 December 2022 at 01:55 *To: *vpp-dev@lists.fd.io *Cc:

Re: [vpp-dev] Error message on starting vpp

2023-01-10 Thread Ahmed Abdelsalam (ahabdels) via lists.fd.io
Hi Xiaodong, The warning has been fixed here https://gerrit.fd.io/r/c/vpp/+/37874 Cheers, Ahmed From: Xiaodong Xu Date: Thursday, 29 December 2022 at 01:55 To: vpp-dev@lists.fd.io Cc: jul...@klaiber.me , Pablo Camarillo (pcamaril) , Ahmed Abdelsalam (ahabdels) Subject: Re: [vpp-dev] Error

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 =

Re: [vpp-dev] ikev2 mediation

2023-01-10 Thread Bronowski, PiotrX
Vpp + strongswan plugin does. From: vpp-dev@lists.fd.io On Behalf Of amine belroul Sent: Thursday, January 5, 2023 12:15 PM To: vpp-dev@lists.fd.io Subject: [vpp-dev] ikev2 mediation hello guys, Does vpp support ikev2 mediation? thanks.