]> git.baikalelectronics.ru Git - kernel.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)
commit227d38d2890964f1881a48ef7d0dbed5c9dc34d1
tree30351cd35586f3acf9907aa0f3b4ab9d4f7be81f
parent92178b1763424bb351a7d346aac9ea3ddb256de6
parent51c762322dce78787c92c3737bf74d3e0708c74e
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>