Re: [ANN] WiMAX stack and drivers for Intel WiMAX Link 5050

From: Andi Kleen
Date: Wed Apr 09 2008 - 16:27:44 EST




On Wed, Apr 09, 2008 at 11:09:24AM -0700, Inaky Perez-Gonzalez wrote:
> On Tuesday 08 April 2008, Andi Kleen wrote:
>
> > > version: I anticipate the wimax API exported to user space is
> > > going to undergo a lot of changes while we all agree on what
> > > is the best interface. Because things might break, I want to
> > > make sure user space stuff can detect that and fail cleanly.
> > > Hence the versioning.
> >
> > It's still a bad way to do that (I agree with Stephen on that).
> > Was also always a mess on wireless.
> >
> > If you don't want expandable TLAs another better alternative to
> > versions is ext2 style compatible/incompatible feature bitmaps.
>
> Ain't that another way of saying versions? Sorry guys, but I am

It's a related way, but an actually sane way.

With compat/incompat bitmaps user space can actually make a educated
decision if it should fail or not

-Andi

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/