search for: r510

Displaying 20 results from an estimated 21 matches for "r510".

Did you mean: r10
2016 Aug 22
3
Instruction itineraries and fence/barrier instructions
...er(i32 2, i8 0) %1 = load volatile i32* @read_me, align 4 ret i32 %1 } Prior to adding our instruction itineraries the code generated was: xstg_intrinsic: # @xstg_intrinsic # BB#0: # %entry subI r509, r509, 16, 64 store r510, r509, 0, 64 bitop1 r510, r509, 0, OR, 64 store r0, r510, 12, 32 movimm r1, %hi(write_me), 64 movimmshf32 r1, r1, %lo(write_me) store r0, r1, 0, 32 fence 2 movimm r0, %hi(read_me), 64 movimmshf32 r0, r0, %lo(read_me) load...
2016 Aug 22
2
Instruction itineraries and fence/barrier instructions
...> } > > > > Prior to adding our instruction itineraries the code generated was: > > > > xstg_intrinsic: # @xstg_intrinsic > > # BB#0: # %entry > > subI r509, r509, 16, 64 > > store r510, r509, 0, 64 > > bitop1 r510, r509, 0, OR, 64 > > store r0, r510, 12, 32 > > movimm r1, %hi(write_me), 64 > > movimmshf32 r1, r1, %lo(write_me) > > store r0, r1, 0, 32 > > fence 2 > > movimm...
2010 Aug 07
13
PowerEdge R510 with PERC H200/H700 with ZFS
Anyone have any experience with a R510 with the PERC H200/H700 controller with ZFS? My perception is that Dell doesn''t play well with OpenSolaris. Thanks, Geoff
2016 Jan 07
2
TableGen error message: top-level forms in instruction pattern should have void types
...ca i32*, align 8 store i32 %argc, i32* %argc.addr, align 4 store i8** %argv, i8*** %argv.addr, align 8 %0 = load i32 addrspace(4)* @answer, align 4 store i32 %0, i32* @xint, align 4 ... Currently this produces the following assembly code: .Ltmp0: .cfi_def_cfa_offset 48 store r510, r509, 0, 64 .Ltmp1: .cfi_offset 510, -48 bitop1 r510, r509, 0, OR, 64 .Ltmp2: .cfi_def_cfa_register 510 store r0, r510, 44, 32 store r1, r510, 32, 64 movimm r0, %hi(xint), 64 movimmshf32 r0, r0, %lo(xint) movimm r1, %rel(answer)...
2012 Jan 06
3
ZFS + Dell MD1200's - MD3200 necessary?
...based SAS controller on the Dell front-end servers. Looking to confirm from folks who have this deployed in the wild. Perhaps you''d be willing to describe your setup as well and anything we might need to take into consideration (thinking best option for getting ZIL/L2ARC devices into Dell R510 head units for example in a supported manner). Thanks, Ray
2016 Jan 07
2
TableGen error message: top-level forms in instruction pattern should have void types
On Thu, Jan 7, 2016 at 12:21 PM, Krzysztof Parzyszek via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On 1/7/2016 1:55 PM, Phil Tomson via llvm-dev wrote: > >> >> let Uses= [GRP] in { >> def RelAddr : XSTGPseudo< (outs), >> (ins GPRC:$spoff, GPRC:$dst), >>
2011 Aug 04
3
Very slow samba performance on Centos 6
Hello all, I have 2 identical Dell r510 servers with 10gig card, running centos 6 with samba-3.5.4-68.el6_0.2.x86_64. I setup 16G ramdisk samba share on both and ran cp from local ramdisk to samba ramdisk mount. If I cp 12 1-gig files, I get combined 100MB/s transfer rate. Single file cp maxes out at about 15MB/s. Ftp transfer give me...
2012 Mar 10
4
Any recommendations on Perc H700 controller on Dell Rx10 ?
Hi folks: At work, I have an R510, and R610 and an R710 - all with the H700 PERC controller. Based on experiments, it seems like there is no way to bypass the PERC controller - it seems like one can only access the individual disks if they are set up in RAID0 each. This brings me to ask some questions: a. Is it fine (in terms of...
2011 Jul 18
1
Cannot install through (U)EFI
Hi all, I've a little problem with CentOS 6 and EFI on Dell Poweredge R510... My Logical disk (hardware raid) is a little bit greated than 9TB, so i must use EFI in order to see the whole disk space and boot on it, but my box don't want to boot on CentOS 6 x86_64 Install DVD when i'm in EFI boot mode. someone has successfully installed CentOS 6 x86_64 in EFI mode...
2013 Aug 23
1
System Hang on busy NFS server
On a busy NFS server I've started receiving the following error messages and the system hangs with high load but no work being done. The system is a Dell R510 with 12 x 3TB drives in a RAID-50 configuration. The RAID-50 device is a full disk LVM (no partitions) and one large (36TB) data volume and the system is running CentOS 6.4 fully patched for OS and firmware. Anyone have any hints as to what might be causing this. It looks to me like the system i...
2010 Sep 07
2
remus failure -xen 4.0.1: xc_domain_restore cannot pin page tables
Hardware: Dell Poweredge R510 (32G ram, 8 CPU- Xeon) 64bit - xen 4.0.1 stable 64bit - 2.6.32.18 dom0 (.config attached) running Ubuntu 10.04 32 bit - 2.6.18.8 domU (.config attached) running ubuntu 8.04 domU has 3 tap2 disks, on lvm snapshots. domU has 2G mem, 2 VCPU workload on domU - ssh + top running, destroy domain --...
2016 Dec 22
2
struct bitfield regression between 3.6 and 3.9 (using -O0)
...get the "FAIL" message. However, when we compile in LLVM 3.6 it passes. (this is only an issue with -O0, higher levels of optimization work fine) After some investigation we discovered the problem, here's the relevant part of our assembly generated by LVM 3.9: load r0, r510, 24, 8 slr r0, r0, 1, 8 cmpimm r0, r0, 1, 0, 8, SNE bitop1 r0, r0, 1<<0, AND, 64 jct .LBB0_2, r0, 0, N jrel .LBB0_1 Notice the slr (shift logical right) instruction there is shifting to the right 1 position in order to get flags.f...
2016 Dec 22
0
struct bitfield regression between 3.6 and 3.9 (using -O0)
...> However, when we compile in LLVM 3.6 it passes. (this is only an issue > with -O0, higher levels of optimization work fine) > > After some investigation we discovered the problem, here's the > relevant part of our assembly generated by LVM 3.9: > > load r0, r510, 24, 8 > slr r0, r0, 1, 8 > cmpimm r0, r0, 1, 0, 8, SNE > bitop1 r0, r0, 1<<0, AND, 64 > jct .LBB0_2, r0, 0, N > jrel .LBB0_1 > > Notice the slr (shift logical right) instruction there is shifting to > the r...
2010 Oct 14
0
Slow zfs import solved (beware iDRAC/ILO)
Just a note to pass on in case anyone runs into the same situation. I have a DELL R510 that is running just fine, up until the day that I needed to import a pool from a USB hard drive. I plug in the disk, check it with rmformat and try to import the zpool. And it sits there for practically forever, not responding. The machine still responds to network connections etc., it''s...
2010 Nov 07
0
[HOWTO] Update megaraid_sas driver in Linux 2.6.32.x to make it boot and work with Dell/LSI RAID adapters
...ced the default megaraid_sas driver version in upstream Linux 2.6.32.25 is pretty old, version 4.01, and it seems to be very buggy. It fails to bring up disks and boot fails. Many people have reported this issue on various hardware using LSI RAID adapters, and on various Dell servers (R310/R410/R510/R710) using Dell PERC H700 RAID adapters (which are rebranded LSI adapters). This problem is not Xen specific at all, it''s just a broken driver version included in Linux 2.6.32.x kernel. Based on posts to various Xen related mailing lists and IRC channels it seems this issues affects...
2010 Nov 07
0
[HOWTO] Update megaraid_sas driver in Linux 2.6.32.x to make it boot and work with Dell/LSI RAID adapters
...ced the default megaraid_sas driver version in upstream Linux 2.6.32.25 is pretty old, version 4.01, and it seems to be very buggy. It fails to bring up disks and boot fails. Many people have reported this issue on various hardware using LSI RAID adapters, and on various Dell servers (R310/R410/R510/R710) using Dell PERC H700 RAID adapters (which are rebranded LSI adapters). This problem is not Xen specific at all, it''s just a broken driver version included in Linux 2.6.32.x kernel. Based on posts to various Xen related mailing lists and IRC channels it seems this issues affects...
2011 May 08
2
hardware issues under 5.6
Folks, This is, umm, odd. Two, at least, and possibly a third over the weekend, of some older Dell 1950's, suddenly died shortly after being upgraded to 5.6. They're all about the same age, and it's not happening with other systems, but they claim a scsi abort, and the f/s goes read-only. The little lcd screen goes orange, and shows a fatal error E 171, and B0 F3 D0? D0 F3
2013 Dec 21
21
[Bug 72943] New: NV98 [GeForce 9300 gs m] hangs on boot- all linux kernel versions > 3.2
...to all CPUs: Dec 21 00:44:20 ycradnileved kernel: [ 3839.484006] NMI backtrace for cpu 0 Dec 21 00:44:20 ycradnileved kernel: [ 3839.484006] CPU: 0 PID: 5556 Comm: modprobe Not tainted 3.11-2-amd64 #1 Debian 3.11.10-1 Dec 21 00:44:20 ycradnileved kernel: [ 3839.484006] Hardware name: LG Electronics R510/QL8, BIOS QL8L3B42 07/30/2008 Dec 21 00:44:20 ycradnileved kernel: [ 3839.484006] task: ffff8800855e8080 ti: ffff8800bb2a6000 task.ti: ffff8800bb2a6000 Dec 21 00:44:20 ycradnileved kernel: [ 3839.484006] RIP: 0010:[<ffffffff812600f9>] [<ffffffff812600f9>] __const_udelay+0x9/0x30 Dec 21...
2016 Dec 23
2
struct bitfield regression between 3.6 and 3.9 (using -O0)
.... However, > when we compile in LLVM 3.6 it passes. (this is only an issue with -O0, > higher levels of optimization work fine) > > After some investigation we discovered the problem, here's the relevant > part of our assembly generated by LVM 3.9: > > load r0, r510, 24, 8 > slr r0, r0, 1, 8 > cmpimm r0, r0, 1, 0, 8, SNE > bitop1 r0, r0, 1<<0, AND, 64 > jct .LBB0_2, r0, 0, N > jrel .LBB0_1 > > Notice the slr (shift logical right) instruction there is shifting to the > ri...
2012 Nov 13
3
Bug#693154: xen-hypervisor-4.0-amd64: Xen "map irq failed" with Intel igb driver and 82576 quad port nic
...16 15:13 vendor When booted into 3.2.0-0.bpo.4-amd64 without Xen all 4 nics are detected and assigned GSI IRQ mappings using MSI-X. I've tried using pci=nomsi and legacy interrupts are assigned but I still get the mapping error for the first nic. Is this a Xen problem? The server is a Dell R510. -- System Information: Debian Release: 6.0.6 APT prefers stable-updates APT policy: (800, 'stable-updates'), (800, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-0.bpo.4-amd64 (SMP w/24 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shel...