---- Original Message ---- > From: Ben Warren <[email protected]> > > Signed-off-by: Ben Warren <[email protected]> > --- > include/openvswitch/automake.mk | 1 + > include/openvswitch/ofpbuf.h | 277 ++++++++++++++++++++++++++++++++++ ++++++ > lib/automake.mk | 1 - > lib/bfd.c | 2 +- > lib/bundle.c | 2 +- > lib/dpctl.c | 2 +- > lib/dpif-netdev.c | 2 +- > lib/dpif-netlink.c | 2 +- > lib/dpif.c | 2 +- > lib/jsonrpc.c | 2 +- > lib/learn.c | 2 +- > lib/learning-switch.c | 2 +- > lib/netdev-dummy.c | 2 +- > lib/netdev-linux.c | 2 +- > lib/netdev-windows.c | 2 +- > lib/netlink-conntrack.c | 2 +- > lib/netlink-conntrack.h | 2 +- > lib/netlink-notifier.c | 2 +- > lib/netlink-socket.c | 2 +- > lib/netlink-socket.h | 2 +- > lib/netlink.c | 2 +- > lib/nx-match.c | 2 +- > lib/odp-util.c | 2 +- > lib/ofp-actions.c | 2 +- > lib/ofp-errors.c | 2 +- > lib/ofp-msgs.c | 2 +- > lib/ofp-parse.c | 2 +- > lib/ofp-print.c | 2 +- > lib/ofp-prop.c | 2 +- > lib/ofp-util.c | 2 +- > lib/ofpbuf.c | 2 +- > lib/ofpbuf.h | 275 --------------------------------------- > lib/rconn.c | 2 +- > lib/route-table.c | 2 +- > lib/rstp-state-machines.c | 2 +- > lib/rstp.c | 2 +- > lib/rtnetlink.c | 3 +- > lib/stp.c | 2 +- > lib/stream-ssl.c | 2 +- > lib/stream.c | 2 +- > lib/tnl-ports.c | 2 +- > lib/tun-metadata.h | 2 +- > lib/vconn-stream.c | 2 +- > lib/vconn.c | 2 +- > lib/vlog.c | 2 +- > ofproto/bond.c | 4 +- > ofproto/bundles.c | 2 +- > ofproto/connmgr.c | 2 +- > ofproto/fail-open.c | 2 +- > ofproto/in-band.c | 2 +- > ofproto/netflow.c | 2 +- > ofproto/ofproto-dpif-ipfix.c | 2 +- > ofproto/ofproto-dpif-monitor.c | 2 +- > ofproto/ofproto-dpif-rid.c | 2 +- > ofproto/ofproto-dpif-sflow.c | 2 +- > ofproto/ofproto-dpif-upcall.c | 2 +- > ofproto/ofproto-dpif-xlate.h | 2 +- > ofproto/ofproto-dpif.c | 2 +- > ofproto/ofproto.c | 2 +- > ofproto/pinsched.c | 2 +- > ofproto/tunnel.c | 2 +- > ovn/controller/lflow.c | 2 +- > ovn/controller/ofctrl.c | 2 +- > ovn/controller/physical.c | 2 +- > ovn/lib/actions.c | 2 +- > tests/test-bundle.c | 2 +- > tests/test-flows.c | 2 +- > tests/test-list.c | 1 + > tests/test-netflow.c | 2 +- > tests/test-odp.c | 2 +- > tests/test-ofpbuf.c | 2 +- > tests/test-ovn.c | 2 +- > tests/test-rstp.c | 2 +- > tests/test-sflow.c | 2 +- > tests/test-stp.c | 2 +- > tests/test-vconn.c | 2 +- > utilities/nlmon.c | 2 +- > utilities/ovs-ofctl.c | 2 +- > utilities/ovs-testcontroller.c | 2 +- > vswitchd/bridge.c | 2 +- > vswitchd/system-stats.c | 2 +- > 81 files changed, 357 insertions(+), 353 deletions(-) > create mode 100644 include/openvswitch/ofpbuf.h > delete mode 100644 lib/ofpbuf.h
Continues the theme: once the dist-hook-git target is turned off, "make check" passes. As the change otherwise looks sane so... Acked-by: Ryan Moats <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
