writting NIC driver for IPV6

Gang Lei (雷刚) gang.lei at mediatek.com
Tue Jun 28 21:38:34 EDT 2011


Thanks a lot, Michi.
Then how can I verify that IPV6 can be really running on our NIC? Of course I have to build a kernel which can support IPV6 firstly, but how to verify it’s really working? Use ping6?


Rick


From: kernelnewbies-bounces at kernelnewbies.org [mailto:kernelnewbies-bounces at kernelnewbies.org] On Behalf Of Michael Blizek
Sent: 2011年6月29日 0:38
To: Gang Lei (雷刚)
Cc: kernelnewbies at kernelnewbies.org
Subject: Re: writting NIC driver for IPV6


Hi!

On 18:02 Tue 28 Jun     , Gang Lei (????) wrote:
> HI all:
>
> Thanks for your help in advance. Could anyone tell me how to revise NIC driver to support IPV6? Or it doesn??t need driver??s change to support IPV6? Can anyone throw some light on this question?

You do not need to change the nic driver to support IPv6 unless it's the
driver is totally broken. Network cards and drivers operate on layer 2 and
generally do not care what you do on layer 3 and above. However in some cases
hardware accelerations like "TCP segmentation offloading" may be available
which partly violates this layer separation. But this is "only" a performance
issue.

        -Michi
--
programing a layer 3+4 network protocol for mesh networks
see http://michaelblizek.twilightparadox.com


_______________________________________________
Kernelnewbies mailing list
Kernelnewbies at kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110629/033b19f9/attachment.html 


More information about the Kernelnewbies mailing list