[BETA-0.93] Fourth test release of Tigon3 driver

From: David S. Miller (davem@redhat.com)
Date: Fri Mar 01 2002 - 10:28:31 EST


Hey kiddies, uncle DaveM has a new release for ya:

ftp://ftp.kernel.org/pub/linux/kernel/people/davem/TIGON3/tg3-0.93.patch.gz

Changes in this release:

[FIX] Fix minimum MTU enforcement and streamline Jumbo handling
      (Jeff)
[FEATURE] Acenic gets VLAN hw acceleration support. (DaveM)
[FEATURE] 8139CP gets VLAN hw acceleration support. (Jeff)
[FEATURE] 8139CP gets MTU changing updates. (Jeff)
[FEATURE] 8139CP gets RX checksum offload. (Jeff)
[FIX] Do not program Tigon3 MTU if it is not up yet. (DaveM)
[API] VLAN hw acceleration interfaces enhanced:
        1) netdev->vlan_rx_register returns now a void, it cannot fail
        2) Add NETIF_F_HW_VLAN_FILTER and netdev->vlan_rx_add_vid
           for RX VLAN vid filtering acceleration as discussed
           yesterday on this list.
        3) VLAN layer does destroy the VLAN group when the last VLAN
           device in it is unregistered. Implemented for hw
           acceleration by calling vlan_rx_register with NULL group
           argument.
[CLEANUP] Lots of private vlan kruft moved from
          include/linux/if_vlan.h to net/8021q/vlan.h
          Lots of totally unused stuff deleted.
[FIX] All the locking in the 8021q code has been audited, fixed, and
      cleaned up.
      Also fix refcounting, once VLAN device is made the reference to
      its' hardware device is leaked forever. Good luck bringing
      down any interface that had VLANs attached :( This bug has been
      in the VLAN code since it went into the tree.
[FEATURE] Use a small hash table for VLAN group lookups.
[FEATURE] Add Robert Olsson's packet generator for stress testing.
          See Documentation/networking/pktgen.txt for how to use it.
          Soon I will add Robert's enhancements for bundling, this
          is just the older basic version.
[FIX] Kill work limit code, this could cause a situation that leaves
      the receive ring empty which deadlocks the Tigon3 and we never
      get any new RX interrupts so it remains empty forever.

      This is hoped to fix a hang condition reported by Lennert
      Buytenhek. He was using Robert's packet generator which is
      one of the reasons I have integrated it :-)
[FIX] Tigon3 TX vlan tagging improperly implemented. VLANs fully
      tested with Tigon3 and appear to work :-)

Bugs known to not be fixed in this release:

[BUG] 5703 revision chips do not work at all.

I will work on that soon, hopefully.

Please test it hard, and if you find some problem not listed in the
"not fixed yet" bug list do let us know about it. Do not hesitate to
report "yeah it works, here is my setup" cases, I do log them and they
do help us know what kind of coverage the driver is getting and
exactly which chips have been tested.

Thanks.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Mar 07 2002 - 21:00:15 EST