mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Dan Williams" <dan.j.williams@intel.com>
To: "Andrew Morton" <akpm@linux-foundation.org>
Cc: "Herbert Xu" <herbert@gondor.apana.org.au>,
	"Jan Engelhardt" <jengelh@linux01.gwdg.de>,
	"Mariusz Kozlowski" <m.kozlowski@tuxland.pl>,
	linux-kernel@vger.kernel.org, "Neil Brown" <neilb@suse.de>,
	"Leech, Christopher" <christopher.leech@intel.com>,
	"Jeff Garzik" <jeff@garzik.org>,
	davem@davemloft.net, "Wolfgang Denk" <wd@denx.de>
Subject: Re: 2.6.22-rc4-mm1
Date: Sun, 10 Jun 2007 22:01:34 -0700	[thread overview]
Message-ID: <e9c3a7c20706102201y536de24ft2daf8fbed066e28f@mail.gmail.com> (raw)
In-Reply-To: <20070607001218.742c0ba5.akpm@linux-foundation.org>

On 6/7/07, Andrew Morton <akpm@linux-foundation.org> wrote:
> On Thu, 7 Jun 2007 17:01:08 +1000 Herbert Xu <herbert@gondor.apana.org.au> wrote:
>
> > On Thu, Jun 07, 2007 at 08:54:50AM +0200, Jan Engelhardt wrote:
> > >
> > > /me points at Herbert
> > > Andrew would not add options between the "menuconfig CRYPTO" and
> > > the "if CRYPTO" line... :)
> >
> > Actually this patch is not even in my tree :)
>
> uh, OK, sorry.
>
> > > Index: linux-2.6.22-rc4/crypto/Kconfig
> > > ===================================================================
> > > --- linux-2.6.22-rc4.orig/crypto/Kconfig
> > > +++ linux-2.6.22-rc4/crypto/Kconfig
> > > @@ -7,6 +7,8 @@ menuconfig CRYPTO
> > >     help
> > >       This option provides the core Cryptographic API.
> > >
> > > +if CRYPTO
> > > +
> > >  #
> > >  # Generic algorithms support
> > >  #
> > > @@ -18,8 +20,6 @@ config XOR_BLOCKS
> > >  #
> > >  source "crypto/async_tx/Kconfig"
> >
> > Andrew, do you want me to pick the async_tx stuff up instead?
> >
>
It would be very helpful to have a clear merge path for dmaengine
changes and the async offload api.  Neil has been extremely helpful
reviewing the raid specific changes, and I received his "Acked-by" for
the changes to MD[1].  However I have thus far been unable to attract
someone to 'ack/nak' the async_tx api and the changes to drivers/dma/
[2].  Jeff commented on an early revision...

I have recently gravitated to Herbert and the crypto directory since
async_tx and crypto have some structural similarities [3].

> I wouldn't recommend it.  It's an ongoing source of bustage frankly, has a
> habit of getting unpleasantly tangled with git-ioat.patch and afaik is
> still awaiting a go-ahead from Neil.
>

Sorry, the crypto/Kconfig bustage was a goof on my part as I moved the
async_tx files from drivers/dma/, to the top-level directory, and
finally to crypto/.  Hopefully these recent build breakages I have
caused in -mm have not put the series in too negative a light...

I was hoping the git-ioat.patch situation would be solved by me
rebasing my series on a version of mainline with Chris' changes
merged, but his attempts over the past two merge windows were ignored.
 Should my series wait outside of -mm until git-ioat.patch makes
forward progress?

Overall, I feel that async_tx is perhaps justifiably receiving the
silent treatment because offload engines are not a mainstream
occurrence.  Currently only people with an Xscale IOP or a PPC 440spe
[4] will notice that mainline lacks support for all the features of
their platform.  I see async_tx as a nod to the embedded space where
offload engines act to make up for the absence of multi-Ghz CPUs with
streaming SIMD instructions.

Herbert's offer is greatly appreciated as it will give guidance to the
parts of the series outside of Neil's purview.

