Hello. > Right now we use IIO to capture single work loads at 250MSPS. > User space requests - let's say 1M samples, the IIO driver captures and > returns data to user space. > (sounds a bit similar to your use case) Yes, it's similar. > Hardware is a Virtex6 FPGA, microblaze softcore running Linux and the > converter is a AD9467 > on an FMC-LPC card. That's similar too. Is the code available somewhere? > The per-sample buffer implementations in IIO are purely optional! > You can build your own buffer implementation by using the > INDIO_BUFFER_HARDWARE flag. We noticed that flag, but the implementation seemed empty. Actually I now checked and there are two users, so I'll look better how it is. I still note that our code is way simpler. We don't deny special buffers, but they are only needed for dma-aware user space (something that IIO currently isn't offering even for BUFFER_HARDWARE things). > But I'm pretty optimistic that there is nothing in IIO which > prevents me from getting the right solution in place. No, definitely. We'll keep our eyes open on the project, maybe the final choice will be IIO for our use case, but it's too early to know. > Ideally there is only one subsytem, and not one targeting low-speed > and another for high speed. I disagree. If you were right, iio woudn't be in the kernel, as comedi was already there. (This doesn't mean I am pushing for in-kernel zio at this point in time). Thank you for the information /alessandro -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html