[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081008.162126.191961537.davem@davemloft.net>
Date: Wed, 08 Oct 2008 16:21:26 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: brice@...i.com
CC: netdev@...r.kernel.org
Subject: Re: myri10ge: rename main file into myri10ge_main.c
I'm not applying this patch nor the one that does the
actual split up.
Single file drivers are so much easier to maintain and
hack on, multi-file drivers are heavily discouraged.
If I want to change some structure member in a multi-file
driver I have go over seperate files instead of doing a
single search and replace operation in a single editing
buffer.
Drivers like e1000, cxgb3 (especially cxgb3!) are such a pain
in the ass to study and make changes to for this reason. Please
don't add myri10ge to this group.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists