search for: 597015

Displaying 6 results from an estimated 6 matches for "597015".

Did you mean: 59701
2014 Mar 19
0
[PATCH v7 10/11] pvqspinlock, x86: Enable qspinlock PV support for KVM
...sts - 200% overcommit) turned on and the "idle=poll" kernel option to simulate a busy guest. The results of running the same AIM7 workloads are shown in the table below. XFS Test: kernel JPM Real Time Sys Time Usr Time ----- --- --------- -------- -------- PV ticketlock 597015 29.99 424.44 25.85 qspinlock 117493 153.20 1006.06 59.60 PV qspinlock 616438 29.20 397.57 23.31 unfair qspinlock 642398 28.02 396.42 25.42 unfair + PV qspinlock 633803 28.40 400.45 26.16 ext4 Test: kernel JPM Real Time Sys Time Usr Time ---...
2014 Mar 20
1
[PATCH v7 10/11] pvqspinlock, x86: Enable qspinlock PV support for KVM
...nd the "idle=poll" kernel > option to simulate a busy guest. The results of running the same AIM7 > workloads are shown in the table below. > > XFS Test: > kernel JPM Real Time Sys Time Usr Time > ----- --- --------- -------- -------- > PV ticketlock 597015 29.99 424.44 25.85 > qspinlock 117493 153.20 1006.06 59.60 > PV qspinlock 616438 29.20 397.57 23.31 > unfair qspinlock 642398 28.02 396.42 25.42 > unfair + PV qspinlock 633803 28.40 400.45 26.16 > > ext4 Test: > kernel JPM R...
2014 Mar 20
1
[PATCH v7 10/11] pvqspinlock, x86: Enable qspinlock PV support for KVM
...nd the "idle=poll" kernel > option to simulate a busy guest. The results of running the same AIM7 > workloads are shown in the table below. > > XFS Test: > kernel JPM Real Time Sys Time Usr Time > ----- --- --------- -------- -------- > PV ticketlock 597015 29.99 424.44 25.85 > qspinlock 117493 153.20 1006.06 59.60 > PV qspinlock 616438 29.20 397.57 23.31 > unfair qspinlock 642398 28.02 396.42 25.42 > unfair + PV qspinlock 633803 28.40 400.45 26.16 > > ext4 Test: > kernel JPM R...
2003 Aug 19
4
Samba 3.0.0 RC1: Unable to find a suitable server
Hiya, I compiled the RPMs of Samba 3.0.0 RC1 according to "../samba-3.0.0rc1/packaging/RedHat/samba.spec" and installed the binaries from the freshly compiled rpm on my up2date Redhat 9.0 Server. The command "net join -U Administrator%****** -d10" creates following error: ***** SNIP ***** [root@samba30srv RedHat]# net join -U Administrator%******** -d10 [2003/08/19
2014 Mar 19
15
[PATCH v7 00/11] qspinlock: a 4-byte queue spinlock with PV support
v6->v7: - Remove an atomic operation from the 2-task contending code - Shorten the names of some macros - Make the queue waiter to attempt to steal lock when unfair lock is enabled. - Remove lock holder kick from the PV code and fix a race condition - Run the unfair lock & PV code on overcommitted KVM guests to collect performance data. v5->v6: - Change the optimized
2014 Mar 19
15
[PATCH v7 00/11] qspinlock: a 4-byte queue spinlock with PV support
v6->v7: - Remove an atomic operation from the 2-task contending code - Shorten the names of some macros - Make the queue waiter to attempt to steal lock when unfair lock is enabled. - Remove lock holder kick from the PV code and fix a race condition - Run the unfair lock & PV code on overcommitted KVM guests to collect performance data. v5->v6: - Change the optimized