Re: [ovs-dev] [PATCH v9 1/1] Avoid dp_hash recirculation for balance-tcp bond selection mode

2020-01-07 Thread Vishal Deep Ajmera via dev
> > I'm not sure what's happened here but this patch really really fails to > apply: > > Applying: Avoid dp_hash recirculation for balance-tcp bond selection > mode > error: patch failed: > datapath/linux/compat/include/linux/openvswitch.h:994 > error: datapath/linux/compat/include/lin

Re: [ovs-dev] [PATCH v9 1/1] Avoid dp_hash recirculation for balance-tcp bond selection mode

2020-01-07 Thread Ben Pfaff
On Fri, Dec 20, 2019 at 11:20:10AM +0530, 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 recircula

[ovs-dev] [PATCH v9 1/1] Avoid dp_hash recirculation for balance-tcp bond selection mode

2019-12-19 Thread Vishal Deep Ajmera via dev
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 d