ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/sys/dev/netmap/netmap.c
(Generate patch)

Comparing trunk/sys/dev/netmap/netmap.c (file contents):
Revision 8427 by laffer1, Fri Sep 16 21:43:31 2016 UTC vs.
Revision 8428 by laffer1, Sun Sep 18 21:12:34 2016 UTC

# Line 976 | Line 976 | netmap_lock_wrapper(struct ifnet *dev, int what, u_int
976   * kring        N+1     is only used for the selinfo for all queues.
977   * Return 0 on success, ENOMEM otherwise.
978   *
979 < * na->num_tx_rings can be set for cards with different tx/rx setups
979 > * By default the receive and transmit adapter ring counts are both initialized
980 > * to num_queues.  na->num_tx_rings can be set for cards with different tx/rx
981 > * setups.
982   */
983   int
984   netmap_attach(struct netmap_adapter *na, int num_queues)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines