diff for duplicates of <20140721174218.GD4156@linux.vnet.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 493fae9..42dbcf7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -30,8 +30,8 @@ On 11.07.2014 [15:37:32 +0800], Jiang Liu wrote: > memcpy(__skb_put(skb, size), va, ALIGN(size, sizeof(long))); > > /* we can reuse buffer as-is, just make sure it is local */ -> - if (likely(page_to_nid(page) = numa_node_id())) -> + if (likely(page_to_nid(page) = numa_mem_id())) +> - if (likely(page_to_nid(page) == numa_node_id())) +> + if (likely(page_to_nid(page) == numa_mem_id())) > return true; > > /* this page cannot be reused so discard it */ @@ -48,3 +48,9 @@ patch has appropriate justification. Thanks, Nish + +-- +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> diff --git a/a/content_digest b/N1/content_digest index 003b617..71e1b50 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01405064267-11678-16-git-send-email-jiang.liu@linux.intel.com\0" "From\0Nishanth Aravamudan <nacc@linux.vnet.ibm.com>\0" "Subject\0Re: [RFC Patch V1 15/30] mm, igb: Use cpu_to_mem()/numa_mem_id() to support memoryless node\0" - "Date\0Mon, 21 Jul 2014 17:42:18 +0000\0" + "Date\0Mon, 21 Jul 2014 10:42:18 -0700\0" "To\0Jiang Liu <jiang.liu@linux.intel.com>\0" "Cc\0Andrew Morton <akpm@linux-foundation.org>" Mel Gorman <mgorman@suse.de> @@ -60,8 +60,8 @@ "> \t\tmemcpy(__skb_put(skb, size), va, ALIGN(size, sizeof(long)));\n" "> \n" "> \t\t/* we can reuse buffer as-is, just make sure it is local */\n" - "> -\t\tif (likely(page_to_nid(page) = numa_node_id()))\n" - "> +\t\tif (likely(page_to_nid(page) = numa_mem_id()))\n" + "> -\t\tif (likely(page_to_nid(page) == numa_node_id()))\n" + "> +\t\tif (likely(page_to_nid(page) == numa_mem_id()))\n" "> \t\t\treturn true;\n" "> \n" "> \t\t/* this page cannot be reused so discard it */\n" @@ -77,6 +77,12 @@ "patch has appropriate justification.\n" "\n" "Thanks,\n" - Nish + "Nish\n" + "\n" + "--\n" + "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" + "the body to majordomo@kvack.org. For more info on Linux MM,\n" + "see: http://www.linux-mm.org/ .\n" + "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -62df17a12388c5000be5c045cadae29aa4312e3d54c060162f2678d812eb46b7 +a39efe19e060f4b06d9889340156a880998a2d9099e9ab8e9ed7cbabbfb2bd8e
diff --git a/a/1.txt b/N2/1.txt index 493fae9..18d3e5e 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -30,8 +30,8 @@ On 11.07.2014 [15:37:32 +0800], Jiang Liu wrote: > memcpy(__skb_put(skb, size), va, ALIGN(size, sizeof(long))); > > /* we can reuse buffer as-is, just make sure it is local */ -> - if (likely(page_to_nid(page) = numa_node_id())) -> + if (likely(page_to_nid(page) = numa_mem_id())) +> - if (likely(page_to_nid(page) == numa_node_id())) +> + if (likely(page_to_nid(page) == numa_mem_id())) > return true; > > /* this page cannot be reused so discard it */ diff --git a/a/content_digest b/N2/content_digest index 003b617..1abdd54 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,7 @@ "ref\01405064267-11678-16-git-send-email-jiang.liu@linux.intel.com\0" "From\0Nishanth Aravamudan <nacc@linux.vnet.ibm.com>\0" "Subject\0Re: [RFC Patch V1 15/30] mm, igb: Use cpu_to_mem()/numa_mem_id() to support memoryless node\0" - "Date\0Mon, 21 Jul 2014 17:42:18 +0000\0" + "Date\0Mon, 21 Jul 2014 10:42:18 -0700\0" "To\0Jiang Liu <jiang.liu@linux.intel.com>\0" "Cc\0Andrew Morton <akpm@linux-foundation.org>" Mel Gorman <mgorman@suse.de> @@ -60,8 +60,8 @@ "> \t\tmemcpy(__skb_put(skb, size), va, ALIGN(size, sizeof(long)));\n" "> \n" "> \t\t/* we can reuse buffer as-is, just make sure it is local */\n" - "> -\t\tif (likely(page_to_nid(page) = numa_node_id()))\n" - "> +\t\tif (likely(page_to_nid(page) = numa_mem_id()))\n" + "> -\t\tif (likely(page_to_nid(page) == numa_node_id()))\n" + "> +\t\tif (likely(page_to_nid(page) == numa_mem_id()))\n" "> \t\t\treturn true;\n" "> \n" "> \t\t/* this page cannot be reused so discard it */\n" @@ -79,4 +79,4 @@ "Thanks,\n" Nish -62df17a12388c5000be5c045cadae29aa4312e3d54c060162f2678d812eb46b7 +3c573876fb65ca7d2c544ca43fde1c8bc819ba08566acffd2100f4e47b805425
diff --git a/a/1.txt b/N3/1.txt index 493fae9..12cfc80 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -30,8 +30,8 @@ On 11.07.2014 [15:37:32 +0800], Jiang Liu wrote: > memcpy(__skb_put(skb, size), va, ALIGN(size, sizeof(long))); > > /* we can reuse buffer as-is, just make sure it is local */ -> - if (likely(page_to_nid(page) = numa_node_id())) -> + if (likely(page_to_nid(page) = numa_mem_id())) +> - if (likely(page_to_nid(page) == numa_node_id())) +> + if (likely(page_to_nid(page) == numa_mem_id())) > return true; > > /* this page cannot be reused so discard it */ @@ -48,3 +48,16 @@ patch has appropriate justification. Thanks, Nish + + +------------------------------------------------------------------------------ +Want fast and easy access to all the code in your enterprise? Index and +search up to 200,000 lines of code with a free copy of Black Duck +Code Sight - the same software that powers the world's largest code +search on Ohloh, the Black Duck Open Hub! Try it now. +http://p.sf.net/sfu/bds +_______________________________________________ +E1000-devel mailing list +E1000-devel@lists.sourceforge.net +https://lists.sourceforge.net/lists/listinfo/e1000-devel +To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired diff --git a/a/content_digest b/N3/content_digest index 003b617..88d2472 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -2,30 +2,24 @@ "ref\01405064267-11678-16-git-send-email-jiang.liu@linux.intel.com\0" "From\0Nishanth Aravamudan <nacc@linux.vnet.ibm.com>\0" "Subject\0Re: [RFC Patch V1 15/30] mm, igb: Use cpu_to_mem()/numa_mem_id() to support memoryless node\0" - "Date\0Mon, 21 Jul 2014 17:42:18 +0000\0" + "Date\0Mon, 21 Jul 2014 10:42:18 -0700\0" "To\0Jiang Liu <jiang.liu@linux.intel.com>\0" - "Cc\0Andrew Morton <akpm@linux-foundation.org>" - Mel Gorman <mgorman@suse.de> - David Rientjes <rientjes@google.com> + "Cc\0Peter Zijlstra <peterz@infradead.org>" + linux-hotplug@vger.kernel.org + linux-mm@kvack.org Mike Galbraith <umgwanakikbuti@gmail.com> - Peter Zijlstra <peterz@infradead.org> + e1000-devel@lists.sourceforge.net Rafael J . Wysocki <rafael.j.wysocki@intel.com> - Jeff Kirsher <jeffrey.t.kirsher@intel.com> Jesse Brandeburg <jesse.brandeburg@intel.com> - Bruce Allan <bruce.w.allan@intel.com> - Carolyn Wyborny <carolyn.wyborny@intel.com> - Don Skidmore <donald.c.skidmore@intel.com> - Greg Rose <gregory.v.rose@intel.com> - Alex Duyck <alexander.h.duyck@intel.com> - John Ronciak <john.ronciak@intel.com> - Mitch Williams <mitch.a.williams@intel.com> + Mel Gorman <mgorman@suse.de> + David Rientjes <rientjes@google.com> Linux NICS <linux.nics@intel.com> Tony Luck <tony.luck@intel.com> - linux-mm@kvack.org - linux-hotplug@vger.kernel.org + netdev@vger.kernel.org + Bruce Allan <bruce.w.allan@intel.com> linux-kernel@vger.kernel.org - e1000-devel@lists.sourceforge.net - " netdev@vger.kernel.org\0" + John Ronciak <john.ronciak@intel.com> + " Andrew Morton <akpm@linux-foundation.org>\0" "\00:1\0" "b\0" "On 11.07.2014 [15:37:32 +0800], Jiang Liu wrote:\n" @@ -60,8 +54,8 @@ "> \t\tmemcpy(__skb_put(skb, size), va, ALIGN(size, sizeof(long)));\n" "> \n" "> \t\t/* we can reuse buffer as-is, just make sure it is local */\n" - "> -\t\tif (likely(page_to_nid(page) = numa_node_id()))\n" - "> +\t\tif (likely(page_to_nid(page) = numa_mem_id()))\n" + "> -\t\tif (likely(page_to_nid(page) == numa_node_id()))\n" + "> +\t\tif (likely(page_to_nid(page) == numa_mem_id()))\n" "> \t\t\treturn true;\n" "> \n" "> \t\t/* this page cannot be reused so discard it */\n" @@ -77,6 +71,19 @@ "patch has appropriate justification.\n" "\n" "Thanks,\n" - Nish + "Nish\n" + "\n" + "\n" + "------------------------------------------------------------------------------\n" + "Want fast and easy access to all the code in your enterprise? Index and\n" + "search up to 200,000 lines of code with a free copy of Black Duck\n" + "Code Sight - the same software that powers the world's largest code\n" + "search on Ohloh, the Black Duck Open Hub! Try it now.\n" + "http://p.sf.net/sfu/bds\n" + "_______________________________________________\n" + "E1000-devel mailing list\n" + "E1000-devel@lists.sourceforge.net\n" + "https://lists.sourceforge.net/lists/listinfo/e1000-devel\n" + To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired -62df17a12388c5000be5c045cadae29aa4312e3d54c060162f2678d812eb46b7 +6684c1ad2b41b7d4a36d59a68c84195d6c56f6c4a0f6848ebd05ba88a6f60f03
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.