netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Tigon 3 driver & Netgear GA302T
@ 2002-04-24 15:15 James Morris
  2002-04-24 15:21 ` Jes Sorensen
  0 siblings, 1 reply; 8+ messages in thread
From: James Morris @ 2002-04-24 15:15 UTC (permalink / raw)
  To: netdev

Does the tg3 driver support the Netgear GA302T card (which I think uses 
the Altima AC1000 chip) ?


- James
-- 
James Morris
<jmorris@intercode.com.au>

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

* Re: Tigon 3 driver & Netgear GA302T
  2002-04-24 15:15 Tigon 3 driver & Netgear GA302T James Morris
@ 2002-04-24 15:21 ` Jes Sorensen
  2002-04-24 15:53   ` James Morris
  0 siblings, 1 reply; 8+ messages in thread
From: Jes Sorensen @ 2002-04-24 15:21 UTC (permalink / raw)
  To: James Morris; +Cc: netdev

>>>>> "James" == James Morris <jmorris@intercode.com.au> writes:

James> Does the tg3 driver support the Netgear GA302T card (which I
James> think uses the Altima AC1000 chip) ?

If it's the Altima then I guess so, otherwise I'd expect the 83820
driver to run it.

>From the list of devices for tg3:

#ifndef PCI_VENDOR_ID_ALTIMA
#define PCI_VENDOR_ID_ALTIMA		0x173b
#define PCI_DEVICE_ID_ALTIMA_AC1000	0x03e8
#endif

Jes

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

* Re: Tigon 3 driver & Netgear GA302T
  2002-04-24 15:21 ` Jes Sorensen
@ 2002-04-24 15:53   ` James Morris
  2002-04-26 10:14     ` James Morris
  2002-05-02 22:54     ` Neighbor cache Xiaoning He
  0 siblings, 2 replies; 8+ messages in thread
From: James Morris @ 2002-04-24 15:53 UTC (permalink / raw)
  To: Jes Sorensen; +Cc: netdev

On 24 Apr 2002, Jes Sorensen wrote:

> >>>>> "James" == James Morris <jmorris@intercode.com.au> writes:
> 
> James> Does the tg3 driver support the Netgear GA302T card (which I
> James> think uses the Altima AC1000 chip) ?
> 
> If it's the Altima then I guess so, otherwise I'd expect the 83820
> driver to run it.
> 

It appears to be the Altima, from the Freebsd cvs log comments & 
associated changes for their bge driver.

I'll be getting a couple of the cards on Friday and should find out pretty 
quickly after that.


- James
-- 
James Morris
<jmorris@intercode.com.au>

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

* Re: Tigon 3 driver & Netgear GA302T
  2002-04-24 15:53   ` James Morris
@ 2002-04-26 10:14     ` James Morris
  2002-05-02 22:54     ` Neighbor cache Xiaoning He
  1 sibling, 0 replies; 8+ messages in thread
From: James Morris @ 2002-04-26 10:14 UTC (permalink / raw)
  To: Jes Sorensen; +Cc: netdev

On Thu, 25 Apr 2002, James Morris wrote:

> On 24 Apr 2002, Jes Sorensen wrote:
> 
> > >>>>> "James" == James Morris <jmorris@intercode.com.au> writes:
> > 
> > James> Does the tg3 driver support the Netgear GA302T card (which I
> > James> think uses the Altima AC1000 chip) ?
> > 
> > If it's the Altima then I guess so, otherwise I'd expect the 83820
> > driver to run it.
> > 
> 
> It appears to be the Altima, from the Freebsd cvs log comments & 
> associated changes for their bge driver.
> 

Confirmed:

eth2: Tigon3 [partno(BAC91000A1) rev 7104 PHY(5411)] (PCI:33MHz:32-bit) 10/100/1000BaseT Ethernet 00:40:f4:35:f1:77
eth2: Link is up at 100 Mbps, full duplex.
eth2: Flow control is off for TX and off for RX.

Unfortunately, it's not successfully transmitting or receiving any 
packets.


- James
-- 
James Morris
<jmorris@intercode.com.au>

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

* Neighbor cache
  2002-04-24 15:53   ` James Morris
  2002-04-26 10:14     ` James Morris
@ 2002-05-02 22:54     ` Xiaoning He
  2002-05-03  0:54       ` YOSHIFUJI Hideaki / 吉藤英明
  1 sibling, 1 reply; 8+ messages in thread
From: Xiaoning He @ 2002-05-02 22:54 UTC (permalink / raw)
  To: netdev

