DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Using kni for tcp stream classification
@ 2015-08-05  0:23 EaseTheWorld Mr.
  0 siblings, 0 replies; only message in thread
From: EaseTheWorld Mr. @ 2015-08-05  0:23 UTC (permalink / raw)
  To: dev

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?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-05  0:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-05  0:23 [dpdk-dev] Using kni for tcp stream classification EaseTheWorld Mr.

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).