Yesterday, while going through datapath changes on master, I noticed that some bugfixes seem to be relevant and missing on master. Here is a series of backports for review.
Thanks, Ben. Ansis Atteka (1): datapath: Release rtnl_lock if ovs_vport_cmd_build_info() failed Ben Pfaff (1): datapath: Honor dp_ifindex, when specified, for vport lookup by name. Jesse Gross (2): datapath: Fix checksum update for actions on UDP packets. flow: Add length check when retrieving TCP flags. Pravin B Shelar (2): datapath: Move CSUM_MANGLED_0 definition to net checksum header. datapath: Fix Tunnel options TOS datapath/actions.c | 45 +++++++++++++++++------ datapath/datapath.c | 8 +++-- datapath/flow.c | 3 +- datapath/linux/Modules.mk | 1 + datapath/linux/compat/include/linux/checksum.h | 10 +++++ datapath/linux/compat/include/net/checksum.h | 4 ++ datapath/tunnel.c | 20 ++++++---- lib/dpif-netdev.c | 3 +- vswitchd/vswitch.xml | 3 +- 9 files changed, 71 insertions(+), 26 deletions(-) create mode 100644 datapath/linux/compat/include/linux/checksum.h -- 1.7.2.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev