Re: [ovs-dev] [PATCH] upcall: Simplify enable_ufid debug option.

2015-01-20 Thread Joe Stringer
On 13 January 2015 at 16:07, Ben Pfaff wrote: > On Fri, Dec 19, 2014 at 01:17:56PM -0800, Joe Stringer wrote: >> We previously tracked the debug enable/disable of UFID in each udpif, >> and allowed the ovs-appctl debug option to turn on UFID features even if >> the datapath doesn't support it. >>

Re: [ovs-dev] [PATCH] upcall: Simplify enable_ufid debug option.

2015-01-13 Thread Ben Pfaff
On Fri, Dec 19, 2014 at 01:17:56PM -0800, Joe Stringer wrote: > We previously tracked the debug enable/disable of UFID in each udpif, > and allowed the ovs-appctl debug option to turn on UFID features even if > the datapath doesn't support it. > > This commit shifts the enable_ufid debug flag to a

[ovs-dev] [PATCH] upcall: Simplify enable_ufid debug option.

2014-12-19 Thread Joe Stringer
We previously tracked the debug enable/disable of UFID in each udpif, and allowed the ovs-appctl debug option to turn on UFID features even if the datapath doesn't support it. This commit shifts the enable_ufid debug flag to a single flag, and provides a helper to determine whether UFID features s