From: "Eliezer Tamir" <[EMAIL PROTECTED]> Date: Mon, 08 Oct 2007 18:15:17 +0200
> Add bnx2x to Kconfig and Makefile In a patch submission, the tree should build on every step along the way in applying your patches, with any given configuration. Here, the user (or something automated like "make allmodconfig") can select the new config option, but because the driver source hasn't been added, the compile will fail. The idea is that if your patch set really is composed of logically seperate changes, you submit them one logical compilable piece at a time, and if the first few patches are ok, they could go right in whilst we work out issues in later patches. But that's not how a new driver is, it is logically one change only. You go on next to add a foo.c file, and then a foo.h file. This makes things even more difficult to review. Really, for a new driver that doesn't make any generic kernel code changes, just submit the whole thing in one shot. It's the only reasonable way. Thank you. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html