dayanidhi sreenivasan
2016-04-26 23:22:20 UTC
Hi Guys,
Can somebody tell me why there is no support for non blocking IO for bpf yet?
static int
bpfioctl(struct cdev *dev, u_long cmd, caddr_t addr, int flags,
struct thread *td)
{
......
case FIONBIO: /* Non-blocking I/O */
break;
}
Thanks
Daya
Can somebody tell me why there is no support for non blocking IO for bpf yet?
static int
bpfioctl(struct cdev *dev, u_long cmd, caddr_t addr, int flags,
struct thread *td)
{
......
case FIONBIO: /* Non-blocking I/O */
break;
}
Thanks
Daya