Skip to content

Commit

Permalink
bisect
Browse files Browse the repository at this point in the history
  • Loading branch information
almusil committed Aug 21, 2023
1 parent c4cfade commit be92fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovs
Submodule ovs updated 53 files
+0 −11 Documentation/howto/tc-offload.rst
+1 −1 Documentation/ref/ovs-actions.7.rst
+14 −6 Documentation/topics/dpdk/pmd.rst
+1 −7 NEWS
+1 −1 configure.ac
+1 −7 debian/changelog
+0 −4 include/openvswitch/meta-flow.h
+6 −17 include/sparse/numa.h
+4 −1 include/sparse/rte_memcpy.h
+5 −20 lib/classifier.c
+0 −7 lib/conntrack-tp.h
+165 −91 lib/conntrack.c
+33 −9 lib/db-ctl-base.c
+3 −9 lib/dpctl.c
+2 −6 lib/dpif-netdev.c
+1 −2 lib/dpif-netlink.c
+0 −8 lib/dpif-provider.h
+0 −6 lib/dpif.c
+0 −1 lib/dpif.h
+0 −25 lib/meta-flow.c
+20 −102 lib/netdev-dpdk.c
+1 −1 lib/netdev-linux.c
+49 −151 lib/netdev-offload-tc.c
+0 −11 lib/netdev-windows.c
+1 −1 lib/ovs-thread.c
+3 −10 lib/socket-util.c
+1 −2 lib/socket-util.h
+2 −22 lib/tc.c
+2 −2 lib/tc.h
+0 −16 lib/util.c
+0 −1 lib/util.h
+24 −105 ofproto/ofproto-dpif-ipfix.c
+13 −67 ofproto/ofproto-dpif-upcall.c
+0 −8 ofproto/ofproto-dpif-xlate.c
+19 −9 ofproto/ofproto-dpif.c
+0 −5 ofproto/ofproto-provider.h
+0 −10 ofproto/ofproto.c
+0 −2 ofproto/ofproto.h
+16 −27 ovsdb/jsonrpc-server.c
+0 −3 ovsdb/ovsdb.c
+0 −88 tests/classifier.at
+9 −9 tests/ofproto-dpif.at
+0 −182 tests/ofproto.at
+5 −3 tests/ovs-vsctl.at
+0 −18 tests/ovsdb-server.at
+1 −1 tests/packet-type-aware.at
+3 −3 tests/pmd.at
+0 −59 tests/system-interface.at
+7 −186 tests/system-offloads-traffic.at
+0 −212 tests/system-traffic.at
+0 −4 utilities/ovs-ofctl.c
+0 −3 vswitchd/bridge.c
+4 −19 vswitchd/vswitch.xml

0 comments on commit be92fed

Please sign in to comment.