[00:56:42] *** Joins: tomzawadzki (uid327004@gateway/web/irccloud.com/x-ubiapjrhgqsmxzkv) [01:20:49] *** Joins: travis-ci (~travis-ci@ec2-3-86-71-71.compute-1.amazonaws.com) [01:20:50] (spdk/v18.10.x) pci: retry hotplugging DPDK device (Darek Stojaczyk) [01:20:50] Diff URL: https://github.com/spdk/spdk/compare/0be07189a15d...f382c1932696 [01:20:50] *** Parts: travis-ci (~travis-ci@ec2-3-86-71-71.compute-1.amazonaws.com) () [01:29:19] *** Joins: travis-ci (~travis-ci@ec2-54-198-23-187.compute-1.amazonaws.com) [01:29:20] (spdk/master) scripts/setup: Check that numa_node exists before reading (Qingmin Liu) [01:29:20] Diff URL: https://github.com/spdk/spdk/compare/93984d25d613...30bfdc9cc99c [01:29:20] *** Parts: travis-ci (~travis-ci@ec2-54-198-23-187.compute-1.amazonaws.com) () [01:51:16] *** Joins: pniedzwx_ (~pniedzwx_@user-5-173-153-149.play-internet.pl) [01:56:20] *** Quits: pniedzwx_ (~pniedzwx_@user-5-173-153-149.play-internet.pl) (Ping timeout: 244 seconds) [02:01:16] *** Joins: pniedzwx_ (~pniedzwx_@89-71-192-234.dynamic.chello.pl) [02:05:27] *** Quits: pniedzwx_ (~pniedzwx_@89-71-192-234.dynamic.chello.pl) (Ping timeout: 245 seconds) [05:07:12] *** Joins: darsto_ (~darsto@89-78-174-111.dynamic.chello.pl) [05:14:34] *** Quits: darsto (~darsto@89-78-174-111.dynamic.chello.pl) (*.net *.split) [05:14:37] *** darsto_ is now known as darsto [08:56:03] When working with our fork of the dpdk -and- making changes to the spdk to comport with new commits to the fork of the dpdk, do the commit(s) to the dpdk fork need to be *merged* before submitting the related changes on the spdk? [09:31:23] +sethhowe [09:43:01] *** Quits: gila (~gila@5ED4D979.cm-7-5d.dynamic.ziggo.nl) (Read error: No route to host) [09:45:42] *** Joins: gila (~gila@5ED4D979.cm-7-5d.dynamic.ziggo.nl) [09:47:53] bwalker: I did a git-fetch of ref 447851 && checked out the FETCH_HEAD. I then cherry-pick'd 754c3db in the dpdk fork and then attempted to build spdk. This was a fresh clone so I had no artifacts at all. After running configure, my build failed during the attempt to compile dpdk, but I cannot determine why it failed. [09:48:09] I had done a "make V=1" so I got the detailed build output. [09:49:06] *** Joins: felipef (~felipef@cpc92310-cmbg19-2-0-cust421.5-4.cable.virginm.net) [09:49:58] Never mind. I *think* I spotted the issue. Originally, I confined by inspection of the failed output to the bottom of the output. [09:51:13] Looks like due to parallel make, another failure occurred earlier. [09:52:47] Looks like the trouble was due to dpdk kernel modules (kni, igb). Maybe I need to adjust my configure invocation.... [09:53:22] *** Quits: felipef (~felipef@cpc92310-cmbg19-2-0-cust421.5-4.cable.virginm.net) (Ping timeout: 250 seconds) [10:00:58] Hmmm. I don't have igb enabled via configure, and I don't see anything about our having an option for kni. [10:13:19] *** Quits: tomzawadzki (uid327004@gateway/web/irccloud.com/x-ubiapjrhgqsmxzkv) (Quit: Connection closed for inactivity) [10:25:34] Curiously, dpdk/build/.config contains 'CONFIG_RTE_KNI_KMOD=y' [11:15:55] Aha! looks like we'll also have to patch config/common_base and config/common_linuxapp to comment out CONFIG_RTE_EAL_IGB_UIO and CONFIG_RTE_KNI_KMOD [11:33:42] *** Joins: travis-ci (~travis-ci@ec2-54-221-176-240.compute-1.amazonaws.com) [11:33:43] (spdk/master) lib/reduce: create helper functions for starting read/write ops (Jim Harris) [11:33:43] Diff URL: https://github.com/spdk/spdk/compare/30bfdc9cc99c...b1c5a962d4a2 [11:33:43] *** Parts: travis-ci (~travis-ci@ec2-54-221-176-240.compute-1.amazonaws.com) () [11:35:35] *** Joins: travis-ci (~travis-ci@ec2-34-201-76-67.compute-1.amazonaws.com) [11:35:36] (spdk/v19.01.x) ftl: free allocated IO queue pair before releasing the controller (Changpeng Liu) [11:35:37] Diff URL: https://github.com/spdk/spdk/compare/e1c4f011e198...6d8f66269d3d [11:35:37] *** Parts: travis-ci (~travis-ci@ec2-34-201-76-67.compute-1.amazonaws.com) () [11:56:23] *** Joins: travis-ci (~travis-ci@ec2-3-80-25-239.compute-1.amazonaws.com) [11:56:24] (spdk/master) blobfs: remove the assert. (Ziye Yang) [11:56:24] Diff URL: https://github.com/spdk/spdk/compare/b1c5a962d4a2...fa2d95b3fe66 [11:56:24] *** Parts: travis-ci (~travis-ci@ec2-3-80-25-239.compute-1.amazonaws.com) () [11:56:52] *** Joins: travis-ci (~travis-ci@ec2-34-207-198-235.compute-1.amazonaws.com) [11:56:53] (spdk/master) bdev: Add io_uring bdev module (Vishal Verma) [11:56:53] Diff URL: https://github.com/spdk/spdk/compare/fa2d95b3fe66...dfb60590c9f8 [11:56:53] *** Parts: travis-ci (~travis-ci@ec2-34-207-198-235.compute-1.amazonaws.com) () [16:34:21] *** Quits: gila (~gila@5ED4D979.cm-7-5d.dynamic.ziggo.nl) (Quit: My Mac Pro has gone to sleep. ZZZzzz…) [22:58:37] *** Joins: gila (~gila@5ED4D979.cm-7-5d.dynamic.ziggo.nl) [23:30:42] Yippee, build fixed! [23:30:43] Project autotest-nightly build #437: FIXED in 30 min. See https://ci.spdk.io/spdk-jenkins for results. [23:35:12] Project autotest-nightly-failing build #306: STILL FAILING in 35 min. See https://ci.spdk.io/spdk-jenkins for results.