Re: [PATCH 0 of 20] [RFC] ipath - PathScale InfiniPath driver

From: Arjan van de Ven
Date: Tue Jan 03 2006 - 16:26:11 EST



> Perhaps read/write on the character device file would be preferable to
> ioctls for sending and receiving these management packets? We don't
> implement those file methods at the moment, so it's not like we'd be
> displacing anything.

if it's just data packets.. you could implement a device that offers the
SG_IO interface. Yes it's ioctls, but it's a preexisting ABI so I
suspect that's not too big a deal (and maybe you can even leverage a lot
of existing code for this)


-
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/