Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1247608 > unrolled thread
| Started by | Vlastimil Babka <vbabka@suse.cz> |
|---|---|
| First post | 2015-10-15 11:30 +0200 |
| Last post | 2015-10-15 12:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [RFC v2 1/3] migrate: new struct migration and add it to struct page Vlastimil Babka <vbabka@suse.cz> - 2015-10-15 11:30 +0200
Re: [RFC v2 1/3] migrate: new struct migration and add it to struct page Minchan Kim <minchan@kernel.org> - 2015-10-15 12:00 +0200
| From | Vlastimil Babka <vbabka@suse.cz> |
|---|---|
| Date | 2015-10-15 11:30 +0200 |
| Subject | Re: [RFC v2 1/3] migrate: new struct migration and add it to struct page |
| Message-ID | <qjN1f-2cP-7@gated-at.bofh.it> |
On 10/15/2015 11:09 AM, Hui Zhu wrote: > I got that add function interfaces is really not a good idea. > So I add a new struct migration to put all migration interfaces and add > this struct to struct page as union of "mapping". That's better, but not as flexible as the previously proposed approaches that Sergey pointed you at: http://lkml.iu.edu/hypermail/linux/kernel/1507.0/03233.html http://lkml.iu.edu/hypermail/linux/kernel/1508.1/00696.html There the operations are reachable via mapping, so we can support the special operations migration also when mapping is otherwise needed; your patch excludes mapping. -- 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/
[toc] | [next] | [standalone]
| From | Minchan Kim <minchan@kernel.org> |
|---|---|
| Date | 2015-10-15 12:00 +0200 |
| Message-ID | <qjNuh-2M8-3@gated-at.bofh.it> |
| In reply to | #1247608 |
On Thu, Oct 15, 2015 at 11:27:15AM +0200, Vlastimil Babka wrote: > On 10/15/2015 11:09 AM, Hui Zhu wrote: > >I got that add function interfaces is really not a good idea. > >So I add a new struct migration to put all migration interfaces and add > >this struct to struct page as union of "mapping". > > That's better, but not as flexible as the previously proposed > approaches that Sergey pointed you at: > > http://lkml.iu.edu/hypermail/linux/kernel/1507.0/03233.html > http://lkml.iu.edu/hypermail/linux/kernel/1508.1/00696.html > > There the operations are reachable via mapping, so we can support > the special operations migration also when mapping is otherwise > needed; your patch excludes mapping. > Hello Hui, FYI, I take over the work from Gioh and have a plan to improve the work. So, Could you wait a bit? Of course, if you have better idea, feel free to post it. Thanks. -- 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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web