On Tue, Jun 25, 2019 at 09:28:32AM +0000, Vishal Deep Ajmera wrote: > Problem: > -------- > In OVS-DPDK, flows with output over a bond interface of type "balance-tcp" > (using a hash on TCP/UDP 5-tuple) get translated by the ofproto layer into > "HASH" and "RECIRC" datapath actions. After recirculation, the packet is > forwarded to the bond member port based on 8-bits of the datapath hash > value computed through dp_hash. This causes performance degradation in the > following ways:
Thanks for the patch. I wasn't able to apply this patch. In two places, the patch was corrupted (the patch didn't properly represent page-break characters in the source code but transformed them into blank lines). I fixed that up after figuring out what was going on, but after that there were patch rejects. It might be a good idea to resubmit this as a Github pull request. Thanks, Ben. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
