Re: [ovs-dev] [PATCH ovn] controller: Fix the wrong 'struct' type for 'pflow_output_data'.

2021-06-23 Thread Numan Siddique
On Wed, Jun 23, 2021 at 11:26 AM Mark Michelson wrote: > > Acked-by: Mark Michelson Thanks. Applied to the main branch. Numan > > On 6/22/21 4:10 PM, num...@ovn.org wrote: > > From: Numan Siddique > > > > 'pflow_output_data' should be of type 'struct ed_type_pflow_output' > > and not

Re: [ovs-dev] [PATCH ovn] controller: Fix the wrong 'struct' type for 'pflow_output_data'.

2021-06-23 Thread Mark Michelson
Acked-by: Mark Michelson On 6/22/21 4:10 PM, num...@ovn.org wrote: From: Numan Siddique 'pflow_output_data' should be of type 'struct ed_type_pflow_output' and not 'struct ed_type_lflow_output'. Fixes: e07e397b7ae("ovn-controller: Split logical flow and physical flow processing.")

[ovs-dev] [PATCH ovn] controller: Fix the wrong 'struct' type for 'pflow_output_data'.

2021-06-22 Thread numans
From: Numan Siddique 'pflow_output_data' should be of type 'struct ed_type_pflow_output' and not 'struct ed_type_lflow_output'. Fixes: e07e397b7ae("ovn-controller: Split logical flow and physical flow processing.") Signed-off-by: Numan Siddique --- controller/ovn-controller.c | 2 +- 1 file