[dpdk-dev] reassembly app doesn't send pkt

Victor Detoni victordetoni at gmail.com
Sat Nov 12 14:29:44 CET 2016


Hi,

When I test ip_reassembly app on vmxnet3 nic works fine, but when I change
to the nics 82599ES 10-Gigabit  SFI/SFP+, it stop to send the packet
"reassembled" on tx nic.

when I remove the code bellow on rte_ipv4_reassembly.c source code, it
sends pkt but truncated.

rte_pktmbuf_chain(fp->frags[IP_FIRST_FRAG_IDX].mb, m);

Anybody has some tip? I printed all functions like send_single_packet and
send_burst and it seems Ok, when I compare ping pkt and udp frag pkt.


More information about the dev mailing list