Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
Jesse Gross says:
====================
[GIT net-next] Open vSwitch
Open vSwitch changes for net-next/3.14. Highlights are:
* Performance improvements in the mechanism to get packets to userspace
using memory mapped netlink and skb zero copy where appropriate.
* Per-cpu flow stats in situations where flows are likely to be shared
across CPUs. Standard flow stats are used in other situations to save
memory and allocation time.
* A handful of code cleanups and rationalization.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/linux/skbuff.h 3 additions, 0 deletionsinclude/linux/skbuff.h
- include/net/genetlink.h 4 additions, 0 deletionsinclude/net/genetlink.h
- include/uapi/linux/openvswitch.h 13 additions, 1 deletioninclude/uapi/linux/openvswitch.h
- net/core/skbuff.c 85 additions, 0 deletionsnet/core/skbuff.c
- net/netfilter/nfnetlink_queue_core.c 4 additions, 55 deletionsnet/netfilter/nfnetlink_queue_core.c
- net/netlink/af_netlink.c 4 additions, 0 deletionsnet/netlink/af_netlink.c
- net/netlink/genetlink.c 21 additions, 0 deletionsnet/netlink/genetlink.c
- net/openvswitch/datapath.c 128 additions, 103 deletionsnet/openvswitch/datapath.c
- net/openvswitch/datapath.h 4 additions, 2 deletionsnet/openvswitch/datapath.h
- net/openvswitch/flow.c 89 additions, 7 deletionsnet/openvswitch/flow.c
- net/openvswitch/flow.h 24 additions, 9 deletionsnet/openvswitch/flow.h
- net/openvswitch/flow_netlink.c 53 additions, 13 deletionsnet/openvswitch/flow_netlink.c
- net/openvswitch/flow_netlink.h 1 addition, 0 deletionsnet/openvswitch/flow_netlink.h
- net/openvswitch/flow_table.c 41 additions, 19 deletionsnet/openvswitch/flow_table.c
- net/openvswitch/flow_table.h 4 additions, 2 deletionsnet/openvswitch/flow_table.h
- net/openvswitch/vport.c 5 additions, 1 deletionnet/openvswitch/vport.c
- net/openvswitch/vport.h 0 additions, 1 deletionnet/openvswitch/vport.h
Loading
Please register or sign in to comment