[dpdk-users] DPDK : iperf , PMD related problem
soumya pal
soumya_pal2004 at rediffmail.com
Fri Jan 24 12:38:15 CET 2020
Hello,
I am new to DPDK.
I am creating a traffic generator for LTE. I need to wrap the traffic using GTPU header. My application opens one PMD interface. I like to run dpdk-iperf application to generate various types of traffics. I need to catch the traffic on PMD and put proper GTPU header. Please note that I have created a small ARP implementation to know the MAC address of the remote end.
Please let me know
1. Is it possible to capture the dpdk-iperf traffic in PMD?
2. What is the maximum size of that packet?
3. Is this capturing process in PMD time consuming? Will it affect the system?
4. Previously I have used one extra KNI interface to get the traffic from Kernel ( say normal iperf). My problem was it was also including traffic like “mdns” to go ( wrapped in GTPU) from the Virtual interface (kni), which we do not want to send via PMD to remote end. Is there any solution for that?
Please let me know your inputs.
Regards
Soumya
More information about the users
mailing list