[dpdk-dev] roundtrip delay

2014-05-27 Thread Jun Han
lower latency?) which provides some pointers > for getting lower latency if you are willing to give up top-rate throughput. > > Thanks, > Jeff > > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Helmut Sim > Sent: Sunday, May 25, 2014 7:

[dpdk-dev] roundtrip delay

2014-05-25 Thread Jayakumar, Muthurajan
my network application to achieve lower latency?) which provides some pointers for getting lower latency if you are willing to give up top-rate throughput. Thanks, Jeff -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Helmut Sim Sent: Sunday, May 25, 2014 7:55 AM To:

[dpdk-dev] roundtrip delay

2014-05-25 Thread Helmut Sim
Hi, what is the way to optimize the round trip delay of a packet? i.e. receiving a packet and then resending it back to the network in a minimal time, assuming the rx and tx threads are on a continuous loop of rx/tx. Thanks,