All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
To: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: benh@kernel.crashing.org, paulus@samba.org, agraf@suse.de,
	mina86@mina86.com, linux-mm@kvack.org,
	linuxppc-dev@lists.ozlabs.org, kvm-ppc@vger.kernel.org,
	kvm@vger.kernel.org
Subject: Re: [PATCH -V3 1/4] mm/cma: Move dma contiguous changes into a seperate config
Date: Tue, 02 Jul 2013 15:45:57 +0000	[thread overview]
Message-ID: <87txkdyo0q.fsf@linux.vnet.ibm.com> (raw)
In-Reply-To: <51D28D51.6090305@samsung.com>

Marek Szyprowski <m.szyprowski@samsung.com> writes:

> Hello,
>
> On 7/2/2013 7:45 AM, Aneesh Kumar K.V wrote:
>> From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
>>
>> We want to use CMA for allocating hash page table and real mode area for
>> PPC64. Hence move DMA contiguous related changes into a seperate config
>> so that ppc64 can enable CMA without requiring DMA contiguous.
>>
>> Acked-by: Michal Nazarewicz <mina86@mina86.com>
>> Acked-by: Paul Mackerras <paulus@samba.org>
>> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
>
> OK. It looks that there is not that much that can be easily shared between
> dma-mapping cma provider and ppc/kvm cma allocator. I would prefer to merge
> patch 1/4 to my dma-mapping tree, because I plan some significant changes in
> cma code, see: 
> http://thread.gmane.org/gmane.linux.drivers.devicetree/40013/
> I think it is better to keep those changes together.
>
> For now I've merged your patch with removed defconfig updates. AFAIK such
> changes require separate handling to avoid pointless merge conflicts.

How do we get the defconfig changes done ?

> I've
> also prepared a topic branch for-v3.12-cma-dma, available at
> git://git.linaro.org/people/mszyprowski/linux-dma-mapping, which You can 
> merge
> together with your changes to ppc kernel trees.
>

Thanks. Will update accordingly as other patches get picked into
respective trees

-aneesh


WARNING: multiple messages have this Message-ID (diff)
From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
To: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: kvm@vger.kernel.org, agraf@suse.de, mina86@mina86.com,
	linux-mm@kvack.org, paulus@samba.org, kvm-ppc@vger.kernel.org,
	linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH -V3 1/4] mm/cma: Move dma contiguous changes into a seperate config
Date: Tue, 02 Jul 2013 21:03:57 +0530	[thread overview]
Message-ID: <87txkdyo0q.fsf@linux.vnet.ibm.com> (raw)
In-Reply-To: <51D28D51.6090305@samsung.com>

Marek Szyprowski <m.szyprowski@samsung.com> writes:

> Hello,
>
> On 7/2/2013 7:45 AM, Aneesh Kumar K.V wrote:
>> From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
>>
>> We want to use CMA for allocating hash page table and real mode area for
>> PPC64. Hence move DMA contiguous related changes into a seperate config
>> so that ppc64 can enable CMA without requiring DMA contiguous.
>>
>> Acked-by: Michal Nazarewicz <mina86@mina86.com>
>> Acked-by: Paul Mackerras <paulus@samba.org>
>> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
>
> OK. It looks that there is not that much that can be easily shared between
> dma-mapping cma provider and ppc/kvm cma allocator. I would prefer to merge
> patch 1/4 to my dma-mapping tree, because I plan some significant changes in
> cma code, see: 
> http://thread.gmane.org/gmane.linux.drivers.devicetree/40013/
> I think it is better to keep those changes together.
>
> For now I've merged your patch with removed defconfig updates. AFAIK such
> changes require separate handling to avoid pointless merge conflicts.

How do we get the defconfig changes done ?

> I've
> also prepared a topic branch for-v3.12-cma-dma, available at
> git://git.linaro.org/people/mszyprowski/linux-dma-mapping, which You can 
> merge
> together with your changes to ppc kernel trees.
>

Thanks. Will update accordingly as other patches get picked into
respective trees

-aneesh

WARNING: multiple messages have this Message-ID (diff)
From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
To: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: benh@kernel.crashing.org, paulus@samba.org, agraf@suse.de,
	mina86@mina86.com, linux-mm@kvack.org,
	linuxppc-dev@lists.ozlabs.org, kvm-ppc@vger.kernel.org,
	kvm@vger.kernel.org
Subject: Re: [PATCH -V3 1/4] mm/cma: Move dma contiguous changes into a seperate config
Date: Tue, 02 Jul 2013 21:03:57 +0530	[thread overview]
Message-ID: <87txkdyo0q.fsf@linux.vnet.ibm.com> (raw)
In-Reply-To: <51D28D51.6090305@samsung.com>

Marek Szyprowski <m.szyprowski@samsung.com> writes:

> Hello,
>
> On 7/2/2013 7:45 AM, Aneesh Kumar K.V wrote:
>> From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
>>
>> We want to use CMA for allocating hash page table and real mode area for
>> PPC64. Hence move DMA contiguous related changes into a seperate config
>> so that ppc64 can enable CMA without requiring DMA contiguous.
>>
>> Acked-by: Michal Nazarewicz <mina86@mina86.com>
>> Acked-by: Paul Mackerras <paulus@samba.org>
>> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
>
> OK. It looks that there is not that much that can be easily shared between
> dma-mapping cma provider and ppc/kvm cma allocator. I would prefer to merge
> patch 1/4 to my dma-mapping tree, because I plan some significant changes in
> cma code, see: 
> http://thread.gmane.org/gmane.linux.drivers.devicetree/40013/
> I think it is better to keep those changes together.
>
> For now I've merged your patch with removed defconfig updates. AFAIK such
> changes require separate handling to avoid pointless merge conflicts.