Hi All

I have a question related to the Neighbor cache. I am currently trying
to modify the neighbor cache but I can not find where the code in the
IPv6 kernel. 

Could you please let me know in the IPv6 kernel, where the Neighbor
cache is maintained and which file contains them?

Thank you very much.

Xiaoning He

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

* Re: Neighbor cache
  2002-05-02 22:54     ` Neighbor cache Xiaoning He
@ 2002-05-03  0:54       ` YOSHIFUJI Hideaki / 吉藤英明
  2002-05-09 23:06         ` Neighbor cache behavior Xiaoning He
  0 siblings, 1 reply; 8+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2002-05-03  0:54 UTC (permalink / raw)
  To: xiaoning; +Cc: netdev

In article <000001c1f22c$4a894f00$4e6015ac@VAIO> (at Thu, 2 May 2002 15:54:16 -0700), "Xiaoning He" <xiaoning@docomolabs-usa.com> says:

> 
> Could you please let me know in the IPv6 kernel, where the Neighbor
> cache is maintained and which file contains them?

net/core/neighbour.c

-- 
Hideaki YOSHIFUJI @ USAGI Project <yoshfuji@linux-ipv6.org>
GPG FP: 9022 65EB 1ECF 3AD1 0BDF  80D8 4807 F894 E062 0EEA

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

* Neighbor cache behavior
  2002-05-03  0:54       ` YOSHIFUJI Hideaki / 吉藤英明
@ 2002-05-09 23:06         ` Xiaoning He
  2002-05-09 23:35           ` YOSHIFUJI Hideaki / 吉藤英明
  0 siblings, 1 reply; 8+ messages in thread
From: Xiaoning He @ 2002-05-09 23:06 UTC (permalink / raw)
  To: netdev

Hi all

Thank you for answering my previous question about the neighbor cache. I
have a couple of more questions regarding the neighbor cache. Would you
please give me some help? 

My understanding about the behavior of neighbor cache is that when a AR
receives a packet for a destination, it will 

Check NC
If match, send the packet
If not
	Multicast NS
	Wait for NA
	Send the packet

Is this the correct behavior?

If so, I have looked into the Linux kernel, however, I don't know where
in the Linux kernel the code will check the Neighbor. I tried to search
the function ndisc_send_ns() because I think that's the function who
will handle the sending the NS is there is no entry in the NC. However,
it doesn't help. 

Could anyone provide me with some hints?

Also, I think I really need to know the Linux Kernel so that I don't
need always ask this kind of question. Is there any good book and
tutorial available which can give me a overall picture about how to
program the networking program for both user-land and kernel in the
Linux?

Thank you so much for your help.

Xiaoning He

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

* Re: Neighbor cache behavior
  2002-05-09 23:06         ` Neighbor cache behavior Xiaoning He
@ 2002-05-09 23:35           ` YOSHIFUJI Hideaki / 吉藤英明
  0 siblings, 0 replies; 8+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2002-05-09 23:35 UTC (permalink / raw)
  To: xiaoning; +Cc: netdev

In article <000201c1f7ae$2c5c2110$4f6015ac@VAIO> (at Thu, 9 May 2002 16:06:37 -0700), "Xiaoning He" <xiaoning@docomolabs-usa.com> says:

> If so, I have looked into the Linux kernel, however, I don't know where
> in the Linux kernel the code will check the Neighbor. I tried to search
> the function ndisc_send_ns() because I think that's the function who
> will handle the sending the NS is there is no entry in the NC. However,
> it doesn't help. 

skb->dst->output() is the entry to resolve neighbor when sending
packets.


> Also, I think I really need to know the Linux Kernel so that I don't
> need always ask this kind of question. Is there any good book and
> tutorial available which can give me a overall picture about how to
> program the networking program for both user-land and kernel in the
> Linux?

keep reading source codes.:-)

--yoshfuji

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

end of thread, other threads:[~2002-05-09 23:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-24 15:15 Tigon 3 driver & Netgear GA302T James Morris
2002-04-24 15:21 ` Jes Sorensen
2002-04-24 15:53   ` James Morris
2002-04-26 10:14     ` James Morris
2002-05-02 22:54     ` Neighbor cache Xiaoning He
2002-05-03  0:54       ` YOSHIFUJI Hideaki / 吉藤英明
2002-05-09 23:06         ` Neighbor cache behavior Xiaoning He
2002-05-09 23:35           ` YOSHIFUJI Hideaki / 吉藤英明

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).