[dpdk-dev] [PATCH] examples: new txburst application

2015-01-31 Thread Wiles, Keith
On 1/30/15, 1:45 PM, "Wiles, Keith" wrote: > > >Sent from my iPhone > >On Jan 30, 2015, at 9:49 AM, Bhavesh Davda wrote: > >>> Did you know pktgen-dpdk? >>> http://dpdk.org/browse/apps/pktgen-dpdk/tree/README.md >>> >>> Do you think it could replace your application? >> >> [Bhavesh Davda] Ye

[dpdk-dev] [PATCH] examples: new txburst application

2015-01-30 Thread Wiles, Keith
Sent from my iPhone On Jan 30, 2015, at 9:49 AM, Bhavesh Davda wrote: >> Did you know pktgen-dpdk? >> http://dpdk.org/browse/apps/pktgen-dpdk/tree/README.md >> >> Do you think it could replace your application? > > [Bhavesh Davda] Yes, I regularly use pktgen-dpdk, and love the app (thanks >

[dpdk-dev] [PATCH] examples: new txburst application

2015-01-30 Thread Thomas Monjalon
2015-01-30 16:29, Bhavesh Davda: > Hi Thomas, > > > Hi Bhavesh, > > > > 2014-11-18 10:32, Bhavesh Davda: > > > Test application to transmit 32-packet bursts of 220-byte UDP packets > > every > > > 50 us, approximating 240,000 pps. We found it useful for testing > > hypervisor > > > performance fo

[dpdk-dev] [PATCH] examples: new txburst application

2015-01-30 Thread Bhavesh Davda
> Did you know pktgen-dpdk? > http://dpdk.org/browse/apps/pktgen-dpdk/tree/README.md > > Do you think it could replace your application? > [Bhavesh Davda] Yes, I regularly use pktgen-dpdk, and love the app (thanks Keith!) but I couldn't quite get it to do this simplistic job of generating a st

[dpdk-dev] [PATCH] examples: new txburst application

2015-01-30 Thread Bhavesh Davda
Hi Thomas, > Hi Bhavesh, > > 2014-11-18 10:32, Bhavesh Davda: > > Test application to transmit 32-packet bursts of 220-byte UDP packets > every > > 50 us, approximating 240,000 pps. We found it useful for testing > hypervisor > > performance for a transmit-heavy but bursty workload in a VM with >

[dpdk-dev] [PATCH] examples: new txburst application

2015-01-30 Thread Thomas Monjalon
Hi Bhavesh, 2014-11-18 10:32, Bhavesh Davda: > Test application to transmit 32-packet bursts of 220-byte UDP packets every > 50 us, approximating 240,000 pps. We found it useful for testing hypervisor > performance for a transmit-heavy but bursty workload in a VM with DPDK. > > Signed-off-by: Bha

[dpdk-dev] [PATCH] examples: new txburst application

2014-11-18 Thread Bhavesh Davda
Test application to transmit 32-packet bursts of 220-byte UDP packets every 50 us, approximating 240,000 pps. We found it useful for testing hypervisor performance for a transmit-heavy but bursty workload in a VM with DPDK. Signed-off-by: Bhavesh Davda --- examples/Makefile |1 + ex