mbox series

[ovs-dev,v4,0/2] dfc_process optimization by prefetching EMC entry

Message ID 1559555477-36363-1-git-send-email-Yanqin.Wei@arm.com
Headers show
Series dfc_process optimization by prefetching EMC entry | expand

Message

Yanqin Wei June 3, 2019, 9:51 a.m. UTC
It is observed that the throughput of medium number of flows(9-8191) is
worse than low number of flows(1-8) in the EMC NIC2NIC test.
This patch improves it by prefetching EMC entry in advance. In order not to
affect low and high number of flows scenario, an EMC counter is introduced
to prefetch only under the medium number of flows scenario.   

Yanqin Wei (2):
  dpif-netdev: add EMC entries counter
  dpif-netdev: dfc_process performance optimization by prefetching EMC
    entry.

 lib/dpif-netdev.c | 88 +++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 57 insertions(+), 31 deletions(-)
 mode change 100644 => 100755 lib/dpif-netdev.c