Re: kqueue for usb_dev

From: Hans Petter Selasky <hps_at_bitfrost.no>
Date: Thu, 27 Feb 2014 08:09:45 +0100
On 02/27/14 07:02, John-Mark Gurney wrote:
> 2) Why do you try to start read/write transfers in the _filter?  You
> should just check to see if data is available and not do work..  This
> is also important since kqueue calls the filter just before delivering
> the knote to userland to verify that there is still data, and it will
> call your _event function for each knote on the fd...  The work should
> be started through other mechanisms, like read/write syscall or
> interrupt or timeout/callout...  If it's required to get results from
> USB_IF_POLL, then it's fine..

Hi,

In the case where you start polling and don't do any reads or writes, 
the poller needs to get the data traffic going.

--HPS
Received on Thu Feb 27 2014 - 06:19:40 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:47 UTC