[dpdk-dev] More information on Pktgen

2014-08-31 Thread Wiles, Roger Keith
Here is some more information about Pktgen that others may want to know: At this point Pktgen is just a simple L2/L3 (UDP/TCP/IPv4 with some IPv6 support) traffic generator and does not have a network or any kind of state keeping. Mostly useful for sending traffic for performance testing and som

[dpdk-dev] Pktgen-DPDK now located on dpdk.org

2014-08-31 Thread Wiles, Roger Keith
Hi Everyone, I now have Pktgen-DPDK a traffic generator application using DPDK. You can get the code from here: http://dpdk.org/browse/apps/pktgen-dpdk/ There is a README.md file that should explain how it is built, but I could have missed something as I was including DPDK with the Pktgen code

[dpdk-dev] DPDK and custom memory

2014-08-31 Thread Alex Markuze
Artur, I don't have the details of what you are trying to achieve, but it sounds like something that is covered by IOMMU, SW or HW. The IOMMU creates an iova (I/O Virtual address) the nic can access the range is controlled with flags passed to the dma_map functions. So I understand your question