v1->v2: Updated datapath action to hash + lb-output. Updated throughput test observations. Rebased to OVS master.
v2->v3: Rebased to OVS master. Fixed git merge issue. v3->v4: Addressed Ilya Maximets comments. https://mail.openvswitch.org/pipermail/ovs-dev/2019-July/360452.html Vishal Deep Ajmera (1): Avoid dp_hash recirculation for balance-tcp bond selection mode datapath/linux/compat/include/linux/openvswitch.h | 2 + lib/dpif-netdev.c | 462 ++++++++++++++++++++-- lib/dpif-netlink.c | 2 + lib/dpif-provider.h | 5 + lib/dpif.c | 36 ++ lib/dpif.h | 5 + lib/odp-execute.c | 2 + lib/odp-util.c | 4 + ofproto/bond.c | 35 +- ofproto/bond.h | 9 + ofproto/ofproto-dpif-ipfix.c | 1 + ofproto/ofproto-dpif-sflow.c | 1 + ofproto/ofproto-dpif-xlate.c | 65 ++- ofproto/ofproto-dpif.c | 31 ++ ofproto/ofproto-dpif.h | 12 +- tests/lacp.at | 9 + vswitchd/bridge.c | 4 + vswitchd/vswitch.xml | 10 + 18 files changed, 640 insertions(+), 55 deletions(-) -- 1.9.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
