|
locked
Checksum errors in using VPP in i-OAM with iperf3 and af-packet-input
#vppwithoutdpdk
#vpp
I tried logging the ext_hdr->next_hdr at this line of VPP: https://github.com/FDio/vpp/blob/master/src/vnet/ip/ip6_forward.c#L944 This is the output of "show event-logger": The 58 protocol number whic
I tried logging the ext_hdr->next_hdr at this line of VPP: https://github.com/FDio/vpp/blob/master/src/vnet/ip/ip6_forward.c#L944 This is the output of "show event-logger": The 58 protocol number whic
|
By
mojtaba.eshghi
· #13652
·
|
|
locked
Checksum errors in using VPP in i-OAM with iperf3 and af-packet-input
#vppwithoutdpdk
#vpp
Hi Mojtaba, Following up on your earlier thread, did you get a chance to see if IOAM decap is failing? Perhaps we can get on a quick webex on Monday and resolve this? Thanks, Shwetha From: <vpp-dev@li
Hi Mojtaba, Following up on your earlier thread, did you get a chance to see if IOAM decap is failing? Perhaps we can get on a quick webex on Monday and resolve this? Thanks, Shwetha From: <vpp-dev@li
|
By
Shwetha bhandari
· #13654
·
|
|
locked
Checksum errors in using VPP in i-OAM with iperf3 and af-packet-input
#vppwithoutdpdk
#vpp
Hey Guys, I'm trying to use iperf3 to generate traffic for a container networking environment. Inside the middle-box containers I have VPP and I am using i-OAM functionality of VPP. This is my topolog
Hey Guys, I'm trying to use iperf3 to generate traffic for a container networking environment. Inside the middle-box containers I have VPP and I am using i-OAM functionality of VPP. This is my topolog
|
By
mojtaba.eshghi
· #13650
·
|
|
locked
VPP without DPDK for Aceess Points
#vppwithoutdpdk
Hi All, I am new to VPP, but quite impressed with concept. I was looking forward to integrate VPP with one of my Access Point which has a Broadcom NIC (ethernet) and 11ac Wifi chipset. I want to read/
Hi All, I am new to VPP, but quite impressed with concept. I was looking forward to integrate VPP with one of my Access Point which has a Broadcom NIC (ethernet) and 11ac Wifi chipset. I want to read/
|
By
kenvishwlan@...
· #9915
·
|
|
locked
VPP Host Stack
#vpp-dev
#vppcom
#vppwithoutdpdk
#hoststack
#vpp-hoststack
Hi All, I have few queries related to VPP Host TCP stack: 1. Can we use only VPP TCP stack(L4 layer) only and disable L2/L3. If not what is its advantage of TLDK or similar stacks. 2. VPP TCP Stack do
Hi All, I have few queries related to VPP Host TCP stack: 1. Can we use only VPP TCP stack(L4 layer) only and disable L2/L3. If not what is its advantage of TLDK or similar stacks. 2. VPP TCP Stack do
|
By
@anurag_singh
· #18560
·
|
|
locked
VPP Host Stack
#vpp-dev
#vppcom
#vppwithoutdpdk
#hoststack
#vpp-hoststack
Hi Anurag, Inline. Not sure I follow the question. The whole point of having a host stack is to be able to terminate transport protocols (e.g., tcp, udp, tls, quic) within vpp, and to provide the resu
Hi Anurag, Inline. Not sure I follow the question. The whole point of having a host stack is to be able to terminate transport protocols (e.g., tcp, udp, tls, quic) within vpp, and to provide the resu
|
By
Florin Coras
· #18561
·
|
|
locked
Packet not going to Classifier & action
#vpp
#flowprobe
#vppwithoutdpdk
#classify
Hi Everyone, I would like to use vpp classifier to classify the packet (l3 ip4 src & dst, l4 port) and deliver to desired destination by defined rules. 1. iPerf traffic (vpp1) -------memory interface-
Hi Everyone, I would like to use vpp classifier to classify the packet (l3 ip4 src & dst, l4 port) and deliver to desired destination by defined rules. 1. iPerf traffic (vpp1) -------memory interface-
|
By
Po
· #15177
·
|
|
locked
Packet not going to Classifier & action
#vpp
#flowprobe
#vppwithoutdpdk
#classify
Hi, [snip] Trace as below Packet 1 00:04:30:392423: memif-input memif: hw_if_index 2 next-index 4 slot: ring 0 00:04:30:392444: ethernet-input IP4: b2:5f:84:5e:0b:43 -> 9e:db:96:ff:25:fa 00:04:30:3924
Hi, [snip] Trace as below Packet 1 00:04:30:392423: memif-input memif: hw_if_index 2 next-index 4 slot: ring 0 00:04:30:392444: ethernet-input IP4: b2:5f:84:5e:0b:43 -> 9e:db:96:ff:25:fa 00:04:30:3924
|
By
Neale Ranns
· #15178
·
|
|
locked
Packet not going to Classifier & action
#vpp
#flowprobe
#vppwithoutdpdk
#classify
Hi neale, I set the memif0/2 as the arp proxy, with addr: 10.10.2.0/24. It goes to "ip4-flow-classify" but becomes misses... vpp# create tap id 0 tap0 vpp# create interface memif id 2 slave vpp# creat
Hi neale, I set the memif0/2 as the arp proxy, with addr: 10.10.2.0/24. It goes to "ip4-flow-classify" but becomes misses... vpp# create tap id 0 tap0 vpp# create interface memif id 2 slave vpp# creat
|
By
Po
· #15179
·
|
|
locked
Packet not going to Classifier & action
#vpp
#flowprobe
#vppwithoutdpdk
#classify
Hi Po, I also have the same question, but when i read the code, i find sth. The main code is here: if (PREDICT_TRUE (table_index0 != ~0)) { hash0 = vnet_buffer (b0)->l2_classify.hash; t0 = pool_elt_at
Hi Po, I also have the same question, but when i read the code, i find sth. The main code is here: if (PREDICT_TRUE (table_index0 != ~0)) { hash0 = vnet_buffer (b0)->l2_classify.hash; t0 = pool_elt_at
|
By
yan mo
· #16021
·
|