Re: [ovs-dev] [PATCH 09/18] ofproto/xlate: Move is_admissible() up

2014-05-19 Thread Ben Pfaff
On Fri, Apr 11, 2014 at 06:34:14PM -0300, Flavio Leitner wrote: > No functional changes. This is just for better readability > when the multicast snooping learning and sending functions > are added to the code. > > Acked-by: Thomas Graf > Acked-by: Daniel Borkmann > Signed-off-by: Flavio Leitne

Re: [ovs-dev] [PATCH 09/18] ofproto/xlate: Move is_admissible() up

2014-05-19 Thread Ben Pfaff
On Fri, Apr 11, 2014 at 06:34:14PM -0300, Flavio Leitner wrote: > No functional changes. This is just for better readability > when the multicast snooping learning and sending functions > are added to the code. > > Acked-by: Thomas Graf > Acked-by: Daniel Borkmann > Signed-off-by: Flavio Leitne

[ovs-dev] [PATCH 09/18] ofproto/xlate: Move is_admissible() up

2014-04-11 Thread Flavio Leitner
No functional changes. This is just for better readability when the multicast snooping learning and sending functions are added to the code. Acked-by: Thomas Graf Acked-by: Daniel Borkmann Signed-off-by: Flavio Leitner --- ofproto/ofproto-dpif-xlate.c | 120 +--