v7->v8:
 Removed hash action for balance-tcp mode.
 Removed bond-only pmd reload action.
 Rebased to OVS master.

v6->v7:
 Fixed issue reported by Matteo for bond/show.

v5->v6:
 Addressed comments from Ilya Maximets.
 https://mail.openvswitch.org/pipermail/ovs-dev/2019-August/362001.html
 Rebased to OVS master.

v4->v5:
 Support for stats per hash bucket.
 Support for dynamic load balancing.
 Rebased to OVS Master.

v3->v4:
 Addressed Ilya Maximets comments.
 https://mail.openvswitch.org/pipermail/ovs-dev/2019-July/360452.html

v2->v3:
 Rebased to OVS master.
 Fixed git merge issue.

v1->v2:
 Updated datapath action to hash + lb-output.
 Updated throughput test observations.
 Rebased to OVS master.

Vishal Deep Ajmera (1):
  Avoid dp_hash recirculation for balance-tcp bond selection mode

 datapath/linux/compat/include/linux/openvswitch.h |   1 +
 lib/dpif-netdev.c                                 | 503 ++++++++++++++++++++--
 lib/dpif-netlink.c                                |   3 +
 lib/dpif-provider.h                               |   8 +
 lib/dpif.c                                        |  48 +++
 lib/dpif.h                                        |   7 +
 lib/odp-execute.c                                 |   2 +
 lib/odp-util.c                                    |   4 +
 ofproto/bond.c                                    |  50 ++-
 ofproto/bond.h                                    |   9 +
 ofproto/ofproto-dpif-ipfix.c                      |   1 +
 ofproto/ofproto-dpif-sflow.c                      |   1 +
 ofproto/ofproto-dpif-xlate.c                      |  43 +-
 ofproto/ofproto-dpif.c                            |  32 ++
 ofproto/ofproto-dpif.h                            |  10 +-
 tests/lacp.at                                     |   9 +
 vswitchd/bridge.c                                 |   6 +
 vswitchd/vswitch.xml                              |  10 +
 18 files changed, 688 insertions(+), 59 deletions(-)

-- 
1.9.1

Signed-off-by: Manohar Krishnappa Chidambaraswamy <[email protected]>
Co-authored-by: Manohar Krishnappa Chidambaraswamy <[email protected]>
Signed-off-by: Vishal Deep Ajmera <[email protected]>

CC: Jan Scheurich <[email protected]>
CC: Venkatesan Pradeep <[email protected]>
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to