Posted Sep 24, 2009 8:04 UTC (Thu) by smurf (subscriber, #17840)
Parent article: Quotes of the week
netlink has one huge advantage: you can tell the kernel "send me any changes" on the netlink socket and then simply select() on the file descriptor. That doesn't work with any random ioctl interface.
Not requiring programs to poll is good.