Thank you Greg for testing.
Regards _Sugesh > -----Original Message----- > From: Greg Rose [mailto:[email protected]] > Sent: Thursday, July 13, 2017 1:01 PM > To: Chandran, Sugesh <[email protected]>; > [email protected]; [email protected]; [email protected] > Subject: Re: [ovs-dev] [PATCH v2 0/4]tunneling : Improving tunneling > performance by avoiding dp recirc. > > On 07/04/2017 02:46 AM, Sugesh Chandran wrote: > > Openvswitch datapath recirculates packets for tunneling, i.e. > > the incoming packets are encapsulated at first pass. Further actions > > are applied on encapsulated packets on the second pass after recirculating. > > The proposed patch compute and append the post tunnel actions at the > > time of translation itself instead of recirculating at datapath. These > > actions are solely depends on tunnel attributes so there is no need of > > datapath recirculation. > > > > By avoiding the recirculation at datapath, the patch offers upto 30% > > performance improvement for VxLAN tunneling in our testing. > > The action execution logic is also extended with new CLONE action to > > define the packet cloning when the actions are combined. The lenght in > > the CLONE action specifies the size of nested action set. > > > > Signed-off-by: Sugesh Chandran <[email protected]> > > Signed-off-by: Zoltán Balogh <[email protected]> > > Co-authored-by: Zoltán Balogh <[email protected]> > > FWIW I applied these patches and they compiled, passed make check tests > and checkpatch. > > Tested-by: Greg Rose <gvrose@[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
