Thanks Jesse, applied patches 1-5 to master. I'll address your comments on patch #6 in a new series.
On 29 July 2015 at 12:53, Joe Stringer <joestrin...@nicira.com> wrote: > This series addresses a few low-hanging fruit of stylistic differences between > the ovs tree datapath module and the upstream linux module, and adds support > for Linux 4.1. > > Alexander Duyck (1): > datapath: Use eth_proto_is_802_3. > > Joe Stringer (5): > datapath: Whitespace fixes. > datapath: Constify netlink structs. > datapath: Use skb_postpull_rcsum(). > datapath: Backport eth_proto_is_802_3(). > datapath: Add support for 4.1 kernel. > > .travis.yml | 1 + > acinclude.m4 | 4 ++-- > datapath/actions.c | 11 ++------- > datapath/datapath.c | 29 > +++++++++++++---------- > datapath/datapath.h | 11 ++++----- > datapath/flow.c | 8 ++++--- > datapath/flow.h | 1 - > datapath/flow_netlink.c | 9 +++---- > datapath/linux/compat/geneve.c | 2 +- > datapath/linux/compat/include/linux/etherdevice.h | 13 ++++++++++ > datapath/linux/compat/include/net/net_namespace.h | 29 > +++++++++++++++++++++++ > datapath/linux/compat/include/net/udp_tunnel.h | 5 ++-- > datapath/linux/compat/include/net/vxlan.h | 14 ++++++----- > datapath/linux/compat/stt.c | 16 +++++++------ > datapath/linux/compat/udp_tunnel.c | 10 ++++---- > datapath/linux/compat/vxlan.c | 7 +++--- > datapath/vport-lisp.c | 3 ++- > datapath/vport-vxlan.c | 2 +- > datapath/vport.c | 3 +-- > datapath/vport.h | 1 - > 20 files changed, 111 insertions(+), 68 deletions(-) > > -- > 2.1.4 > _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev