I guess it would be possible to add a HAVE_ZEROCOPY to skbuff.h to make
it a bit easier for single source drivers.
--- include/linux/skbuff.h-o Wed May 9 12:36:44 2001
+++ include/linux/skbuff.h Fri May 11 12:12:43 2001
@@ -29,6 +29,7 @@
#define HAVE_ALLOC_SKB /* For the drivers to know */
#define HAVE_ALIGNABLE_SKB /* Ditto 8) */
#define SLAB_SKB /* Slabified skbuffs */
+#define HAVE_ZEROCOPY /* Zerocopy stack */
#define CHECKSUM_NONE 0
#define CHECKSUM_HW 1
-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/