How do we get the defconfig changes done ?

> I've
> also prepared a topic branch for-v3.12-cma-dma, available at
> git://git.linaro.org/people/mszyprowski/linux-dma-mapping, which You can 
> merge
> together with your changes to ppc kernel trees.
>

Thanks. Will update accordingly as other patches get picked into
respective trees

-aneesh

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  reply	other threads:[~2013-07-02 15:45 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-02  5:45 [PATCH -V3 1/4] mm/cma: Move dma contiguous changes into a seperate config Aneesh Kumar K.V
2013-07-02  5:57 ` Aneesh Kumar K.V
2013-07-02  5:45 ` Aneesh Kumar K.V
2013-07-02  5:45 ` [PATCH -V3 2/4] powerpc/kvm: Contiguous memory allocator based hash page table allocation Aneesh Kumar K.V
2013-07-02  5:57   ` Aneesh Kumar K.V
2013-07-02  5:45   ` Aneesh Kumar K.V
2013-07-02 15:12   ` Alexander Graf
2013-07-02 15:12     ` Alexander Graf
2013-07-02 15:12     ` Alexander Graf
2013-07-02 15:12     ` Alexander Graf
2013-07-02 15:31     ` Aneesh Kumar K.V
2013-07-02 15:43       ` Aneesh Kumar K.V
2013-07-02 15:31       ` Aneesh Kumar K.V
2013-07-02 15:31       ` Aneesh Kumar K.V
2013-07-02 15:32       ` Alexander Graf
2013-07-02 15:32         ` Alexander Graf
2013-07-02 15:32         ` Alexander Graf
2013-07-02 15:32         ` Alexander Graf
2013-07-02 22:28     ` Benjamin Herrenschmidt
2013-07-02 22:28       ` Benjamin Herrenschmidt
2013-07-02 22:28       ` Benjamin Herrenschmidt
2013-07-02 22:31       ` Alexander Graf
2013-07-02 22:31         ` Alexander Graf
2013-07-02 22:31         ` Alexander Graf
2013-07-03  6:15   ` Paul Mackerras
2013-07-03  6:15     ` Paul Mackerras
2013-07-03  6:15     ` Paul Mackerras
2013-07-02  5:45 ` [PATCH -V3 3/4] powerpc/kvm: Contiguous memory allocator based RMA allocation Aneesh Kumar K.V
2013-07-02  5:57   ` Aneesh Kumar K.V
2013-07-02  5:45   ` Aneesh Kumar K.V
2013-07-02 15:17   ` Alexander Graf
2013-07-02 15:17     ` Alexander Graf
2013-07-02 15:17     ` Alexander Graf
2013-07-02 15:17     ` Alexander Graf
2013-07-02 15:29     ` Aneesh Kumar K.V
2013-07-02 15:41       ` Aneesh Kumar K.V
2013-07-02 15:29       ` Aneesh Kumar K.V
2013-07-02 15:29       ` Aneesh Kumar K.V
2013-07-02 15:32       ` Alexander Graf
2013-07-02 15:32         ` Alexander Graf
2013-07-02 15:32         ` Alexander Graf
2013-07-02 15:32         ` Alexander Graf
2013-07-02 16:28         ` Aneesh Kumar K.V
2013-07-02 16:40           ` Aneesh Kumar K.V
2013-07-02 16:28           ` Aneesh Kumar K.V
2013-07-02 16:36           ` Alexander Graf
2013-07-02 16:36             ` Alexander Graf
2013-07-02 16:36             ` Alexander Graf
2013-07-02 16:36             ` Alexander Graf
2013-07-02  5:45 ` [PATCH -V3 4/4] powerpc/kvm: Use 256K chunk to track both RMA and hash page table allocation Aneesh Kumar K.V
2013-07-02  5:57   ` Aneesh Kumar K.V
2013-07-02  5:45   ` Aneesh Kumar K.V
2013-07-02  6:29   ` virtual machine windows freeze on copy data to an samba share Marko Weber | ZBF
2013-07-03  6:16   ` [PATCH -V3 4/4] powerpc/kvm: Use 256K chunk to track both RMA and hash page table allocation Paul Mackerras
2013-07-03  6:16     ` Paul Mackerras
2013-07-03  6:16     ` Paul Mackerras
2013-07-03  6:16     ` Paul Mackerras
2013-07-02  8:20 ` [PATCH -V3 1/4] mm/cma: Move dma contiguous changes into a seperate config Marek Szyprowski
2013-07-02  8:20   ` Marek Szyprowski
2013-07-02  8:20   ` Marek Szyprowski
2013-07-02 15:33   ` Aneesh Kumar K.V [this message]
2013-07-02 15:45     ` Aneesh Kumar K.V
2013-07-02 15:33     ` Aneesh Kumar K.V
2013-07-08 14:21 ` Alexander Graf
2013-07-08 14:21   ` Alexander Graf
2013-07-08 14:21   ` Alexander Graf
2013-07-08 14:21   ` Alexander Graf

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=87txkdyo0q.fsf@linux.vnet.ibm.com \
    --to=aneesh.kumar@linux.vnet.ibm.com \
    --cc=agraf@suse.de \
    --cc=benh@kernel.crashing.org \
    --cc=kvm-ppc@vger.kernel.org \
    --cc=kvm@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=m.szyprowski@samsung.com \
    --cc=mina86@mina86.com \
    --cc=paulus@samba.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.