freebsd-dev/sys/dev/netmap
Luigi Rizzo 89e3fd5247 two small changes:
- intercept FIONBIO and FIOASYNC ioctls on netmap file descriptors.
  libpcap calls them to set non blocking I/O on the file descriptor,
  for netmap this is a no-op because there is no read/write,
  but not intercepting would cause fcntl() to return -1
- rate limit and put under netmap.verbose some messages that occur
  when threads use concurrently the same file descriptor.
2014-02-18 04:27:41 +00:00
..
if_em_netmap.h It is 2014 and we have a new version of netmap. 2014-01-06 12:53:15 +00:00
if_igb_netmap.h It is 2014 and we have a new version of netmap. 2014-01-06 12:53:15 +00:00
if_lem_netmap.h It is 2014 and we have a new version of netmap. 2014-01-06 12:53:15 +00:00
if_re_netmap.h It is 2014 and we have a new version of netmap. 2014-01-06 12:53:15 +00:00
ixgbe_netmap.h It is 2014 and we have a new version of netmap. 2014-01-06 12:53:15 +00:00
netmap_freebsd.c This new version of netmap brings you the following: 2014-02-15 04:53:04 +00:00
netmap_generic.c This new version of netmap brings you the following: 2014-02-15 04:53:04 +00:00
netmap_kern.h This new version of netmap brings you the following: 2014-02-15 04:53:04 +00:00
netmap_mbq.c It is 2014 and we have a new version of netmap. 2014-01-06 12:53:15 +00:00
netmap_mbq.h It is 2014 and we have a new version of netmap. 2014-01-06 12:53:15 +00:00
netmap_mem2.c This new version of netmap brings you the following: 2014-02-15 04:53:04 +00:00
netmap_mem2.h This new version of netmap brings you the following: 2014-02-15 04:53:04 +00:00
netmap_offloadings.c This new version of netmap brings you the following: 2014-02-15 04:53:04 +00:00
netmap_pipe.c This new version of netmap brings you the following: 2014-02-15 04:53:04 +00:00
netmap_vale.c This new version of netmap brings you the following: 2014-02-15 04:53:04 +00:00
netmap.c two small changes: 2014-02-18 04:27:41 +00:00