Searched hist:db74a3335e0f645e3139c80bcfc90feb01d8e304 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/openvswitch/ |
H A D | flow_table.c | diff db74a3335e0f645e3139c80bcfc90feb01d8e304 Thu Sep 15 17:11:53 CDT 2016 Thadeu Lima de Souza Cascardo <cascardo@redhat.com> openvswitch: use percpu flow stats
Instead of using flow stats per NUMA node, use it per CPU. When using megaflows, the stats lock can be a bottleneck in scalability.
On a E5-2690 12-core system, usual throughput went from ~4Mpps to ~15Mpps when forwarding between two 40GbE ports with a single flow configured on the datapath.
This has been tested on a system with possible CPUs 0-7,16-23. After module removal, there were no corruption on the slab cache.
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com> Cc: pravin shelar <pshelar@ovn.org> Acked-by: Pravin B Shelar <pshelar@ovn.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | flow.h | diff db74a3335e0f645e3139c80bcfc90feb01d8e304 Thu Sep 15 17:11:53 CDT 2016 Thadeu Lima de Souza Cascardo <cascardo@redhat.com> openvswitch: use percpu flow stats
Instead of using flow stats per NUMA node, use it per CPU. When using megaflows, the stats lock can be a bottleneck in scalability.
On a E5-2690 12-core system, usual throughput went from ~4Mpps to ~15Mpps when forwarding between two 40GbE ports with a single flow configured on the datapath.
This has been tested on a system with possible CPUs 0-7,16-23. After module removal, there were no corruption on the slab cache.
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com> Cc: pravin shelar <pshelar@ovn.org> Acked-by: Pravin B Shelar <pshelar@ovn.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | flow.c | diff db74a3335e0f645e3139c80bcfc90feb01d8e304 Thu Sep 15 17:11:53 CDT 2016 Thadeu Lima de Souza Cascardo <cascardo@redhat.com> openvswitch: use percpu flow stats
Instead of using flow stats per NUMA node, use it per CPU. When using megaflows, the stats lock can be a bottleneck in scalability.
On a E5-2690 12-core system, usual throughput went from ~4Mpps to ~15Mpps when forwarding between two 40GbE ports with a single flow configured on the datapath.
This has been tested on a system with possible CPUs 0-7,16-23. After module removal, there were no corruption on the slab cache.
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com> Cc: pravin shelar <pshelar@ovn.org> Acked-by: Pravin B Shelar <pshelar@ovn.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|