[dpdk-dev] KNI example with pcap file

2015-07-28 Thread EaseTheWorld Mr.
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 -> i

[dpdk-dev] KNI example with pcap file

2015-07-28 Thread Jay Rolette
Maybe I just haven't had enough caffeine this morning yet, but why would you add IP reassembly to KNI? If packets are going through KNI, they already have IP reassembly via the normal Linux networking stack... Jay On Mon, Jul 27, 2015 at 8:55 PM, EaseTheWorld Mr. wrote: > Hello. I'm a DPDK newb