mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0-1
  2001-01-08  1:24 ` David S. Miller
@ 2001-01-08 21:56 Jes Sorensen
  2001-01-08  1:24 ` David S. Miller
  3 siblings, 1 reply; 101+ messages in thread
From: Jes Sorensen @ 2001-01-08 21:56 UTC (permalink / raw)
  To: David S. Miller; +Cc: linux-kernel, netdev

>>>>> "David" == David S Miller <davem@redhat.com> writes:

David> I've put a patch up for testing on the kernel.org mirrors:

David> /pub/linux/kernel/people/davem/zerocopy-2.4.0-1.diff.gz

David> It provides a framework for zerocopy transmits and delayed
David> receive fragment coalescing.  TUX-1.01 uses this framework.

David> Zerocopy transmit requires some driver support, things run as
David> they did before for drivers which do not have the support
David> added.  Currently sg+csum driver support has been added to
David> Acenic, 3c59x, sunhme, and loopback drivers.  We had eepro100
David> support coded at one point, but it was removed because we
David> didn't know how to identify the cards which support hw csum
David> assist vs. ones which could not.

I haven't had time to test this patch, but looking over the changes to
the acenic driver I have to say that I am quite displeased with the
way the changes were done. I can't comment on how authors of the other
drivers which were changed feel about it. However I find it highly
annoying that someone goes off and makes major cosmetic structural
changes to someone elses code without even consulting the author who
happens to maintain the code. It doesn't help that the patch reverts
changes that should not have been reverted.

I don't think it's too much to ask that one actually tries to
communicate with an author of a piece of code before making such major
changes and submitting them opting for inclusion in the kernel.

Jes
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 101+ messages in thread

end of thread, other threads:[~2001-01-19 15:56 UTC | newest]

