Re: [ovs-dev] [PATCH 2/3] dpif: Refactor datapath feature detection.
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.
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