search for: invovle

Displaying 20 results from an estimated 23 matches for "invovle".

Did you mean: involve
2004 Jul 06
7
Simply IMQ
...t likely be upgraded to Fedora Core 2 in the next month or so. Now with all that said, here is my question. I see that maintenance of IMQ has been passed on a couple of times. I see some people say that IMQ is not stable and should not be put into a production environment. My use of IMQ a year ago invovled only egress qdiscs using HTB and SFQ because the egress qdiscs were much more powerful and better than the ingress qdisc. The only problem that I ever had with IMQ was using the iptables target with both PREROUTING and POSTROUTING. I see Roy has posted that IMQ essentially crashes when doing egres...
2005 Aug 12
3
General expression of a unitary matrix
Hi, all, Does anybody got the most general expression of a unitary matrix? I found one in the book, four entries of the matrix are: (cos\theta) exp(j\alpha); -(sin\theta)exp(j(\alpha-\Omega)); (sin\theta)exp(j(\beta+\Omega)); (cos\theta) exp(j\beta); where "j" is for complex. However, since for any two unitary matrices, their product should also be a unitary matrix. When I
2020 Feb 14
2
[PATCH V2 3/5] vDPA: introduce vDPA bus
...flecting identical calls from one ops struct to a different ops struct. This suggests the 'vdpa' is some subclass of 'virtio' and it is possibly better to model it by extending 'struct virito_device' to include the vdpa specific stuff. Where does the vhost-user char dev get invovled in with the v2 series? Is that included? > > Every class of virtio traffic is going to need a special HW driver to > > enable VDPA, that special driver can create the correct vhost side > > class device. > > Are you saying, e.g it's the charge of IFCVF driver to creat...
2020 Feb 14
2
[PATCH V2 3/5] vDPA: introduce vDPA bus
...flecting identical calls from one ops struct to a different ops struct. This suggests the 'vdpa' is some subclass of 'virtio' and it is possibly better to model it by extending 'struct virito_device' to include the vdpa specific stuff. Where does the vhost-user char dev get invovled in with the v2 series? Is that included? > > Every class of virtio traffic is going to need a special HW driver to > > enable VDPA, that special driver can create the correct vhost side > > class device. > > Are you saying, e.g it's the charge of IFCVF driver to creat...
2016 May 17
2
How to debug if LTO generate wrong code?
...y > … > $ nm main1 > … > 0000000000400550 t foo1 > 0000000000400580 t foo3 > 0000000000400530 t foo4 > 0000000000400500 t frame_dummy > … > $ nm main2 > … > 00000000004004d0 t frame_dummy > … > > From blew verbose output, tt seems only linker( e.g. ld) is invovled to do the optimization? Yes. Usually the LTO pipeline is a bit different from what you're doing, I'm used to see: $clang -flto -O3 -c main.c -o main.o $clang -flto -O3 -c a.c -o a.o $clang -flto -O3 main.o a.o -o main0 -- Mehdi > > $ clang -O2 -flto main.lib a.lib -o main2...
2011 Jun 27
7
bnx2 FTQ issues on 2.6.32 + xen 4.0.1;
Hi Michael: Sorry to brother. But I''ve been suffered this issue quite a long time. My test environment is 2.6.32.36 + xen 4.0.1 + bnx2, 2.3. Also cpu idle is disabled in grub. Grub info: title Red Hat Enterprise Linux Server (2.6.32.36xen) kernel /xen-4.0.1.gz iommu=off x2apic=off console=com1,vga com1=115200,8n1 noreboot cpuidle=0 cpufreq=none
2007 Dec 22
7
Summary: Upgrading to Asterisk 1.4
Friends, Thanks for all the feedback. If you have additional success stories or important issues, feel free to continue the discussion. I've learned a lot from your input. As a developer, I spend too much time in the bug tracker, working with particular bugs, so I often wonder how on earth anyone can use this buggy platform for anything business-like. It really feels good to get
2018 Apr 08
2
[RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
From: Siwei Liu <loseweigh at gmail.com> Date: Fri, 6 Apr 2018 19:32:05 -0700 > And I assume everyone here understands the use case for live > migration (in the context of providing cloud service) is very > different, and we have to hide the netdevs. If not, I'm more than > happy to clarify. I think you still need to clarify. netdevs are netdevs. If they have special
2018 Apr 08
2
[RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
From: Siwei Liu <loseweigh at gmail.com> Date: Fri, 6 Apr 2018 19:32:05 -0700 > And I assume everyone here understands the use case for live > migration (in the context of providing cloud service) is very > different, and we have to hide the netdevs. If not, I'm more than > happy to clarify. I think you still need to clarify. netdevs are netdevs. If they have special
2006 Feb 27
0
Impact of log files on performance
Hi - im trawling through my config trying to reduce chances of timeouts etc - I use postgres for all the dovecot and exim4 authentication and location of mail directories etc - and found that by eliminating logging (or reducing to almost none) the queries invovled have gone from >500ms to <3ms - Just wondering if I'll get similar performance gains with dovecot (which is set to be verbose as I could) - esp during connection thx Glenn
2018 Apr 10
0
[RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
...about ABI or API compatibility in the kernel level, as long as their applications don't break. I agree the current bypass solution for SR-IOV live migration requires guest cooperation. Though it doesn't mean guest *userspace* cooperation. As a matter of fact, techinically it shouldn't invovle userspace at all to get SR-IOV migration working. It's the kernel that does the real work. If I understand the goal of this in-kernel approach correctly, it was meant to save userspace from modification or corresponding toolstack support, as those additional 2 interfaces is more a side product...
2003 Mar 19
2
Some more general questions
Hi, Some general questions. I want to build a web page with numerical analysis generated by R. I have a few questions: - Can I control the output of a function? For example, if I do: > summary(data[[5]]) Min. 1st Qu. Median Mean 3rd Qu. Max. 0.0 0.0 120.0 193.3 310.0 10290.0 can I control the output to be something like min=0 q1=0.0 q2=120.0 q3=193.3 max=10290.0
2016 May 16
2
How to debug if LTO generate wrong code?
Hi Umesh, Thank you for the suggestion. I can use the "Brute force method " to narrow down the LTO wrong instructions here and there, but I still don't know why these wrong instructions are generated, and how to let Clang LTO don't generate those wrong instructions. I suspect the wrong code is caused by some LTO wrong optimization pass, so I hope to disable all optimizations in
2020 Feb 17
0
[PATCH V2 3/5] vDPA: introduce vDPA bus
...39;struct > virito_device' to include the vdpa specific stuff. Going for such kind of modeling, virtio-pci and virtio-mmio could be also treated as a subclass of virtio as well, they were all implemented via a dedicated transport driver. > > Where does the vhost-user char dev get invovled in with the v2 series? > Is that included? We're working on the a new version, but for the bus/driver part it should be the same as version 1. Thanks > >>> Every class of virtio traffic is going to need a special HW driver to >>> enable VDPA, that special driver c...
2018 Apr 18
2
[RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
...ibility in > the kernel level, as long as their applications don't break. > > I agree the current bypass solution for SR-IOV live migration requires > guest cooperation. Though it doesn't mean guest *userspace* > cooperation. As a matter of fact, techinically it shouldn't invovle > userspace at all to get SR-IOV migration working. It's the kernel that > does the real work. If I understand the goal of this in-kernel > approach correctly, it was meant to save userspace from modification > or corresponding toolstack support, as those additional 2 interfaces &gt...
2018 Apr 18
0
[virtio-dev] Re: [RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
...the kernel level, as long as their applications don't break. >> >> I agree the current bypass solution for SR-IOV live migration requires >> guest cooperation. Though it doesn't mean guest *userspace* >> cooperation. As a matter of fact, techinically it shouldn't invovle >> userspace at all to get SR-IOV migration working. It's the kernel that >> does the real work. If I understand the goal of this in-kernel >> approach correctly, it was meant to save userspace from modification >> or corresponding toolstack support, as those additional...
2006 Aug 09
6
Stack level too deep with actionmailer
HI, Anytime I try to send emails with actionmailer I get a stack level too deep SystemStackError. There were several other posts related to stack overflows, but none of them invovled actionmailer. I''m using some plugins acts_as_taggable, acts_as_ferret, rails 1.1.4, actionmailer 1.2.3. Here is my full stack trace. Any ideas? D:/dev/ruby/lib/ruby/gems/1.8/gems/actionmailer-1.2.3/lib/action_mailer/helpers.rb:96:in `inherited_without_helper'' D:/dev/ruby/...
2016 May 17
2
[cfe-dev] How to debug if LTO generate wrong code?
...00000000400550 t foo1 >> 0000000000400580 t foo3 >> 0000000000400530 t foo4 >> 0000000000400500 t frame_dummy >> … >> $ nm main2 >> … >> 00000000004004d0 t frame_dummy >> … >> >> From blew verbose output, tt seems only linker( e.g. ld) is invovled to do >> the optimization? >> >> >> Yes. >> Usually the LTO pipeline is a bit different from what you're doing, I'm used >> to see: >> >> $clang -flto -O3 -c main.c -o main.o >> $clang -flto -O3 -c a.c -o a.o >> $clang -flto -O...
2006 Sep 27
1
Intermittent ACCESS DENIED
In a follow-up to a previous post a couple weeks back, we've implemented a Samba 3.0.20 (Suse packages on 10.0 - recompiled to include idmap_rid) server to replace the Windows 2000 file server in our Win2003 Active Directory. For the most part things have been going well, but occassionally people will get access denied errors to things that they were accessing just fine minutes before. With
2020 Feb 13
4
[PATCH V2 3/5] vDPA: introduce vDPA bus
On Thu, Feb 13, 2020 at 10:58:44PM +0800, Jason Wang wrote: > > On 2020/2/13 ??9:41, Jason Gunthorpe wrote: > > On Thu, Feb 13, 2020 at 11:34:10AM +0800, Jason Wang wrote: > > > > > > You have dev, type or > > > > class to choose from. Type is rarely used and doesn't seem to be used > > > > by vdpa, so class seems the right choice >