On Tue, Dec 17, 2019 at 11:03 AM Vishal Deep Ajmera
<vishal.deep.ajm...@ericsson.com> 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:
>

ACK.

Just a nitpick: can you remove the non ASCII double quotes from the
commit message? They shows in git log as:

<E2><80><9C>balance-tcp<E2><80><9D>

Regards,
-- 
Matteo Croce
per aspera ad upstream

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to