[ovs-dev] [PATCH ovn 3/4] Refactor lflow functions to take two context argument - lflow_ctx_in and lflow_ctx_out.

2020-01-24 Thread numans
From: Numan Siddique Presently most of the lflow_*() functions called from ovn-controller.c takes lots of arguments. This patch adds 'struct lflow_ctx_in' and 'struct lflow_ctx_out' to simplify the code a bit. This also reduces some code in ovn-controller.c and improves readability to some degre

Re: [ovs-dev] [PATCH ovn 3/4] Refactor lflow functions to take two context argument - lflow_ctx_in and lflow_ctx_out.

2020-01-27 Thread Han Zhou
On Fri, Jan 24, 2020 at 3:04 AM wrote: > > From: Numan Siddique > > Presently most of the lflow_*() functions called from ovn-controller.c > takes lots of arguments. This patch adds 'struct lflow_ctx_in' and > 'struct lflow_ctx_out' to simplify the code a bit. This also reduces some > code in ov

Re: [ovs-dev] [PATCH ovn 3/4] Refactor lflow functions to take two context argument - lflow_ctx_in and lflow_ctx_out.

2020-01-28 Thread Numan Siddique
On Tue, Jan 28, 2020 at 1:11 PM Han Zhou wrote: > > On Fri, Jan 24, 2020 at 3:04 AM wrote: > > > > From: Numan Siddique > > > > Presently most of the lflow_*() functions called from ovn-controller.c > > takes lots of arguments. This patch adds 'struct lflow_ctx_in' and > > 'struct lflow_ctx_out'