search for: kurian

Displaying 20 results from an estimated 33 matches for "kurian".

2017 Oct 26
2
Re: Need to increase the rx and tx buffer size of my interface
Hi Ashish, IMO, it is yes, no way to increase tx_queue_size for direct type interface ------- Best Regards, Yalan Zhang IRC: yalzhang Internal phone: 8389413 On Thu, Oct 26, 2017 at 3:38 PM, Ashish Kurian <ashishbnv@gmail.com> wrote: > Hi Yalan, > > In the previous email you mentioned "tx_queue_size='512' will not work in > the guest with direct type interface, in fact, no matter what you set, it > will not work and guest will get the default '256'. "...
2017 Oct 26
5
Re: Need to increase the rx and tx buffer size of my interface
...ombined: 1 # ethtool -g eth0 Ring parameters for eth0: Pre-set maximums: RX: *512* RX Mini: 0 RX Jumbo: 0 TX: 256 Current hardware settings: RX: *512* RX Mini: 0 RX Jumbo: 0 TX: 256 ------- Best Regards, Yalan Zhang IRC: yalzhang Internal phone: 8389413 On Thu, Oct 26, 2017 at 2:33 AM, Ashish Kurian <ashishbnv@gmail.com> wrote: > Hi Michal, > > An update to what I have already said : when I try adding <driver > name='qemu' txmode='iothread' ioeventfd='on' event_idx='off' queues='1' > rx_queue_size='512' tx_queue_size='...
2017 Oct 26
2
Re: Need to increase the rx and tx buffer size of my interface
On 10/26/2017 10:38 AM, Ashish Kurian wrote: > Hi Yalan and Michal, > > Thank you for your response. So what I understand is that I can change > rx_queue size even if I use direct type interface and qemu driver as long > as the driver is virtio. Am I right? Yes. > If that is the case why am I getting > the erro...
2017 Oct 26
1
Re: Need to increase the rx and tx buffer size of my interface
...version from the git and did run the libvirt from the new directory using /home/to/your/checkout/daemon/libvirtd But I still see that the version is 1.3.1. I have also stopped the already running libvirt daemon and ran the new daemon from the directory and it is showing 1.3.1 Best Regards, Ashish Kurian On Thu, Oct 26, 2017 at 10:50 AM, Ashish Kurian <ashishbnv@gmail.com> wrote: > Hi Michal, > > Mine is > > iplab@iceman:~$ libvirtd --version > libvirtd (libvirt) 1.3.1 > > I think this can be the issue. I will update and try again > > > > Best Regards, &g...
2017 Oct 26
0
Re: Need to increase the rx and tx buffer size of my interface
...sum='off' gso='off' tso4='off' tso6='off' ecn='off' ufo='off' mrg_rxbuf='off'/> <guest csum='off' tso4='off' tso6='off' ecn='off' ufo='off'/> </driver> Best Regards, Ashish Kurian On Thu, Oct 26, 2017 at 10:01 AM, Yalan Zhang <yalzhang@redhat.com> wrote: > Hi Ashish, > > IMO, it is yes, no way to increase tx_queue_size for direct type interface > > > > > > > ------- > Best Regards, > Yalan Zhang > IRC: yalzhang > Internal pho...
2017 Oct 25
2
Re: Need to increase the rx and tx buffer size of my interface
...libvirt/schemas/domain.rng Extra element devices in interleave Element domain failed to validate content What does this imply? I have two more other interfaces and do I have to the same to them also? Btw, there are now logs generated now in the domain log or libvirtd log Best Regards, Ashish Kurian On Wed, Oct 25, 2017 at 2:50 PM, Michal Privoznik <mprivozn@redhat.com> wrote: > On 10/25/2017 01:53 PM, Ashish Kurian wrote: > > Dear Users/Developers, > > > > I am using a KVM Ubuntu VM as a degrader to apply specific delays to > > incoming packets. As the delay...
2017 Oct 26
0
Re: Need to increase the rx and tx buffer size of my interface
...ter what you set, it will not work and guest will get the default '256'. " So if I am using macvtap for my interfaces, then the device type will always be direct type. Does it mean that there is no way I can increase the buffer size with the macvtap interfaces? Best Regards, Ashish Kurian On Thu, Oct 26, 2017 at 9:04 AM, Ashish Kurian <ashishbnv@gmail.com> wrote: > Hi Yalan, > > Thank you for your comment on qemu-kvm-rhev > > I am waiting for a response about my previous email with the logs > attached. I do not understand what is the problem. > > >...
2013 Jul 03
1
Recommended filesystem for GlusterFS bricks.
Hi, Which is the recommended filesystem to be used for the bricks in glusterFS. ?? XFS/EXT3/EXT4 etc .???? Thanks & Regards, Bobby Jacob Senior Technical Systems Engineer | eGroup P SAVE TREES. Please don't print this e-mail unless you really need to. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Nov 01
2
Best supported motherboard
...e a good processor , for using in a desktop PC to run 4 or 5 Virtual machines concurrently on VirtualBox or VMWare ESX server ? Intel? Xeon? Processor X3460 [ http://ark.intel.com/Product.aspx?id=42931 ] or Intel? Core? i7-870S [ http://ark.intel.com/Product.aspx?id=48498 ] -- Regards Basil Kurian http://basil.co.nr RSA Public key : gpg --keyserver pgp.mit.edu --recv-keys 41005549 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20101101/d96de20c/attachment-0002.html>
2009 Jun 29
2
Building Custom Kernel - CentOS 4.4
...Error 1 make: *** [scripts_basic] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.50765 (%prep) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.50765 (%prep) Does any other package needs to be installed for fixing this? gcc, glibc-devel, gcc-c++ are already installed. Regards, Kurian Thayil. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090629/211aa0dd/attachment.html>
2017 Oct 25
0
Re: Need to increase the rx and tx buffer size of my interface
...n I checked the xml again I saw that <driver name='qemu' txmode='iothread' ioeventfd='on' event_idx='off' > is added to the interface. The missing parameters are : queues='1' rx_queue_size='512' tx_queue_size='512' Best Regards, Ashish Kurian On Wed, Oct 25, 2017 at 5:07 PM, Ashish Kurian <ashishbnv@gmail.com> wrote: > Hi Michal, > > What I found was that when I restarted the machine and did a virsh edit > command to see the xml config, I see that it is was not actually changed. > This suggests why I saw 256 again...
2009 May 30
2
Queue - Multiple Transfer
...er could be done with option 't' in the queue() application and I was able to successfully transfer calling party (client) to another agent. But is it possible for the new agent to transfer this calling party to another agent? ie Does a second transfer is supported in a Queue? Regards, -- Kurian Mathew Thayil. (GPG KeyID: E232394F) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part Url : http://lists.digium.com/pipermail/asterisk-users/attachments/200...
2017 Oct 26
0
Re: Need to increase the rx and tx buffer size of my interface
...de the VM to be bridged to the physical interfaces on the host? Is it also a possibility that I change the rx and tx buffer on the physical interface on the host and it is reflected automatically inside the VM as you said it will always receive the default value of the host? Best Regards, Ashish Kurian On Thu, Oct 26, 2017 at 6:45 AM, Yalan Zhang <yalzhang@redhat.com> wrote: > Hi Ashish, > > I have tested with your xml in the first mail, and it works for rx_queue_size(see > below). > multiqueue need to work with vhost backend driver. And when you set > "queues=1&quo...
2011 Apr 09
1
custom iptables rules
Hi, Is there a way that we can add custom IP-Tables rules in a nat'd physical host? I need some custom rules mentioned in physical host to access some services in the guest systems. Any hints on this? Regards, Kurian Thayil. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20110409/c85547ae/attachment.htm>
2010 Jul 30
1
Samba PDC + BDC using LDAP
...ttings in first and second server is same . Also the ID is set to same value using * setlocalid* command ) but the xp can't login to the domain .. please help me to figure out the problem I documented every thing in a wiki ....... please go through the steps ......... http://wiki.basil-kurian.co.cc/index.php/SMB_DC_WITH_REPLICATION -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100730/b8019379/attachment-0005.html>
2009 Jul 04
2
x86_64 EDAC throwing error
...kill x4 error I understand this is an error message from Error Detection And Control module and just wanna confirm that this is not a kernel or software related issue. If Hardware related is it confined only to the Physical memory stick installed or processor related? Any hint on this?? Regards, Kurian Thayil. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090704/ab749883/attachment-0003.html>
2009 Mar 10
1
Asterisk and WebIntegration
...ks up the phone, SIP/8440 rings. Is there any other way to implement this. I am not ready to use Vicidial (AstGUIClient) because the interface to be designed is too custom and the agent should have the list of numbers in front of them while they dial which cannot be done using Vicicial. Regards, Kurian Mathew Thayil. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090310/947be093/attachment.htm
2009 May 20
1
Queue and Dial operation - Common Variables?
...rray while read -e ARG && [ "$ARG" ] ; do array=(` echo $ARG | sed -e 's/://'`) echo ${array[0]} = ${array[1]} >>$LOG_FILE export ${array[0]}=${array[1]} done echo "EXEC Dial SIP/$agi_extension 20 tTo" *Any hint on this?? Regards, Kurian Thayil. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090520/5ba2b86e/attachment.htm
2017 Oct 25
2
Need to increase the rx and tx buffer size of my interface
...if the buffers are increased. I still see that the buffers are as follows. Ring parameters for ens9: Pre-set maximums: RX: 4096 RX Mini: 0 RX Jumbo: 0 TX: 4096 Current hardware settings: RX: *256* RX Mini: 0 RX Jumbo: 0 TX: *256* How can I increase the buffer on my KVM VM? Best Regards, Ashish Kurian
2017 Oct 26
0
Re: Need to increase the rx and tx buffer size of my interface
Hi Michal, Mine is iplab@iceman:~$ libvirtd --version libvirtd (libvirt) 1.3.1 I think this can be the issue. I will update and try again Best Regards, Ashish Kurian On Thu, Oct 26, 2017 at 10:46 AM, Michal Privoznik <mprivozn@redhat.com> wrote: > On 10/26/2017 10:38 AM, Ashish Kurian wrote: > > Hi Yalan and Michal, > > > > Thank you for your response. So what I understand is that I can change > > rx_queue size even if I use d...