Searched hist:250107 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kern.hdiff 250107 Tue Apr 30 14:18:47 MDT 2013 luigi Partial cleanup in preparation for upcoming changes:

- netmap_rx_irq()/netmap_tx_irq() can now be called by FreeBSD drivers
hiding the logic for handling NIC interrupts in netmap mode.
This also simplifies the case of NICs attached to VALE switches.
Individual drivers will be updated with separate commits.

- use the same refcount() API for FreeBSD and linux

- plus some comments, typos and formatting fixes

Portions contributed by Michio Honda
H A Dnetmap.cdiff 250107 Tue Apr 30 14:18:47 MDT 2013 luigi Partial cleanup in preparation for upcoming changes:

- netmap_rx_irq()/netmap_tx_irq() can now be called by FreeBSD drivers
hiding the logic for handling NIC interrupts in netmap mode.
This also simplifies the case of NICs attached to VALE switches.
Individual drivers will be updated with separate commits.

- use the same refcount() API for FreeBSD and linux

- plus some comments, typos and formatting fixes

Portions contributed by Michio Honda

Completed in 133 milliseconds