-
- Downloads
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
Jesse Gross says:
====================
Open vSwitch
A set of updates for net-next/3.13. Major changes are:
* Restructure flow handling code to be more logically organized and
easier to read.
* Rehashing of the flow table is moved from a workqueue to flow
installation time. Before, heavy load could block the workqueue for
excessive periods of time.
* Additional debugging information is provided to help diagnose megaflows.
* It's now possible to match on TCP flags.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/uapi/linux/openvswitch.h 15 additions, 3 deletionsinclude/uapi/linux/openvswitch.h
- net/openvswitch/Makefile 2 additions, 0 deletionsnet/openvswitch/Makefile
- net/openvswitch/datapath.c 70 additions, 598 deletionsnet/openvswitch/datapath.c
- net/openvswitch/datapath.h 7 additions, 2 deletionsnet/openvswitch/datapath.h
- net/openvswitch/flow.c 24 additions, 1581 deletionsnet/openvswitch/flow.c
- net/openvswitch/flow.h 29 additions, 103 deletionsnet/openvswitch/flow.h
- net/openvswitch/flow_netlink.c 1630 additions, 0 deletionsnet/openvswitch/flow_netlink.c
- net/openvswitch/flow_netlink.h 60 additions, 0 deletionsnet/openvswitch/flow_netlink.h
- net/openvswitch/flow_table.c 592 additions, 0 deletionsnet/openvswitch/flow_table.c
- net/openvswitch/flow_table.h 81 additions, 0 deletionsnet/openvswitch/flow_table.h
- net/openvswitch/vport-gre.c 0 additions, 2 deletionsnet/openvswitch/vport-gre.c
- net/openvswitch/vport-internal_dev.c 1 addition, 1 deletionnet/openvswitch/vport-internal_dev.c
- net/openvswitch/vport-vxlan.c 0 additions, 1 deletionnet/openvswitch/vport-vxlan.c
Loading
Please register or sign in to comment