On Fri, Dec 12, 2014 at 04:10:43PM -0600, Jeff Webb wrote:
> The rtnet rt_e1000e module does not implement the 'cards'
> parameter. I have attached a patch for the 'next' branch of
> xenomai-3.git that adds this parameter, and it seems to work fine
> on my hardware. The code was ported straight from the rt_e1000
> module. My machine has two e1000e cards, so this is a useful
> feature for me. (I actually applied the same fix to the standard
> e1000e driver, which is even more useful to me, but I know it
> would be a maintenance nightmare for Xenomai to start maintaining
> that sort of patching...)

I understand the need for the "cards" parameter, but...
Is not there another way to solve this issue ? I do not know,
something in /proc or /sys to tell Linux to not load this driver for
that card? I suppose if we tell Linux to not use its driver for some
cards, then later loading the rtnet driver will be used for these
cards? Adding the cards parameter means that the rtnet drivers
diverge from mainline drivers, and so imply a maintenance cost. On
the other hand, maybe that is a cheaper one than trying and solving
the issue globally.

-- 
                                            Gilles.

_______________________________________________
Xenomai mailing list
[email protected]
http://www.xenomai.org/mailman/listinfo/xenomai

Reply via email to