[01:11:30] *** Quits: Shuhei (caf6fc61@gateway/web/freenode/ip.202.246.252.97) (Ping timeout: 260 seconds) [06:34:28] *** Joins: tomzawadzki (tomzawadzk@nat/intel/x-zidaywwnqsbluwkl) [08:01:14] *** Joins: gila (~gila@5ED4D9C8.cm-7-5d.dynamic.ziggo.nl) [08:08:37] jimharris: could we filter out HTML on our mailing list? [08:08:43] so that mails come in plain text only [08:21:45] *** Joins: Jianjian (~jianjian@c-73-231-38-189.hsd1.ca.comcast.net) [08:38:53] *** Quits: Jianjian (~jianjian@c-73-231-38-189.hsd1.ca.comcast.net) (Remote host closed the connection) [08:39:28] *** Joins: Jianjian (~jianjian@c-73-231-38-189.hsd1.ca.comcast.net) [08:42:29] *** Quits: Jianjian (~jianjian@c-73-231-38-189.hsd1.ca.comcast.net) (Client Quit) [09:15:26] darsto: it is possible to configure Mailman to convert html mails to plain text, or filter out text/html parts entirely [09:15:33] *** Quits: lhodev (~Adium@66-90-218-190.dyn.grandenetworks.net) (Quit: Leaving.) [09:15:49] I'd generally be in favor of that, but I think a lot of people use email clients that don't do quoting properly and will just make more of a mess of it... [09:20:30] hmmm, true [09:33:00] *** Joins: tzawadzki (~tomzawadz@192.55.54.40) [09:33:01] *** Quits: tomzawadzki (tomzawadzk@nat/intel/x-zidaywwnqsbluwkl) (Remote host closed the connection) [09:41:40] *** Quits: tzawadzki (~tomzawadz@192.55.54.40) (Ping timeout: 240 seconds) [10:07:28] I noticed some 5% performance improvement with qemu v.2.10.0 mirror, compared to our spdk qemu mirror (based on v.2.8 I think).. [10:14:12] with vhost-scsi? [10:15:46] Right, vhost-scsi. Tested with 1 VM, config [10:18:47] vhost-user-scsi support patches seem to be pushed in since qemu v2.10.0 release [10:40:01] drv: are you going to rework the duplicate listen address return code now? I'm ok pushing what you have and doing the rework on a later patch [10:40:32] I think we can push it as-is; the RPC that calls it needs more work to properly report errors, so it would be better to just return 0 for now [13:23:30] *** Joins: lhodev (~Adium@inet-hqmc01-o.oracle.com) [13:31:49] jimharris, peluse: I fixed up the images in the timing chart blog post - please take a quick look: https://review.gerrithub.io/#/c/395663/ [13:32:05] I couldn't stand the scaling artifacts :) [13:37:28] +2 [13:42:46] drv: why do we have config.h, CONFIG.local and mk/cc.mk in the top level Makefile's .PHONY? [13:43:26] they should get rebuilt every time so we catch things like environment variables changing [13:43:41] but the rules that generate them put the output into a temp file and compare, so it shouldn't cause a rebuild unless the contents actually changed [13:43:55] that's what all the 'cmp' stuff is about [13:44:16] so on your system you don't see everything recompiling if you just do a "make"? [13:44:34] if I do a clean build, and then just "make" - it rebuilds everything again [13:44:42] but if I do "make -C lib" - nothing gets rebuilt [13:45:13] nope, nothing rebuilds on the second 'make' for me [13:45:25] do the timestamps on any of those files you listed change on your system? [13:46:19] I'm also using a non-submodule DPDK, but I don't think that makes a difference [13:48:21] config.h is getting regenerated [13:48:23] on my system [13:48:58] hmm, can you diff it? [13:49:07] doing that now [13:50:17] ha [13:50:23] same contents but different order [13:50:30] oh boy [13:50:35] is it because of python dictionary ordering? [13:50:52] we can probably sort by key or something like that in scripts/genconfig.py [13:52:42] in that final "for key, value in defs.items():" loop, can you change it to "sorted(defs.items())"? [13:52:44] that did it [13:52:50] fun stuff [14:07:05] at some point i'm going to add the @: trick to our "all" targets so that it suppresses the "Nothing to be done for 'all'" messages [14:07:48] but we have 81 'all' targets scattered through the tree :-( [14:08:50] that would be nice [14:09:02] I tried to figure out how to do that globally, but I couldn't make it happen easily [14:09:36] a lot of it in the test subdirectory - parts of it have common .mk files but a lot of it doesn't [15:58:15] *** Joins: Shuhei (caf6fc61@gateway/web/freenode/ip.202.246.252.97) [16:12:49] *** Quits: lhodev (~Adium@inet-hqmc01-o.oracle.com) (Remote host closed the connection)