Re: [External] : Re: [vpp-dev] ip4 getting disabled when using worker threads

2022-01-26 Thread Stanislav Zaikin
4-cksum-correct local l2-hdr-offset 0 > l3-hdr-offset 14 > > PKT MBUF: port 2, nb_segs 1, pkt_len 98 > > buf_len 2176, data_len 98, ol_flags 0x0, data_off 128, phys_addr > 0x64fa0480 > > packet_type 0x0 l2_len 0 l3_len 0 outer_l2_len 0 outer_l3_len 0 > >

Re: [vpp-dev] ip4 getting disabled when using worker threads

2022-01-25 Thread Stanislav Zaikin
Hi Scott, That means that you got 2 ipv4 packets on the interface without an IP address If you want to see what happens exactly you can execute: trace filter include ip4-not-enabled 10 trace add virtio-input 10 and then see the trace. It will show on what interface without an IP you're getting tho