Re: [ovs-dev] [PATCH 2/3] ofproto: Probe for sample nesting level.

2017-03-10 Thread Andy Zhou
On Fri, Mar 10, 2017 at 4:48 PM, Joe Stringer wrote: > On 9 March 2017 at 14:50, Andy Zhou wrote: >> Add logics to detect the max level of nesting allowed by the >> sample action implemented in the datapath. >> >> Future patch allows xlate code to generate different

Re: [ovs-dev] [PATCH 2/3] ofproto: Probe for sample nesting level.

2017-03-10 Thread Joe Stringer
On 9 March 2017 at 14:50, Andy Zhou wrote: > Add logics to detect the max level of nesting allowed by the > sample action implemented in the datapath. > > Future patch allows xlate code to generate different odp actions > based on this information. > > Signed-off-by: Andy Zhou

[ovs-dev] [PATCH 2/3] ofproto: Probe for sample nesting level.

2017-03-09 Thread Andy Zhou
Add logics to detect the max level of nesting allowed by the sample action implemented in the datapath. Future patch allows xlate code to generate different odp actions based on this information. Signed-off-by: Andy Zhou --- include/openvswitch/flow.h | 3 +++ lib/dpif.c