[vpp-dev] Packet generator continuous stream

2021-03-11 Thread Ray Kinsella
Folks, Is there anyway to tell the Packet Generator to generate a continuous stream? Configuration is below and is stopping at the end of the pcap files (1m packets). Ray K create packet-generator interface pg1 create packet-generator interface pg2 packet-generator new pcap

[vpp-dev] RFC: vlib_global_main_t

2021-03-11 Thread Damjan Marion via lists.fd.io
Guys, I found that having both global and thread data in vlib_main_t is confusing to many people and also bug prone. I wonder if there is sense in. moving global data to new vlib_global_main_t? I submitted RFC patch and would like to hear what people think about that….

Re: [vpp-dev] Packet generator continuous stream

2021-03-11 Thread Ray Kinsella
To answer my own question. Limit is set by the length (in packets) of the pcap file. You can make continuous with packet-generator configure limit 0. Ray K On 11/03/2021 14:23, Kinsella, Ray wrote: > Folks, > > Is there anyway to tell the Packet Generator to generate a continuous stream? >

Re: [vpp-dev] RFC: vlib_global_main_t

2021-03-11 Thread Florin Coras
+1 Florin > On Mar 11, 2021, at 7:18 AM, Dave Barach wrote: > > Looks like a win to me... > > -Original Message- > From: vpp-dev@lists.fd.io > On Behalf Of Damjan Marion via lists.fd.io > > Sent:

Re: [vpp-dev] RFC: vlib_global_main_t

2021-03-11 Thread Dave Barach
Looks like a win to me... -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Damjan Marion via lists.fd.io Sent: Thursday, March 11, 2021 9:36 AM To: vpp-dev Subject: [vpp-dev] RFC: vlib_global_main_t Guys, I found that having both global and thread data in vlib_main_t is

[vpp-dev] #vpp #vpp-dev

2021-03-11 Thread nikhil subhedar
Hi All, Today i found a strange thing on my  POD on which VPP is running.  Can anyone please shed some light on this? Thanks. *Config:* 1) I created a loopback interface on VPP using confd CLI. on fib-index 1 *loop2 (up):* *L3 50.50.50.50/32 ip4 table-id 1 fib-idx 1 * Also , on the top of this

Re: [vpp-dev] #vpp #vpp-dev

2021-03-11 Thread liuyacan
hI Nikhil, I don't know why the VM did not receive icmp reply packet, But I am sure it is not caused by fib because icmp reply, because the packet will not go through the ip4-lookup again.The reason you see "fib 0" is because the value of sw_if_index[VLIB_RX] was set to