[ovs-dev] [PATCH v3 00/10] datapath: Reduce lock contention.

Jarno Rajahalme jrajahalme at nicira.com
Fri Feb 21 19:50:28 UTC 2014


Here are some indicative netperf TCP_CRR performance numbers for these
patches.

Jarno Rajahalme (10):
44.7k  (master)
       datapath: Avoid assigning a NULL pointer to flow actions.
       datapath: Fix output of SCTP mask.
       datapath: Use TCP flags in the flow key for stats.
45.0k  datapath: Compact sw_flow_key.
       datapath: Clarify locking.
49.4k  datapath: Build flow cmd netlink reply only if needed.
52.6k  datapath: Minimize ovs_flow_cmd_del critical section.
       datapath: Split ovs_flow_cmd_new_or_set().
52.8k  datapath: Minimize ovs_flow_cmd_new_or_set critical section.
53.0k  datapath: Minimize dp and vport critical sections.

 datapath/datapath.c     |  537 +++++++++++++++++++++++++++++------------------
 datapath/flow.c         |   46 ++--
 datapath/flow.h         |   29 +--
 datapath/flow_netlink.c |  112 +++-------
 4 files changed, 392 insertions(+), 332 deletions(-)

-- 
1.7.10.4




More information about the dev mailing list