Thread overview: 101+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-08 21:56 [PLEASE-TESTME] Zerocopy networking patch, 2.4.0-1 Jes Sorensen
2001-01-08  1:24 ` David S. Miller
2001-01-08 10:39   ` Christoph Hellwig
2001-01-08 10:34     ` David S. Miller
2001-01-08 18:05       ` Rik van Riel
2001-01-08 21:07         ` David S. Miller
2001-01-09 10:23         ` Ingo Molnar
2001-01-09 10:31           ` David S. Miller
2001-01-09 11:28             ` Christoph Hellwig
2001-01-09 12:04               ` Ingo Molnar
2001-01-09 14:25                 ` Stephen C. Tweedie
2001-01-09 14:33                   ` Alan Cox
2001-01-09 15:00                   ` Ingo Molnar
2001-01-09 15:27                     ` Stephen C. Tweedie
2001-01-09 16:16                       ` Ingo Molnar
2001-01-09 16:37                         ` Alan Cox
2001-01-09 16:48                           ` Ingo Molnar
2001-01-09 17:29                             ` Alan Cox
2001-01-09 17:38                               ` Jens Axboe
2001-01-09 18:38                                 ` Ingo Molnar
2001-01-09 19:54                                   ` Andrea Arcangeli
2001-01-09 20:10                                     ` Ingo Molnar
2001-01-10  0:00                                       ` Andrea Arcangeli
2001-01-09 20:12                                     ` Jens Axboe
2001-01-09 23:20                                       ` Andrea Arcangeli
2001-01-09 23:34                                         ` Jens Axboe
2001-01-09 23:52                                           ` Andrea Arcangeli
2001-01-17  5:16                                     ` Rik van Riel
2001-01-09 17:56                             ` Chris Evans
2001-01-09 18:41                               ` Ingo Molnar
2001-01-09 22:58                                 ` [patch]: ac4 blk (was Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0-1) Jens Axboe
2001-01-09 19:20                           ` [PLEASE-TESTME] Zerocopy networking patch, 2.4.0-1 J Sloan
2001-01-09 18:10                         ` Stephen C. Tweedie
2001-01-09 15:38                     ` Benjamin C.R. LaHaise
2001-01-09 16:40                       ` Ingo Molnar
2001-01-09 17:30                         ` Benjamin C.R. LaHaise
2001-01-09 18:12                           ` Stephen C. Tweedie
2001-01-09 18:35                           ` Ingo Molnar
2001-01-09 17:53                       ` Christoph Hellwig
2001-01-09 21:13                 ` David S. Miller
2001-01-09 19:14               ` Linus Torvalds
2001-01-09 20:07                 ` Ingo Molnar
2001-01-09 20:15                   ` Linus Torvalds
2001-01-09 20:36                     ` Christoph Hellwig
2001-01-09 20:55                       ` Linus Torvalds
2001-01-09 21:12                         ` Christoph Hellwig
2001-01-09 21:26                           ` Linus Torvalds
2001-01-10  7:42                             ` Christoph Hellwig
2001-01-10  8:05                               ` Linus Torvalds
2001-01-10  8:33                                 ` Christoph Hellwig
2001-01-10  8:37                                 ` Andrew Morton
2001-01-10 23:32                                   ` Linus Torvalds
2001-01-19 15:55                                     ` Andrew Scott
2001-01-17 14:05                               ` Rik van Riel
2001-01-18  0:53                                 ` Christoph Hellwig
2001-01-18  1:13                                   ` Linus Torvalds
2001-01-18 17:50                                     ` Christoph Hellwig
2001-01-18 18:04                                       ` Linus Torvalds
2001-01-18 21:12                                     ` Albert D. Cahalan
2001-01-19  1:52                                       ` 2.4.1-pre8 video/ohci1394 compile problem ebi4
2001-01-19  6:55                                       ` [PLEASE-TESTME] Zerocopy networking patch, 2.4.0-1 Linus Torvalds
2001-01-09 23:06                         ` Benjamin C.R. LaHaise
2001-01-09 23:54                           ` Linus Torvalds
2001-01-10  7:51                             ` Gerd Knorr
2001-01-12  1:42                 ` Stephen C. Tweedie
2001-01-09 11:42             ` David S. Miller
2001-01-09 10:31           ` Christoph Hellwig
2001-01-09 11:05             ` Ingo Molnar
2001-01-09 18:27               ` Christoph Hellwig
2001-01-09 19:19                 ` Ingo Molnar
2001-01-09 14:18           ` Stephen C. Tweedie
2001-01-09 14:40             ` Ingo Molnar
2001-01-09 14:51               ` Alan Cox
2001-01-09 15:17               ` Stephen C. Tweedie
2001-01-09 15:37                 ` Ingo Molnar
2001-01-09 22:25                 ` Linus Torvalds
2001-01-10 15:21                   ` Stephen C. Tweedie
2001-01-09 15:25               ` Stephen Frost
2001-01-09 15:40                 ` Ingo Molnar
2001-01-09 15:48                   ` Stephen Frost
2001-01-10  1:14                   ` Dave Zarzycki
2001-01-10  1:14                     ` David S. Miller
2001-01-10  2:18                       ` Dave Zarzycki
2001-01-10  1:19                     ` Ingo Molnar
2001-01-09 21:18               ` David S. Miller
2001-01-10  2:56           ` storage over IP (was Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0-1) dean gaudet
2001-01-10  2:58             ` David S. Miller
2001-01-10  3:18               ` dean gaudet
2001-01-10  3:09                 ` David S. Miller
2001-01-10  3:05             ` storage over IP (was Re: [PLEASE-TESTME] Zerocopy networking patch, Alan Cox
2001-01-08 21:48   ` [PLEASE-TESTME] Zerocopy networking patch, 2.4.0-1 David S. Miller
2001-01-08 22:32     ` Jes Sorensen
2001-01-08 22:37       ` David S. Miller
2001-01-08 22:43       ` Stephen Frost
2001-01-08 22:36     ` David S. Miller
2001-01-09 12:12       ` Ingo Molnar
2001-01-09 13:42   ` David S. Miller
2001-01-09 21:19     ` David S. Miller
2001-01-09 13:52   ` Trond Myklebust
2001-01-09 15:27     ` Trond Myklebust
2001-01-10  9:21       ` Trond Myklebust

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome