Re: [ovs-dev] [PATCH 3/3] ofproto-dpif-xlate: Avoid using sample action when nesting level is low

2017-03-10 Thread Andy Zhou
On Fri, Mar 10, 2017 at 5:10 PM, Joe Stringer wrote: > On 10 March 2017 at 16:51, Joe Stringer wrote: >> On 9 March 2017 at 14:50, Andy Zhou wrote: >>> When datapath sample action only allow a small number of nested actions >>> (i.e. less than 3), do

Re: [ovs-dev] [PATCH 3/3] ofproto-dpif-xlate: Avoid using sample action when nesting level is low

2017-03-10 Thread Joe Stringer
On 10 March 2017 at 16:51, Joe Stringer wrote: > On 9 March 2017 at 14:50, Andy Zhou wrote: >> When datapath sample action only allow a small number of nested actions >> (i.e. less than 3), do not translate the OpenFlow's 'clone' action >> into datapath 'sample'

Re: [ovs-dev] [PATCH 3/3] ofproto-dpif-xlate: Avoid using sample action when nesting level is low

2017-03-10 Thread Joe Stringer
On 9 March 2017 at 14:50, Andy Zhou wrote: > When datapath sample action only allow a small number of nested actions > (i.e. less than 3), do not translate the OpenFlow's 'clone' action > into datapath 'sample' action, since such translation would cause > datapath to reject the

[ovs-dev] [PATCH 3/3] ofproto-dpif-xlate: Avoid using sample action when nesting level is low

2017-03-09 Thread Andy Zhou
When datapath sample action only allow a small number of nested actions (i.e. less than 3), do not translate the OpenFlow's 'clone' action into datapath 'sample' action, since such translation would cause datapath to reject the flow, with 'EOVERFLOW', when OVS is used to implement the OVN