diff for duplicates of <3bdaa2bbd7b7c7e4cd15bee6f8df074df1fc1077.camel@intel.com> diff --git a/a/1.txt b/N1/1.txt index 97d8d68..dde01dc 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,5 +1,5 @@ -On Fri, 2019-08-16@09:53 -0600, Keith Busch wrote: -> On Thu, Aug 15, 2019@07:28:49PM -0700, Ming Lei wrote: +On Fri, 2019-08-16 at 09:53 -0600, Keith Busch wrote: +> On Thu, Aug 15, 2019 at 07:28:49PM -0700, Ming Lei wrote: > > Now __irq_build_affinity_masks() spreads vectors evenly per node, and > > all vectors may not be spread in case that each numa node has different > > CPU number, then the warning in irq_build_affinity_masks() can @@ -17,7 +17,7 @@ On Fri, 2019-08-16@09:53 -0600, Keith Busch wrote: > > node has different CPU number. > > > > For example, on the following machine: -> > [root at ktest-01 ~]# lscpu +> > [root@ktest-01 ~]# lscpu > > ... > > CPU(s): 16 > > On-line CPU(s) list: 0-15 @@ -43,13 +43,13 @@ On Fri, 2019-08-16@09:53 -0600, Keith Busch wrote: > > Without this patch, kernel warning is triggered on above situation, and > > allocation result was supposed to be 4 vectors for each node. > > -> > Cc: Christoph Hellwig <hch at lst.de> -> > Cc: Keith Busch <kbusch at kernel.org> -> > Cc: linux-nvme at lists.infradead.org, -> > Cc: Jon Derrick <jonathan.derrick at intel.com> -> > Cc: Jens Axboe <axboe at kernel.dk> -> > Reported-by: Jon Derrick <jonathan.derrick at intel.com> -> > Signed-off-by: Ming Lei <ming.lei at redhat.com> +> > Cc: Christoph Hellwig <hch@lst.de> +> > Cc: Keith Busch <kbusch@kernel.org> +> > Cc: linux-nvme@lists.infradead.org, +> > Cc: Jon Derrick <jonathan.derrick@intel.com> +> > Cc: Jens Axboe <axboe@kernel.dk> +> > Reported-by: Jon Derrick <jonathan.derrick@intel.com> +> > Signed-off-by: Ming Lei <ming.lei@redhat.com> > > I had every intention to thoroughly test this on imbalanced node > configurations, but that's not going to happen anytime soon. It looks @@ -61,14 +61,7 @@ looks good. Thank you -Reviewed-by: Jon Derrick <jonathan.derrick at intel.com> +Reviewed-by: Jon Derrick <jonathan.derrick@intel.com> [snip] --------------- next part -------------- -A non-text attachment was scrubbed... -Name: smime.p7s -Type: application/x-pkcs7-signature -Size: 3278 bytes -Desc: not available -URL: <http://lists.infradead.org/pipermail/linux-nvme/attachments/20190816/898025fa/attachment.bin> diff --git a/N1/2.bin b/N1/2.bin new file mode 100644 index 0000000..7ff4c19 Binary files /dev/null and b/N1/2.bin differ diff --git a/N1/2.hdr b/N1/2.hdr new file mode 100644 index 0000000..307aaef --- /dev/null +++ b/N1/2.hdr @@ -0,0 +1,3 @@ +Content-Type: application/x-pkcs7-signature; name="smime.p7s" +Content-Disposition: attachment; filename="smime.p7s" +Content-Transfer-Encoding: base64 diff --git a/a/content_digest b/N1/content_digest index 5e47fad..6081ae2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,13 +1,20 @@ "ref\020190816022849.14075-1-ming.lei@redhat.com\0" "ref\020190816022849.14075-3-ming.lei@redhat.com\0" "ref\020190816155353.GA6883@localhost.localdomain\0" - "From\0jonathan.derrick@intel.com (Derrick, Jonathan)\0" - "Subject\0[PATCH V5 2/2] genirq/affinity: Spread vectors on node according to nr_cpu ratio\0" + "From\0Derrick, Jonathan <jonathan.derrick@intel.com>\0" + "Subject\0Re: [PATCH V5 2/2] genirq/affinity: Spread vectors on node according to nr_cpu ratio\0" "Date\0Fri, 16 Aug 2019 16:57:32 +0000\0" - "\00:1\0" + "To\0kbusch@kernel.org <kbusch@kernel.org>" + " ming.lei@redhat.com <ming.lei@redhat.com>\0" + "Cc\0tglx@linutronix.de <tglx@linutronix.de>" + linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> + hch@lst.de <hch@lst.de> + linux-nvme@lists.infradead.org <linux-nvme@lists.infradead.org> + " axboe@kernel.dk <axboe@kernel.dk>\0" + "\01:1\0" "b\0" - "On Fri, 2019-08-16@09:53 -0600, Keith Busch wrote:\n" - "> On Thu, Aug 15, 2019@07:28:49PM -0700, Ming Lei wrote:\n" + "On Fri, 2019-08-16 at 09:53 -0600, Keith Busch wrote:\n" + "> On Thu, Aug 15, 2019 at 07:28:49PM -0700, Ming Lei wrote:\n" "> > Now __irq_build_affinity_masks() spreads vectors evenly per node, and\n" "> > all vectors may not be spread in case that each numa node has different\n" "> > CPU number, then the warning in irq_build_affinity_masks() can\n" @@ -25,7 +32,7 @@ "> > node has different CPU number.\n" "> > \n" "> > For example, on the following machine:\n" - "> > \t[root at ktest-01 ~]# lscpu\n" + "> > \t[root@ktest-01 ~]# lscpu\n" "> > \t...\n" "> > \tCPU(s): 16\n" "> > \tOn-line CPU(s) list: 0-15\n" @@ -51,13 +58,13 @@ "> > Without this patch, kernel warning is triggered on above situation, and\n" "> > allocation result was supposed to be 4 vectors for each node.\n" "> > \n" - "> > Cc: Christoph Hellwig <hch at lst.de>\n" - "> > Cc: Keith Busch <kbusch at kernel.org>\n" - "> > Cc: linux-nvme at lists.infradead.org,\n" - "> > Cc: Jon Derrick <jonathan.derrick at intel.com>\n" - "> > Cc: Jens Axboe <axboe at kernel.dk>\n" - "> > Reported-by: Jon Derrick <jonathan.derrick at intel.com>\n" - "> > Signed-off-by: Ming Lei <ming.lei at redhat.com>\n" + "> > Cc: Christoph Hellwig <hch@lst.de>\n" + "> > Cc: Keith Busch <kbusch@kernel.org>\n" + "> > Cc: linux-nvme@lists.infradead.org,\n" + "> > Cc: Jon Derrick <jonathan.derrick@intel.com>\n" + "> > Cc: Jens Axboe <axboe@kernel.dk>\n" + "> > Reported-by: Jon Derrick <jonathan.derrick@intel.com>\n" + "> > Signed-off-by: Ming Lei <ming.lei@redhat.com>\n" "> \n" "> I had every intention to thoroughly test this on imbalanced node\n" "> configurations, but that's not going to happen anytime soon. It looks\n" @@ -69,16 +76,43 @@ "\n" "Thank you\n" "\n" - "Reviewed-by: Jon Derrick <jonathan.derrick at intel.com>\n" + "Reviewed-by: Jon Derrick <jonathan.derrick@intel.com>\n" "\n" "\n" - "[snip]\n" - "-------------- next part --------------\n" - "A non-text attachment was scrubbed...\n" - "Name: smime.p7s\n" - "Type: application/x-pkcs7-signature\n" - "Size: 3278 bytes\n" - "Desc: not available\n" - URL: <http://lists.infradead.org/pipermail/linux-nvme/attachments/20190816/898025fa/attachment.bin> + [snip] + "\01:2\0" + "fn\0smime.p7s\0" + "b\0" + "0\200\006\t*\206H\206\367\r\001\a\002\240\2000\200\002\001\0011\v0\t\006\005+\016\003\002\032\005\00\200\006\t*\206H\206\367\r\001\a\001\0\0\240\202\n" + "y0\202\004\3530\202\003\323\240\003\002\001\002\002\020R\351\002\312\021\350D\235\224e8/\243\0320\2730\r\006\t*\206H\206\367\r\001\001\005\005\00o1\v0\t\006\003U\004\006\023\002SE1\0240\022\006\003U\004\n" + "\023\vAddTrust AB1&0$\006\003U\004\v\023\035AddTrust External TTP Network1\"0 \006\003U\004\003\023\031AddTrust External CA Root0\036\027\r130319000000Z\027\r200530104838Z0y1\v0\t\006\003U\004\006\023\002US1\v0\t\006\003U\004\b\023\002CA1\0240\022\006\003U\004\a\023\vSanta Clara1\0320\030\006\003U\004\n" + "\023\021Intel Corporation1+0)\006\003U\004\003\023\"Intel External Basic Issuing CA 4A0\202\001\"0\r\006\t*\206H\206\367\r\001\001\001\005\0\003\202\001\017\00\202\001\n" + "\002\202\001\001\0\340\260\314\200\235\330IU\372\003\333\004\3728\307\335\277\205\335v\274\353=\313,\253\277\351k\343!\333\324o\031\350\317j\247\276_T)\0027\260MsQ\0241\255\370/\264\375\033>\vu\270<\0|\267:\037\227\252\237(\276\354Z\317\2611\202G\2100\016j\265ZD\320\200\320\315]H\033\357W\275\377\253\037\253\345\237\b:b\361'\032\202\\\213\t\032{\246\037\325\353G\033\212\320o\235\221^\224\240\203\006\035\367\331.\212\033v\300vsF\a\373\344\363\246\360\016V:\242`\354\353\364l|\3343A\\(\374\315\350>\273\261\353.\263\310\212\021\272W\344TC[3O\375F\274\320:\\\212\341nU\223\201\004\261\365\266\216P\225\341o7@\252\221q\300\n" + "!Lp\332\257\307\240uOm\261\023\256\262\346\023\244Qg\377\236ZY\006Z_\246\267\0366\034\350\016\231}\001E\324\321\243\333\307\357'\201\243\002\003\001\0\001\243\202\001w0\202\001s0\037\006\003U\035#\004\0300\026\200\024\255\275\230z4\264&\367\372\304&T\357\003\275\340$\313T\0320\035\006\003U\035\016\004\026\004\024\036i*\264\334(\376G\030N!\v?\274\254\021/\360\230\3650\016\006\003U\035\017\001\001\377\004\004\003\002\001\2060\022\006\003U\035\023\001\001\377\004\b0\006\001\001\377\002\001\006\006\003U\035%\004/0-\006\b+\006\001\005\005\a\003\004\006\n" + "+\006\001\004\001\2027\n" + "\003\004\006\n" + "+\006\001\004\001\2027\n" + "\003\f\006\t+\006\001\004\001\2027\025\0050\027\006\003U\035 \004\0200\0160\f\006\n" + "*\206H\206\370M\001\005\001i0I\006\003U\035\037\004B0@0>\240<\240:\2068http://crl.trust-provider.com/AddTrustExternalCARoot.crl0:\006\b+\006\001\005\005\a\001\001\004.0,0*\006\b+\006\001\005\005\a0\001\206\036http://ocsp.trust-provider.com05\006\003U\035\036\004.0,\240*0\v\201\tintel.com0\033\240\031\006\n" + "+\006\001\004\001\2027\024\002\003\240\v\f\tintel.com0\r\006\t*\206H\206\367\r\001\001\005\005\0\003\202\001\001\0)\302\315\243\375\222\243Rg\242/\006\355nP\350T\217\253W\346\310\245\267\261 \337\325\251\257\310y#\022\av\346~\314)\021\306\022dq\306\214\342<\252\\\231\267\327aO\211\322\016z\322p\250\346\003\305\357\305\235\355\231\263r`\234\233U\005\025\3621\177\016\220\003_[F\224\302\361\263\fi$\204\227\314\267\364\3700k\341\3046j\017f\303:\3347Y\3538\203\234\372\234I\267\037b\317*w\371\271wm\253\245z\271 eT\265~\213_\264\177\205$\260\377{\037\0019\301.\b\211\266)U\311\216\316\030i\230( \022\330\2158\212\333\322KU\255y\305\323\267\323\231\017#[\227\262\3559\260k\200\302\341fJI[\352NG\327\367\207\225F\331.n*@;N\037M\v\321(I\307p@ \b\303\345\026)\264\220\320\213#\331AK\355\361\312\276j\226)T\313\367\313\021\316\3627\261\343B\3400\202\005\2060\202\004n\240\003\002\001\002\002\0233\0\0\306\246\002J\034\v\345\2204\370\0\0\0\0\306\2460\r\006\t*\206H\206\367\r\001\001\005\005\00y1\v0\t\006\003U\004\006\023\002US1\v0\t\006\003U\004\b\023\002CA1\0240\022\006\003U\004\a\023\vSanta Clara1\0320\030\006\003U\004\n" + "\023\021Intel Corporation1+0)\006\003U\004\003\023\"Intel External Basic Issuing CA 4A0\036\027\r181017181843Z\027\r191012181843Z0G1\0320\030\006\003U\004\003\023\021Derrick, Jonathan1)0'\006\t*\206H\206\367\r\001\t\001\026\032jonathan.derrick@intel.com0\202\001\"0\r\006\t*\206H\206\367\r\001\001\001\005\0\003\202\001\017\00\202\001\n" + "\002\202\001\001\0\243Q4E\001\302\277~|\265\022\035\323\355\r\"\017\343\022\b\372;fr([\370H\3768\237\304\364\355q\303\243f\n" + "u6\305\317\346\343\357\245\221\021K?\325+\232r\034\236G\321\206a\220\375{\027\200\234u\252v\310\275\334\231\360p\004\325\036\310\325,C\320\v\326@j\324\227\354Q\277\225\f\001\030\301r\300c\266.jg\270V\312\200Sn\031\251\rE9\347\276k[\017D\371\311\301\367ml\220\317\352\253R\332\302\314\225\250N\224\312\363\263\256,n\032\204\021|\202*\350\333A\332L\272\226\222\220\022*\006\303\227\246\242\240\025\222k\017P?d.c\023\204\205\333\266=\360.\2059\372\300\355Q\203u~e\307\001\364<\326\256j0-\306\004J~\247\3221\277\210p\277\325^#\355U\223\261V\257\202M\227\203&F\204\232\177\373\366\370<9\214iG\346!\024_\255\032R\237\375\2278\211\335O\002\003\001\0\001\243\202\00270\202\00230\035\006\003U\035\016\004\026\004\024\342\206\260qe\314\325\303\306w\001\234\"\314\303~3\221U\2200\037\006\003U\035#\004\0300\026\200\024\036i*\264\334(\376G\030N!\v?\274\254\021/\360\230\3650e\006\003U\035\037\004^0\\0Z\240X\240V\206Thttp://www.intel.com/repository/CRL/Intel%20External%20Basic%20Issuing%20CA%204A.crl0\201\237\006\b+\006\001\005\005\a\001\001\004\201\2220\201\2170i\006\b+\006\001\005\005\a0\002\206]http://www.intel.com/repository/certificates/Intel%20External%20Basic%20Issuing%20CA%204A.crt0\"\006\b+\006\001\005\005\a0\001\206\026http://ocsp.intel.com/0\v\006\003U\035\017\004\004\003\002\a\2000<\006\t+\006\001\004\001\2027\025\a\004/0-\006%+\006\001\004\001\2027\025\b\206\303\214u\204\231\345Q\203\375\201(\205\216\237S\202\221\300\tg\201\336\2759\225\360C\002\001d\002\001\t0\037\006\003U\035%\004\0300\026\006\b+\006\001\005\005\a\003\004\006\n" + "+\006\001\004\001\2027\n" + "\003\f0)\006\t+\006\001\004\001\2027\025\n" + "\004\0340\0320\n" + "\006\b+\006\001\005\005\a\003\0040\f\006\n" + "+\006\001\004\001\2027\n" + "\003\f0Q\006\003U\035\021\004J0H\240*\006\n" + "+\006\001\004\001\2027\024\002\003\240\034\f\032jonathan.derrick@intel.com\201\032jonathan.derrick@intel.com0\r\006\t*\206H\206\367\r\001\001\005\005\0\003\202\001\001\0q\032A\336\323\220\315\245\207\245\341\277Vm\274\220\250=F\353.\230\003\240\275\3358\312P\266b\247\317\240;R\313\323\336\242\304>8\371\372\325\233x\355\\\310\244\241\247Q\035\002f\004\227s\260,\2604MJ\202\332\330\027I8\315\025\253\355\255\274\237'\306\201\a\270Pq\303\354\004rdW\206w\260\n" + "I\rr\343\362\324\347\2626\003\r\207+\037\177=v\257\277RW\2163\266\375\272\223~vC%4&9\r'\276S\267\376\v\333l\0qdz\2636\327\307f\304\026K\273>\022Y6\304e\020\320\3726\244\300\220\241\243\350\365\037z\232o\274\341C\375\253s\257J\243(i\234\037\316\205\036\003\035\260\030\226%\322\035\322\370\0k\b\365_\n" + "\n" + "\275\252y\225\n" + "~C\310u\204\335_\301F2B\240\202\313\004\274@\306y\222t~)\027\254\t\352\226\021,L=\252\214\215\206\234\306P\202T\374\27151\202\002\0270\202\002\023\002\001\0010\201\2200y1\v0\t\006\003U\004\006\023\002US1\v0\t\006\003U\004\b\023\002CA1\0240\022\006\003U\004\a\023\vSanta Clara1\0320\030\006\003U\004\n" + "\023\021Intel Corporation1+0)\006\003U\004\003\023\"Intel External Basic Issuing CA 4A\002\0233\0\0\306\246\002J\034\v\345\2204\370\0\0\0\0\306\2460\t\006\005+\016\003\002\032\005\0\240]0\030\006\t*\206H\206\367\r\001\t\0031\v\006\t*\206H\206\367\r\001\a\0010\034\006\t*\206H\206\367\r\001\t\0051\017\027\r190816165732Z0#\006\t*\206H\206\367\r\001\t\0041\026\004\024bt\264\016\020p\377<d\204\0\002\213Kc\032\377\027\253\0060\r\006\t*\206H\206\367\r\001\001\001\005\0\004\202\001\0\025\025b\251\316\264\360\025\330\311R\301^5n\\\266\340\217\241\267\373#\364#\277sF\251&Rg\370\376a\243I\264\n" + "\n" + "\330\032\334\367\234\351[\365 \3521n\2279\270\345\376\004\212\362\262tvN\006\213\325]=1ns\365\343\362K\0346\\-~\267\351Gs\271\0N\326`;1\346J\300\345\364\375h:h\306\251~>}\244\304\316kp\022b$\227\224\n" + "\\g\2630\r\237m\314\177\274\370\032\214kJ\262\272\335=B\030&\257e\037,H<\252\361\215b%\353\355\035\302\337\0\365d\0254\321\245\2347s\242\004n\330e+e'\242^\366\0ub\255,n\024\234\006\203Q\251Tm>\214\346\255gC\346CE\016{Gs\003\223\257\212]\246\205~\n" + "\236\366\256\252Ca\215e\224\346\323GP80(\226\365\267@A\314\347\222P\270\277-\20365\214{{\273[\027YL0Px\030\361\0\0\0\0\0\0" -a4b5802774960e0fbb9626a6a054ac0ae6a464c15690fe951887e64f0f97c73d +9516422f8be86d61dcfe7e1bba3188936a9dbaee2379600f9b00b957321c17dc
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.