----- On Dec 6, 2019, at 8:30 AM, xenomai xenomai@xenomai.org wrote:

> How to update Rtnet driver of RTL8111/8168/8411

What I did to update the e1000e driver:

Find out on which mainline kernel driver version the old rtnet driver is based
upon. Compare the two to see what it involved to make the change.

It came down to what is described in this document:
https://gitlab.denx.de/Xenomai/xenomai/blob/master/kernel/drivers/net/doc/README.drvporting

Kompare that old mainline kernel driver to the latest version to see what has
been changed since then.

Decide if you would likely get a better end result 
by porting the newest mainline kernel driver to rtnet versus
upgrading the old rtnet driver version.

With the e1000e I choose to port the newest mainline kernel driver version to
rtnet.



Reply via email to