]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
authorDavid S. Miller <davem@davemloft.net>
Wed, 28 Aug 2013 02:11:18 +0000 (22:11 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Aug 2013 02:11:18 +0000 (22:11 -0400)
commit5b2941b18dc5f60a5c14a5c15693f9c58b0dd922
tree30351cd35586f3acf9907aa0f3b4ab9d4f7be81f
parentb6750b4056720629e4c1e2e0d05f63692bffad27
parent5828cd9a68873df1340b420371c02c47647878fb
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch

Jesse Gross says:

====================
A number of significant new features and optimizations for net-next/3.12.
Highlights are:
 * "Megaflows", an optimization that allows userspace to specify which
   flow fields were used to compute the results of the flow lookup.
   This allows for a major reduction in flow setups (the major
   performance bottleneck in Open vSwitch) without reducing flexibility.
 * Converting netlink dump operations to use RCU, allowing for
   additional parallelism in userspace.
 * Matching and modifying SCTP protocol fields.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>