Re: [ovs-dev] [RFC 2/8] ovn-northd: Split ACL and pre-ACL processing.

2016-03-14 Thread Ben Pfaff
On Sun, Feb 28, 2016 at 10:33:18PM -0800, Gurucharan Shetty wrote: > Future patches introduce more tables between > pre-ACL and ACL processing. As such, it looks > easier to separate these out into separate > functions to enhance code readability. > > Signed-off-by: Gurucharan Shetty Acked-by: B

[ovs-dev] [RFC 2/8] ovn-northd: Split ACL and pre-ACL processing.

2016-02-29 Thread Gurucharan Shetty
Future patches introduce more tables between pre-ACL and ACL processing. As such, it looks easier to separate these out into separate functions to enhance code readability. Signed-off-by: Gurucharan Shetty --- ovn/northd/ovn-northd.c | 26 ++ 1 file changed, 18 insertions