Bug#663114: Patch to implement parallelism in dkms

2014-04-03 Thread Anders Kaseorg
On Thu, 26 Dec 2013, Andras Korn wrote: It will pass -jnumber of CPUs to make(1) by default, but this can be overridden via the command line. If you want, the get_num_cpus function could be replaced with nproc(1) from coreutils (= 8.1-1). Anders -- To UNSUBSCRIBE, email to

Bug#663114: Patch to implement parallelism in dkms

2014-04-03 Thread Andras Korn
On Thu, Apr 03, 2014 at 02:48:38AM -0400, Anders Kaseorg wrote: On Thu, 26 Dec 2013, Andras Korn wrote: It will pass -jnumber of CPUs to make(1) by default, but this can be overridden via the command line. If you want, the get_num_cpus function could be replaced with nproc(1) from

Bug#663114: Patch to implement parallelism in dkms

2014-03-16 Thread Ivan Kozik
Thanks, Andras. dkms.parallelism.diff is working well for me. With 8 cores, spl+zfs now install in 4m47s instead of 6m18s. I tested the patch with dkms 2.2.0.3-1.1ubuntu5 on Ubuntu 14.04. Ivan -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#663114: Patch to implement parallelism in dkms

2013-12-26 Thread Andras Korn
tags 663114 patch thanks Hi, I'm attaching a first attempt at a patch to implement this. It works for me, but I haven't tested it extensively. It will pass -jnumber of CPUs to make(1) by default, but this can be overridden via the command line. Work on the patch was sponsored by CAE