1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/sys/dev/mxge
Andrew Gallatin c6cb3e3fe8 Updates to mxge for multiple tx/rx rings:
- Update mxge to use if_transmit(), and the new buf_ring
  interfaces, so as to enable multiple transmit queues.
  Use of if_transmit() is conditional on IFNET_BUF_RING,
  and is enabled by default (as in if_em).

- Record a flow id on receive if receive hashing is active.
  I currently only record the rx ring id (0..8) rather than
  the 32-bit topelitz hash result, as doing the latter would
  require shifting the driver to use a larger rx return ring.

Sponsored by:  Myricom, Inc.
2009-04-27 15:45:54 +00:00
..
eth_z8e.h Better support for recent Myricom 10GbE NICs 2009-02-17 22:15:58 +00:00
ethp_z8e.h Better support for recent Myricom 10GbE NICs 2009-02-17 22:15:58 +00:00
if_mxge_var.h Updates to mxge for multiple tx/rx rings: 2009-04-27 15:45:54 +00:00
if_mxge.c Updates to mxge for multiple tx/rx rings: 2009-04-27 15:45:54 +00:00
mcp_gen_header.h Update the mxge(4) driver's copyright to 2007, and drop 2007-07-12 16:04:55 +00:00
mxge_eth_z8e.c - Enable static building of mxge(4) and its firmware. 2007-07-19 16:16:00 +00:00
mxge_ethp_z8e.c - Enable static building of mxge(4) and its firmware. 2007-07-19 16:16:00 +00:00
mxge_lro.c Add minimally invasive shims to ease MFCs of mxge back as far 2008-02-14 00:09:59 +00:00
mxge_mcp.h Better support for recent Myricom 10GbE NICs 2009-02-17 22:15:58 +00:00
mxge_rss_eth_z8e.c Add optional support to mxge for MSI-X interrupts and multiple receive 2008-01-15 20:34:49 +00:00
mxge_rss_ethp_z8e.c Add optional support to mxge for MSI-X interrupts and multiple receive 2008-01-15 20:34:49 +00:00
rss_eth_z8e.h Better support for recent Myricom 10GbE NICs 2009-02-17 22:15:58 +00:00
rss_ethp_z8e.h Better support for recent Myricom 10GbE NICs 2009-02-17 22:15:58 +00:00