Re: [dpdk-dev] [PATCH] examples/l3fwd-power: fix Rx descriptor size

2017-05-01 Thread Thomas Monjalon
28/04/2017 09:47, Yao, Lei A: > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pablo de Lara > > > > L3fwd power app monitors the RX queues to see if the polling frequency > > should be adjusted (the busier the queue, the higher the frequency). > > The app uses several thresholds in the ring

Re: [dpdk-dev] [PATCH] examples/l3fwd-power: fix Rx descriptor size

2017-04-28 Thread Yao, Lei A
April 26, 2017 7:30 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; > sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] examples/l3fwd-power: fix Rx descriptor size > > L3fwd power app monitors the RX queues to see if the polling frequency > should be adjusted (the busier the q

[dpdk-dev] [PATCH] examples/l3fwd-power: fix Rx descriptor size

2017-04-26 Thread Pablo de Lara
L3fwd power app monitors the RX queues to see if the polling frequency should be adjusted (the busier the queue, the higher the frequency). The app uses several thresholds in the ring to determine the frequency, being 96 the highest one, when frequency should be highest. The problem is that the di