DPDK usage discussions
 help / color / mirror / Atom feed
From: =?gb18030?B?s8no69XfsfA=?= <373755701@qq.com>
To: =?gb18030?B?dXNlcnM=?= <users@dpdk.org>
Subject: [dpdk-users] dissect the protocol stack when we accounted with ipv4/ipv6 fragmented packets
Date: Wed, 27 Jul 2016 12:36:19 +0800	[thread overview]
Message-ID: <tencent_7A5421530C53408E5FB11FDA@qq.com> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="gb18030", Size: 514 bytes --]

Hi all:
      The reassemble library of DPDK is used to reassemble the  ipv4/ipv6 fragmented packets we received,and the fragmened IP data after reassembled is linked by next pointer of rte_mbuf .The problem we have is :we want to dissect all the tcp/ip stack , but the memory of the ip fragmented data is uncontinual. We try to copy the memory of fragmented data to a blank space which is ready for dissecting. However, the process performance of copy cannot be accepted.


     Any help would be appreciated.

                 reply	other threads:[~2016-07-27  4:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=tencent_7A5421530C53408E5FB11FDA@qq.com \
    --to=373755701@qq.com \
    --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).