Re: [dpdk-dev] Questions about TX descriptors run out occasionally

2018-08-09 Thread Bruce Richardson
On Thu, Jul 26, 2018 at 07:13:50PM -0700, Hui Liu wrote: > Hi Experts, > > I'm developing my own dpdk-based application via Intel 82599ES port. My > Application is doing a job to send ICMP requests (packet size varies from > 64 bytes to 1472 bytes, 200,000 pps, 1.1Gbps) and receive responses, with

[dpdk-dev] Questions about TX descriptors run out occasionally

2018-07-30 Thread 刘辉
Hi Experts, I'm developing my own dpdk-based application via Intel 82599ES port. My Application is doing a job to send ICMP requests (packet size varies from 64 bytes to 1472 bytes, 200,000 pps, 1.1Gbps) and receive responses, with ARP request/response and ICMP response handling when necessary.

[dpdk-dev] Questions about TX descriptors run out occasionally

2018-07-27 Thread Hui Liu
Hi Experts, I'm developing my own dpdk-based application via Intel 82599ES port. My Application is doing a job to send ICMP requests (packet size varies from 64 bytes to 1472 bytes, 200,000 pps, 1.1Gbps) and receive responses, with ARP request/response and ICMP response handling when necessary. It

[dpdk-dev] Questions about TX descriptors run out occasionally

2018-07-26 Thread Hui Liu
Hi Experts, I'm developing my own dpdk-based application via Intel 82599ES port. My Application is doing a job to send ICMP requests (packet size varies from 64 bytes to 1472 bytes, 200,000 pps, 1.1Gbps) and receive responses, with ARP request/response and ICMP response handling when necessary. It