Re: Q: network drivers interface changes

2000-09-27 Thread Ivan Passos


On Wed, 27 Sep 2000, Hen, Shmulik wrote:
> 
> Is there a good source of information that describes the changes in network
> driver interface between 2.2.x and 2.4.x kernels ?

http://www.uwsg.indiana.edu/hypermail/linux/kernel/0002.1/0408.html
http://www.uwsg.indiana.edu/hypermail/linux/kernel/0002.1/0461.html

Hope this helps. :)

Regards,
Ivan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Q: network drivers interface changes

2000-09-27 Thread Jeff Garzik



On Wed, 27 Sep 2000, Bjorn Wesen wrote:

> On Wed, 27 Sep 2000, Hen, Shmulik wrote:
> > Is there a good source of information that describes the changes in network
> > driver interface between 2.2.x and 2.4.x kernels ?
> 
> Try a diff -u of skeleton.c in the both kernels. If the skeleton driver is
> correct that is :) 

Ug.  The skeleton driver was indeed updated, but I have considered
renaming it "isa-skeleton.c" or "old-skeleton.c" and writing another,
because some of the skeleton.c code doesn't follow correct and current
kernel coding practices and APIs...


> It didn't look very complicated from 2.0 -> 2.4 at least so 2.2 -> 2.4
> should not be difficult at all.

Also search lkml for messages from jamal and Dave Miller about
"softnet"... Both of them posted documents which describe the technical
details of the changes.

Jeff



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Q: network drivers interface changes

2000-09-27 Thread Petko Manolov

Bjorn Wesen wrote:
> 
> On Wed, 27 Sep 2000, Hen, Shmulik wrote:
> > Is there a good source of information that describes the changes in network
> > driver interface between 2.2.x and 2.4.x kernels ?
> 
> Try a diff -u of skeleton.c in the both kernels. If the skeleton driver is
> correct that is :)
> 
> It didn't look very complicated from 2.0 -> 2.4 at least so 2.2 -> 2.4
> should not be difficult at all.


AFAIK David S. Miller ([EMAIL PROTECTED]) made a post in LKML by the time
of
was released 2.3.48 or so. If you can't find the letter contact him.

skeleton.c is not a good example. Look at the other network drivers -
preferably
more used ones like 3c5xx and eepro100.


best,
Petkan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Q: network drivers interface changes

2000-09-27 Thread Bjorn Wesen

On Wed, 27 Sep 2000, Hen, Shmulik wrote:
> Is there a good source of information that describes the changes in network
> driver interface between 2.2.x and 2.4.x kernels ?

Try a diff -u of skeleton.c in the both kernels. If the skeleton driver is
correct that is :) 

It didn't look very complicated from 2.0 -> 2.4 at least so 2.2 -> 2.4
should not be difficult at all.

-Bjorn

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Q: network drivers interface changes

2000-09-27 Thread Hen, Shmulik

Hello,

Is there a good source of information that describes the changes in network
driver interface between 2.2.x and 2.4.x kernels ?


Thanks,
Shmulik Hen Software Engineer
Linux  Advanced Networking Services
Intel Network Communications Group
Jerusalem


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Q: network drivers interface changes

2000-09-27 Thread Jeff Garzik



On Wed, 27 Sep 2000, Bjorn Wesen wrote:

 On Wed, 27 Sep 2000, Hen, Shmulik wrote:
  Is there a good source of information that describes the changes in network
  driver interface between 2.2.x and 2.4.x kernels ?
 
 Try a diff -u of skeleton.c in the both kernels. If the skeleton driver is
 correct that is :) 

Ug.  The skeleton driver was indeed updated, but I have considered
renaming it "isa-skeleton.c" or "old-skeleton.c" and writing another,
because some of the skeleton.c code doesn't follow correct and current
kernel coding practices and APIs...


 It didn't look very complicated from 2.0 - 2.4 at least so 2.2 - 2.4
 should not be difficult at all.

Also search lkml for messages from jamal and Dave Miller about
"softnet"... Both of them posted documents which describe the technical
details of the changes.

Jeff



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Q: network drivers interface changes

2000-09-27 Thread Petko Manolov

Bjorn Wesen wrote:
 
 On Wed, 27 Sep 2000, Hen, Shmulik wrote:
  Is there a good source of information that describes the changes in network
  driver interface between 2.2.x and 2.4.x kernels ?
 
 Try a diff -u of skeleton.c in the both kernels. If the skeleton driver is
 correct that is :)
 
 It didn't look very complicated from 2.0 - 2.4 at least so 2.2 - 2.4
 should not be difficult at all.


AFAIK David S. Miller ([EMAIL PROTECTED]) made a post in LKML by the time
of
was released 2.3.48 or so. If you can't find the letter contact him.

skeleton.c is not a good example. Look at the other network drivers -
preferably
more used ones like 3c5xx and eepro100.


best,
Petkan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Q: network drivers interface changes

2000-09-27 Thread Ivan Passos


On Wed, 27 Sep 2000, Hen, Shmulik wrote:
 
 Is there a good source of information that describes the changes in network
 driver interface between 2.2.x and 2.4.x kernels ?

http://www.uwsg.indiana.edu/hypermail/linux/kernel/0002.1/0408.html
http://www.uwsg.indiana.edu/hypermail/linux/kernel/0002.1/0461.html

Hope this helps. :)

Regards,
Ivan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/