Regards,
Dan

[1]: The ack from Neil was in an offlist message for the MD specific
portion of the series
[2]: I asked DaveM and netdev to take a look at the two patches in the
series that change drivers/dma/ and net/core/dev.c since that was the
original merge path for I/OAT and dmaengine
[3]: async_tx is similar to crypto in that they both provide a library
of memory transforms that can in some cases be carried out by
hardware.
[4]: async_tx has attracted at least one other developer that I know
about to write a driver for their engines:
http://marc.info/?l=linux-raid&m=117400143317440&w=2

  reply	other threads:[~2007-06-11  5:01 UTC|newest]

Thread overview: 120+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-06  9:07 2.6.22-rc4-mm1 Andrew Morton
2007-06-06 11:39 ` 2.6.22-rc4-mm1 Gabriel C
2007-06-06 16:51   ` 2.6.22-rc4-mm1 Andrew Morton
2007-06-07  0:01     ` 2.6.22-rc4-mm1 Robert Hancock
2007-06-06 12:43 ` 2.6.22-rc4-mm1 Cedric Le Goater
2007-06-06 15:18   ` 2.6.22-rc4-mm1 Michal Piotrowski
2007-06-06 16:01     ` 2.6.22-rc4-mm1 Cedric Le Goater
2007-06-06 16:26       ` 2.6.22-rc4-mm1 Mel Gorman
2007-06-06 16:35         ` 2.6.22-rc4-mm1 William Lee Irwin III
2007-06-06 16:47           ` 2.6.22-rc4-mm1 Mel Gorman
2007-06-06 16:53             ` 2.6.22-rc4-mm1 Cedric Le Goater
2007-06-06 17:20               ` 2.6.22-rc4-mm1 Andrew Morton
2007-06-06 17:06           ` 2.6.22-rc4-mm1 Peter Zijlstra
2007-06-06 19:27             ` 2.6.22-rc4-mm1 Peter Zijlstra
2007-06-06 13:04 ` 2.6.22-rc4-mm1 Jiri Slaby
2007-06-06 13:06 ` 2.6.22-rc4-mm1 Cedric Le Goater
2007-06-06 13:48   ` 2.6.22-rc4-mm1 Andy Whitcroft
2007-06-06 17:23     ` 2.6.22-rc4-mm1 Andrew Morton
2007-06-06 13:49 ` 2.6.22-rc4-mm1 -- ia64 build failure Andy Whitcroft
2007-06-06 17:43   ` Andrew Morton
2007-06-06 18:11     ` Yinghai Lu
2007-06-06 14:00 ` 2.6.22-rc4-mm1 -- x86_64 ACPI panic Andy Whitcroft
2007-06-06 17:52   ` Andrew Morton
2007-06-08  9:15     ` Luming Yu
2007-06-08 18:12       ` Andrew Morton
2007-06-26  6:00         ` Len Brown
     [not found] ` <6bffcb0e0706060356y3628e26m49fdce4d6fb8cac9@mail.gmail.com>
