public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [BETA-0.92] Third test release of Tigon3 driver
@ 2002-02-27 13:51 David S. Miller
  2002-02-27 15:44 ` Jeff Garzik
  2002-02-28 17:22 ` Pasi Kärkkäinen
  0 siblings, 2 replies; 6+ messages in thread
From: David S. Miller @ 2002-02-27 13:51 UTC (permalink / raw)
  To: linux-kernel; +Cc: jgarzik, linux-net


In the usual place:

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

Three changes of note:

[FEATURE] Yay, real HW acceleration hooks in the 802.1q VLAN layer.
	  Tigon3 takes advantage of it.
[BUG FIX] Let tg3_read_partno fail, some boards do not provide the
          information and it isn't critical to the operation of the
	  driver.
[BUG FIX] Minor bug in ETHTOOL_GREGS length handling.
[CLEANUP] Use netif_carrier_{ok,on,off}() to keep track of link state.

If people with real VLANs can try to get the HW acceleration stuff
working, I'd really appreciate it.  Especially the person who (GASP)
wanted us to put the tasteless NICE stuff into our driver. :-)

Adding support to the Acenic driver should be pretty easy and I'll
try to do that before catching some sleep.  Jeff could also probably
cook up something quick for the e1000.

As previously mentioned, I'm mainly interested in "works/doesn't work"
reports at this point.  And please accompany the:

eth1: Tigon3 [partno(BCM95700A6) rev 7102 PHY(5401)] (PCI:33MHz:64-bit) 10/100/1000BaseT Ethernet 00:04:76:2f:e2:d0

kernel log message with your failure/success reports (and any other
interesting messages our driver prints out :-).

The current goal is to be feature complete and have no probe failures
or known bugs in basic operation by 0.95, then fine tuning and
performance work will be done from 0.96 till 1.0  Sometime after 0.95
occurs I will push the driver to Marcelo and Linus.

Thanks in advance for the testing.

^ permalink raw reply	[flat|nested] 6+ messages in thread
* RE: [BETA-0.92] Third test release of Tigon3 driver
@ 2002-02-28 21:57 Leech, Christopher
  2002-02-28 22:57 ` David S. Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Leech, Christopher @ 2002-02-28 21:57 UTC (permalink / raw)
  To: linux-kernel, linux-net


> e1000 has a VLAN filter type on-chip, which complicates things a tiny bit.

The filtering is separate from the tagging.  Filtering lets the hardware
ignore tagged packets for VLANs that it's not a member of.  The vlan_group
structure isn't well laid out for this, but it would be possible to search
for non-NULL values in the vlan_devices array to get the VLAN IDs for
filtering.  The driver would need to know when new VLAN IDs were added to
the group.

	Chris

--
Chris Leech <christopher.leech@intel.com>
Network Software Engineer
UNIX/Linux/Netware Development Group
LAN Access Division, Intel

^ permalink raw reply	[flat|nested] 6+ messages in thread
* RE: [BETA-0.92] Third test release of Tigon3 driver
@ 2002-02-28 23:11 Leech, Christopher
  0 siblings, 0 replies; 6+ messages in thread
From: Leech, Christopher @ 2002-02-28 23:11 UTC (permalink / raw)
  To: 'David S. Miller', Leech, Christopher; +Cc: linux-kernel, linux-net


Sounds good to me, this should work nicely.

	Chris

> -----Original Message-----
> From: David S. Miller [mailto:davem@redhat.com]
> Sent: Thursday, February 28, 2002 2:57 PM
>
> This is exactly the kind of thing I wanted people to discover
> and discuss.  Thanks for bringing this up.
> 
> It would be quite simple to hook back into your driver for this
> purpose, proposed API:
> 
> /* For netdev->features */
> #define NETIF_F_HW_VLAN_FILTER		1024
> 
> /* For NETIF_F_VLAN_RX_FILTER devices */
> 	void (*vlan_rx_new_vid)(struct net_device *dev,
> 				unsigned short vid);
> 
> We call dev->vlan_rx_kill_vid() in all cases because it has to
> deal with interlocking, as described in an earlier email.
> 
> But if NETIF_F_HW_VLAN_FILTER is set, when new VLAN devices are
> registered that go through your card, you will get a
> dev->vlan_rx_new_vid() call.
> 
> I do not think you would need any more informatin than the
> VID itself.  If this is wrong, tell me now :-)
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-02-28 23:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-27 13:51 [BETA-0.92] Third test release of Tigon3 driver David S. Miller
2002-02-27 15:44 ` Jeff Garzik
2002-02-28 17:22 ` Pasi Kärkkäinen
  -- strict thread matches above, loose matches on Subject: below --
2002-02-28 21:57 Leech, Christopher
2002-02-28 22:57 ` David S. Miller
2002-02-28 23:11 Leech, Christopher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox