similar to: Regarding queries on P2V migration

Displaying 20 results from an estimated 10000 matches similar to: "Regarding queries on P2V migration"

2009 Jan 23
2
[Bridge] RSTP user mode implementation
Hi, I am working on implementations of RSTP and MSTP. It would be of great help of me if you could provide me with a robust open source implementation of RSTP and MSTP which I can have a look upon and some guidelines on how to implement/configure on Linux. Looking for a positive response soon. Regards, Abhishek. DISCLAIMER:
2017 Mar 08
2
Vector trunc code generation difference between llvm-3.9 and 4.0
The regression for the reported case should be avoided after: https://reviews.llvm.org/rL297232 https://reviews.llvm.org/rL297242 https://reviews.llvm.org/rL297280 It would still be good to understand if the clang change was intentional or if that was a side effect that can be limited. On Sat, Feb 18, 2017 at 9:11 AM, Sanjay Patel <spatel at rotateright.com> wrote: > Yes, there is an
2017 Feb 18
2
Vector trunc code generation difference between llvm-3.9 and 4.0
Thanks Sanjay. Interestingly for me, disable-llvm-optmzns did not make a difference in the way the shift was handled. Does the initial IR generated for you show this difference when the option is passed? Best regards Saurabh On 17 February 2017 at 19:03, Sanjay Patel <spatel at rotateright.com> wrote: > I think this is caused by a front-end change (cc'ing clang-dev) because >
2017 Feb 17
2
Vector trunc code generation difference between llvm-3.9 and 4.0
Correction in the C snippet: typedef signed short v8i16_t __attribute__((ext_vector_type(8))); v8i16_t foo (v8i16_t a, int n) { return a >> n; } Best regards Saurabh On 17 February 2017 at 16:21, Saurabh Verma <saurabh.verma at movidius.com> wrote: > Hello, > > We are investigating a difference in code generation for vector splat > instructions between llvm-3.9
2017 Dec 22
0
DBG_VALUE insertion for spills breaks bundles
Hi again, Here is a small patch to fix this issue. Please note that since the problem results in broken bundles, it can result in invalid schedules for any VLIW back-ends using bundling to group instructions. Best regards Saurabh Verma From: Verma, Saurabh Sent: Tuesday, December 19, 2017 4:14 PM To: llvm-dev at lists.llvm.org Subject: DBG_VALUE insertion for spills breaks bundles Hi, The
2015 Dec 28
2
Getting Started
Hello, My name is Saurabh Shah and I am a second year undergraduate student at DA-IICT, Gandhinagar, India. I am new towards the open source organizations and I find your organization an appropriate one to work on. I know C language very well and eager to learn whatever the suitable project demands. So please guide me on how to get started with any specific project or solving bugs etc. Thanking
2010 Oct 20
1
problem regarding rpmbuild : creating rpm for python files
HI people , I am not sure whether this is right mailing list for this question , but i tried subscribing to redhat rpm list , failed to do so . I'm facing a issue while creating RPM for python punjab http://code.stanziq.com/punjab/ I've created a spec file which contains the list of files to packaged http://pastie.org/1236027 And when i try to run rpmbuild -ba command on this spec
2016 Jan 15
3
Samba installation
I am trying to install Samba on ubuntu 15.10 but constantly getting the same error while configuring: Traceback (most recent call last): File "./buildtools/bin/waf", line 75, in <module> import Scripting File "/home/saurabh/Documents/Samba/samba-4.3.4/third_party/waf/wafadmin/Scripting.py", line 146 except Utils.WafError , e: ^
2004 Nov 24
1
Cannot see contents of ~/mail folder
Hi, I just installed dovecot-0.99 on my Fedora Core 2 machine. When I start the secure IMAP daemon, I am able to see my Inbox, but not the other folders in the 'mail' folder in my home directory (sent-mail, saved-messages, etc.) These folders were created when I was using pine earlier on the machine. In my dovecot.conf file, I have set: default_mail_env =
2013 Mar 19
2
Errors while using blkiotune command
Hi all, I want to limit the I/O bandwidth inside the container, so I used virsh command blkiotune. But when I enter a command: virsh # blkiotune lxcguest --weight 250 I get following errors: error: Unable to change blkio parameters error: Requested operation is not valid: blkio cgroup isn't mounted I also have blkio cgroup mounted. What can be the problem? Thanks in advance. Regards,
2009 Jul 18
4
rails 2.3.2.not working working with cgi - How to revert
Hi All, As the problem faced by many other folks that rails 2.3.2 is not working with cgi, Now I want to revert to rails 2.2.2 on my shared host (bluehost ) can anybody guide me how to revert to 2.2.2. I tried the following: 1. I installed the older rails gem "gem install rails --version 2.2.2 --include-dependencies " 2. I tried to set the PATH env to my rails 2.2.2 version and also
2007 Dec 27
2
Installation problems Cisco VPN Client
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> <font size="-2">Hi All ,<br> Any one using Cisco VPN Client [</font><font size="-2">vpnclient-linux-4.6.00.0045-k9.tar.gz] </font><font size="-2">on
2017 Dec 19
3
DBG_VALUE insertion for spills breaks bundles
Hi, The insertion of DBG_VALUE instructions for spills does not seem to be handling insert locations inside bundles well. If the spill instruction is part of a bundle, the new DBG_VALUE is inserted after it, but does not have the bundling flags set. This essentially means that if we start with a set of bundled instructions: MI1 [BundledSucc=true, BundledPred=false] MI2 [BundledSucc=false,
2011 Mar 28
3
Interested in GSOC projects
Respected sir/ma'am, I, Saurabh Kumar, am a second year UG student in ?Department of Comp. Science at IIT Delhi, India and want to apply for GSOC. I am interested and would love to work on the following projects: ?-? QueryParser Reimplementation ?- ?Improve Spelling Correction I have worked on many programming projects and it makes me an eligible candidate for SOC. I have a experience of
2011 Mar 28
3
Interested in GSOC projects
Respected sir/ma'am, I, Saurabh Kumar, am a second year UG student in ?Department of Comp. Science at IIT Delhi, India and want to apply for GSOC. I am interested and would love to work on the following projects: ?-? QueryParser Reimplementation ?- ?Improve Spelling Correction I have worked on many programming projects and it makes me an eligible candidate for SOC. I have a experience of
2013 Nov 11
2
User Namespace in LXC
Hi all, I'm trying to restrict privileges of root user inside the container. I searched about it and got to know about "idmap" element in domain XML. I added "idmap" element in my container's XML file: <idmap> <uid start='0' target='1000' count='10'/> <gid start='0' target='1000' count='10'/>
2013 Nov 13
2
Re: User Namespace in LXC
Hi Gao, I checked the output of "lxc-checkconfig" command and it showed --- Namespaces --- Namespaces: enabled Utsname namespace: enabled Ipc namespace: enabled Pid namespace: enabled *User namespace: missing* Network namespace: enabled Multiple /dev/pts instances: enabled Here it shows that User namespace support is missing. I tried to check for Namespaces Support in kernel
2019 Feb 11
1
32 seconds vs 72 minutes -- expected performance difference?
On Mon, 11 Feb 2019 09:29:50 +0530 Saurabh Nanda via samba <samba at lists.samba.org> wrote: > Does anyone have any idea about this? > > > On Sat, Feb 9, 2019 at 7:22 AM Saurabh Nanda <saurabhnanda at gmail.com> > wrote: > > > Define "lots of files" ? What does ls | wc -l say ? > >> > > > > Number of files + directories: >
2019 Feb 08
8
32 seconds vs 72 minutes -- expected performance difference?
## QUESTION I am sharing a 120GB folder with lots of files via Samba on a LAN (1Gbps connection). 1) Doing an `ls -lR` on the server (on this folder) takes ~32 seconds, compared with **72 minutes** on the client. Is this difference in performance expected (due to network and protocol overhead)? 2) While the client is executing an `ls -lR`, one smbd process on the server uses about 30-40% of a
2008 Jan 15
2
s10 HVM 64-bit boot
Hi -- I wanted to boot s10 HVM in 64-bit mode but it always boots in 32-bit mode. Is there a special grub entry to boot s10 HVM domU in 64-bit mode? Or is it HVM loader? The grub entry is like this title Solaris 10 5/08 s10x_u5wos_01 X86 kernel /platform/i86pc/multiboot module /platform/i86pc/boot_archive s10.py file is as follows :- import os, re arch = os.uname()[4] if