2007-06-06 14:34   ` 2.6.22-rc4-mm1 Michal Piotrowski
2007-06-06 17:14     ` 2.6.22-rc4-mm1 Andrew Morton
2007-06-06 16:08 ` 2.6.22-rc4-mm1 - 'lvm vgscan' busticated again Valdis.Kletnieks
2007-06-07  6:44   ` Tejun Heo
2007-06-07 20:28     ` Valdis.Kletnieks
2007-06-08  6:37       ` Tejun Heo
2007-06-06 16:19 ` 2.6.22-rc4-mm1 WANG Cong
2007-06-06 18:09   ` 2.6.22-rc4-mm1 Andrew Morton
2007-06-07  2:26     ` 2.6.22-rc4-mm1 WANG Cong
2007-06-07  5:59       ` 2.6.22-rc4-mm1 Matt Mackall
2007-06-07  6:51         ` 2.6.22-rc4-mm1 WANG Cong
2007-06-07 14:04           ` 2.6.22-rc4-mm1 Matt Mackall
2007-06-07 15:40             ` 2.6.22-rc4-mm1 WANG Cong
2007-06-07 15:59               ` 2.6.22-rc4-mm1 Matt Mackall
2007-06-07 16:39                 ` 2.6.22-rc4-mm1 WANG Cong
2007-06-07 16:59                   ` 2.6.22-rc4-mm1 Matt Mackall
2007-06-08  4:43                     ` 2.6.22-rc4-mm1 WANG Cong
2007-06-06 16:30 ` 2.6.22-rc4-mm1 William Lee Irwin III
2007-06-06 18:13   ` 2.6.22-rc4-mm1 Andrew Morton
2007-06-06 19:43     ` 2.6.22-rc4-mm1 William Lee Irwin III
2007-06-07  0:32       ` 2.6.22-rc4-mm1 Paul Menage
2007-06-07  1:09         ` 2.6.22-rc4-mm1 Andrew Morton
2007-06-07  6:13           ` 2.6.22-rc4-mm1 William Lee Irwin III
2007-06-06 18:23   ` 2.6.22-rc4-mm1 Andy Whitcroft
2007-06-06 16:42 ` 2.6.22-rc4-mm1 Cedric Le Goater
2007-06-06 18:48 ` 2.6.22-rc4-mm1 Michal Piotrowski
2007-06-06 20:16   ` 2.6.22-rc4-mm1 Andrew Morton
2007-06-06 22:14   ` 2.6.22-rc4-mm1 Kay Sievers
2007-06-07  8:40     ` 2.6.22-rc4-mm1 Michal Piotrowski
2007-06-07  8:48       ` 2.6.22-rc4-mm1 Kay Sievers
2007-06-07  9:41         ` 2.6.22-rc4-mm1 Michal Piotrowski
2007-06-07 15:04           ` 2.6.22-rc4-mm1 Kay Sievers
2007-06-07 15:25             ` 2.6.22-rc4-mm1 Peter Jones
2007-06-07 15:43               ` 2.6.22-rc4-mm1 Greg KH
2007-06-07 15:52                 ` 2.6.22-rc4-mm1 Andrew Morton
2007-06-07 15:59                   ` 2.6.22-rc4-mm1 Greg KH
2007-06-07 16:06                     ` 2.6.22-rc4-mm1 Andrew Morton
2007-06-07 16:15                       ` 2.6.22-rc4-mm1 Greg KH
2007-06-07 18:48                         ` 2.6.22-rc4-mm1 Bill Nottingham
2007-06-07 20:01                           ` 2.6.22-rc4-mm1 Greg KH
2007-06-07 21:00                             ` 2.6.22-rc4-mm1 Peter Jones
2007-06-07 23:09                               ` 2.6.22-rc4-mm1 Greg KH
2007-06-07 22:32                             ` 2.6.22-rc4-mm1 Alan Cox
2007-06-07 23:09                               ` 2.6.22-rc4-mm1 Greg KH
2007-06-08 15:33                                 ` 2.6.22-rc4-mm1 Valdis.Kletnieks
2007-06-08 15:50                                   ` 2.6.22-rc4-mm1 Greg KH
2007-06-08 16:11                                     ` 2.6.22-rc4-mm1 Greg KH
2007-06-08 16:10                                   ` 2.6.22-rc4-mm1 Kay Sievers
2007-06-08  7:31                         ` 2.6.22-rc4-mm1 Andrew Morton
2007-06-08 15:51                           ` 2.6.22-rc4-mm1 Greg KH
2007-06-08 16:36                             ` 2.6.22-rc4-mm1 Kay Sievers
2007-06-08 17:21                               ` 2.6.22-rc4-mm1 Peter Jones
2007-06-06 19:32 ` 2.6.22-rc4-mm1 Mariusz Kozlowski
2007-06-06 20:24   ` 2.6.22-rc4-mm1 Andrew Morton
2007-06-06 20:52     ` 2.6.22-rc4-mm1 Fabio Comolli
2007-06-06 21:28     ` 2.6.22-rc4-mm1 Herbert Xu
2007-06-06 23:42       ` 2.6.22-rc4-mm1 Andrew Morton
2007-06-07  6:54         ` 2.6.22-rc4-mm1 Jan Engelhardt
2007-06-07  7:01           ` 2.6.22-rc4-mm1 Herbert Xu
2007-06-07  7:12             ` 2.6.22-rc4-mm1 Andrew Morton
2007-06-11  5:01               ` Dan Williams [this message]
2007-06-11  6:26                 ` 2.6.22-rc4-mm1 Andrew Morton
2007-06-11  6:51                 ` 2.6.22-rc4-mm1 Paul Mundt
2007-06-07 19:27           ` 2.6.22-rc4-mm1 Adrian Bunk
2007-06-06 20:58 ` 2.6.22-rc4-mm1 Grant Wilson
2007-06-06 23:37   ` 2.6.22-rc4-mm1 Andrew Morton
2007-06-07 14:53     ` 2.6.22-rc4-mm1 Alan Stern
2007-06-08  4:23       ` [linux-usb-devel] 2.6.22-rc4-mm1 Greg KH
2007-06-08 14:06         ` Alan Stern
2007-06-08 18:47           ` Greg KH
2007-06-07  7:53 ` [2.6.22-rc4-mm1] ACPI Exception (processor_throttling) Maciej Rutecki
2007-06-07  8:51   ` Maciej Rutecki
2007-06-07  9:09   ` Luming Yu
2007-06-07 10:30     ` Maciej Rutecki
2007-06-07 12:47 ` 2.6.22-rc4-mm1 KAMEZAWA Hiroyuki
2007-06-07 15:34   ` 2.6.22-rc4-mm1 Andrew Morton
2007-06-08  0:31     ` 2.6.22-rc4-mm1 KAMEZAWA Hiroyuki
2007-06-06 14:21 2.6.22-rc4-mm1 Mikael Pettersson
2007-06-06 15:34 ` 2.6.22-rc4-mm1 Jiri Slaby
2007-06-06 17:56   ` 2.6.22-rc4-mm1 Andrew Morton
2007-06-06 18:24     ` 2.6.22-rc4-mm1 Jiri Slaby
2007-06-07  6:44       ` 2.6.22-rc4-mm1 Tejun Heo
2007-06-07  7:01         ` 2.6.22-rc4-mm1 Jiri Slaby
2007-06-07  7:09           ` 2.6.22-rc4-mm1 Tejun Heo
2007-06-07  7:15             ` 2.6.22-rc4-mm1 Jiri Slaby
2007-06-07  7:22               ` 2.6.22-rc4-mm1 Tejun Heo
2007-06-07 15:54                 ` 2.6.22-rc4-mm1 Jiri Slaby
2007-06-07 16:01                   ` 2.6.22-rc4-mm1 Greg KH
2007-06-07 17:02                     ` 2.6.22-rc4-mm1 Jiri Slaby
2007-06-07 20:09                       ` 2.6.22-rc4-mm1 Greg KH
     [not found] <fa.463099pz3wyAW1RRKsHFuX299RE@ifi.uio.no>
     [not found] ` <fa.zIhbKpmFY9tR8ro0OTwpTvD79Xk@ifi.uio.no>
2007-06-06 14:35   ` 2.6.22-rc4-mm1 Robert Hancock
2007-06-06 18:18     ` 2.6.22-rc4-mm1 Andy Whitcroft
2007-06-06 18:27       ` 2.6.22-rc4-mm1 Andrew Morton
2007-06-06 19:06         ` 2.6.22-rc4-mm1 Andy Whitcroft

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e9c3a7c20706102201y536de24ft2daf8fbed066e28f@mail.gmail.com \
    --to=dan.j.williams@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=christopher.leech@intel.com \
    --cc=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --cc=jeff@garzik.org \
    --cc=jengelh@linux01.gwdg.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=m.kozlowski@tuxland.pl \
    --cc=neilb@suse.de \
    --cc=wd@denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®