Re: [ovs-dev] [PATCH 2/3] ofproto-dpif: Refactor feature support structure.

2015-06-06 Thread Ben Pfaff
On Fri, May 29, 2015 at 03:33:26PM -0700, Joe Stringer wrote: > On 29 May 2015 at 13:24, Ben Pfaff wrote: > > On Mon, Apr 13, 2015 at 05:56:16PM -0700, Joe Stringer wrote: > >> Place all of the detected datapath features into a separate structure, > >> initialized when the dpif_backer is opened an

Re: [ovs-dev] [PATCH 2/3] ofproto-dpif: Refactor feature support structure.

2015-05-29 Thread Joe Stringer
On 29 May 2015 at 13:24, Ben Pfaff wrote: > On Mon, Apr 13, 2015 at 05:56:16PM -0700, Joe Stringer wrote: >> Place all of the detected datapath features into a separate structure, >> initialized when the dpif_backer is opened and shared with xbridges. >> >> Signed-off-by: Joe Stringer > > It woul

Re: [ovs-dev] [PATCH 2/3] ofproto-dpif: Refactor feature support structure.

2015-05-29 Thread Ben Pfaff
On Mon, Apr 13, 2015 at 05:56:16PM -0700, Joe Stringer wrote: > Place all of the detected datapath features into a separate structure, > initialized when the dpif_backer is opened and shared with xbridges. > > Signed-off-by: Joe Stringer It would be nice not to lose the detailed comments in stru

[ovs-dev] [PATCH 2/3] ofproto-dpif: Refactor feature support structure.

2015-04-13 Thread Joe Stringer
Place all of the detected datapath features into a separate structure, initialized when the dpif_backer is opened and shared with xbridges. Signed-off-by: Joe Stringer --- ofproto/ofproto-dpif-xlate.c | 80 +++--- ofproto/ofproto-dpif-xlate.h |7 ++-- of