[dpdk-dev] KNI example with pcap file

EaseTheWorld Mr. easetheworld at gmail.com
Tue Jul 28 03:55:35 CEST 2015


Hello. I'm a DPDK newbie, playing with KNI.

I have a packet analysis application like tshark,
which receives packets from network interface or pcap file.

My plan with KNI is
1) Performance improvement without modifying my program
2) Add ip_reassembly, acl to kni example.
   (rte_eth_rx_burst -> ip_reassembly, acl -> rte_kni_tx_burst)

If input is network interface, I think the plan is fine.
but if input is pcap file, is it possible?
Should I use vdev or something?


More information about the dev mailing list