DPDK patches and discussions
 help / color / mirror / Atom feed
From: Victor Detoni <victordetoni@gmail.com>
To: dev@dpdk.org, users@dpdk.org
Subject: [dpdk-dev] reassembly app doesn't send pkt
Date: Sat, 12 Nov 2016 11:29:44 -0200	[thread overview]
Message-ID: <CANpwN=uK9OWn=Kpzoos9_EZRFrWVz8Z+9qm09yK8hiALuTOEpQ@mail.gmail.com> (raw)

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.

             reply	other threads:[~2016-11-12 13:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-12 13:29 Victor Detoni [this message]
2017-01-03  7:34 ` 陆秋文

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CANpwN=uK9OWn=Kpzoos9_EZRFrWVz8Z+9qm09yK8hiALuTOEpQ@mail.gmail.com' \
    --to=victordetoni@gmail.com \
    --cc=dev@dpdk.org \
    --cc=users@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).