DPDK patches and discussions
 help / color / mirror / Atom feed
From: "EaseTheWorld Mr." <easetheworld@gmail.com>
To: dev@dpdk.org
Subject: [dpdk-dev] Using kni for tcp stream classification
Date: Wed, 5 Aug 2015 09:23:22 +0900	[thread overview]
Message-ID: <CAJzQz-ECaFgMZuGk+UmFg8uuiqx9fwHgxDaj33uW0V9YT+zhhQ@mail.gmail.com> (raw)

Hello.
I'm using kni with a libpcap-based program.
I will sort packets by tcp stream in kni
so the program can concentrate on the business logic.
My question is
- Is kni guaranteed to keep the packet order?
  rte_kni_tx_burst(p1)->rte_kni_tx_burst(p2)->rte_kni_tx_burst(p3)
  then I want pcap_loop() to return p1, p2, p3 in same order?
- There are many libraries in dpdk.
  What rte_libs can I use to classify tcp streams? Any examples?

                 reply	other threads:[~2015-08-05  0:23 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=CAJzQz-ECaFgMZuGk+UmFg8uuiqx9fwHgxDaj33uW0V9YT+zhhQ@mail.gmail.com \
    --to=easetheworld@gmail.com \
    --cc=dev@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).