Re: [ovs-dev] [PATCH 2/3] dpif: Refactor datapath feature detection.

2014-12-11 Thread Ben Pfaff
On Wed, Dec 03, 2014 at 02:24:47PM -0800, Joe Stringer wrote: > Various functions in ofproto-dpif and dpif-netlink detect support for > features in very similar ways. Refactor their common code to a single > function. > > Signed-off-by: Joe Stringer Acked-by: Ben Pfaff _

[ovs-dev] [PATCH 2/3] dpif: Refactor datapath feature detection.

2014-12-03 Thread Joe Stringer
Various functions in ofproto-dpif and dpif-netlink detect support for features in very similar ways. Refactor their common code to a single function. Signed-off-by: Joe Stringer --- lib/dpif-netlink.c | 44 ++-- lib/dpif.c | 42