Re: [dpdk-dev] [PATCH] bus/fslmc: change the eqcr stashing threshold to 1

2018-01-12 Thread Thomas Monjalon
05/01/2018 12:23, Shreyansh Jain: > On Wednesday 03 January 2018 09:09 PM, Nipun Gupta wrote: > > Changing the EQCR stashing threshold boosts the performance > > of l3fwd application on LS2088 by more than 20% as it helps > > in burst packet processing at the Tx side. CPU is immediately > > informe

Re: [dpdk-dev] [PATCH] bus/fslmc: change the eqcr stashing threshold to 1

2018-01-05 Thread Shreyansh Jain
On Wednesday 03 January 2018 09:09 PM, Nipun Gupta wrote: Changing the EQCR stashing threshold boosts the performance of l3fwd application on LS2088 by more than 20% as it helps in burst packet processing at the Tx side. CPU is immediately informed about the empty EQCR entries once consumed by th

[dpdk-dev] [PATCH] bus/fslmc: change the eqcr stashing threshold to 1

2018-01-03 Thread Nipun Gupta
Changing the EQCR stashing threshold boosts the performance of l3fwd application on LS2088 by more than 20% as it helps in burst packet processing at the Tx side. CPU is immediately informed about the empty EQCR entries once consumed by the hardware. Signed-off-by: Nipun Gupta --- drivers/bus/fs