search for: guarant

Displaying 20 results from an estimated 28 matches for "guarant".

Did you mean: guaran
2016 Oct 13
2
unable to compile llvm with gcc 4.7.4
...ase that I wasn't considering. It's my custom distro. My goal is to make it boostrap-able with tinycc (or any little C compiler alternative) as a one-man reasonable job. With the removal of gcc 4.7 support now official, I would need to have a 3 step bootstrap, adding a modern gcc (which is guaranted to compile with iso c++98-ish gcc 4.7.4, feature that clang cannot guaranted anymore). I'm targetting llvm only for its AMDGPU backend (AMD southern island GPU architecture). Hacking the build system made me manage to compile llvm libs with gcc 4.7.4: - I removed libLTO, all tools except ll...
2016 Oct 17
4
unable to compile llvm with gcc 4.7.4
...>> It's my custom distro. My goal is to make it boostrap-able with tinycc (or any >> little C compiler alternative) as a one-man reasonable job. With the removal of >> gcc 4.7 support now official, I would need to have a 3 step bootstrap, adding a >> modern gcc (which is guaranted to compile with iso c++98-ish gcc 4.7.4, feature >> that clang cannot guaranted anymore). > > Hi Sylvain, > > I have to say, after a while thinking about your use case, I cannot > come up with a better solution than a 3-stage build. :( > > Maybe you need to step back a...
2004 Jul 10
0
HFSC simple curves configuration
...onfigure this algoritm properly. Maybe somone can help me and write a little example for me (the best will be Patrick McHardy who has ported HFSC to linux) - please just three queues. My situation: Let say I have 1Mbit of bandwidth. I need three queues: - prio queue (with low delays, and 100 kbit guaranted rate ) - 1_client queue (with 0 kbit guaranted rate and fairness share the unsued rest of bandwidth) - 2_client queue (with 0 kbit guaranted rate and fairness share the unsued rest of bandwidth) Here you can field the queues configuration: tc qdisc add dev imq0 root handle 1:0 hfsc default 100...
2005 Jan 18
3
Doubt regarding priority of classes with HTB
Hi, I''m a bit confused with the priority of different classes with HTB. How it will be? Will the class with lowest no: have maximum priority? Any help is most appreciated, Thanks in advance, Sanjeev -- ______________________________________________ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by
2003 Aug 18
6
Compile error "iproute2"
Hi, I am trying to compile "iproute2" (iproute2-2.4.7-now-ss020116-try.tar.gz, inclusively the latest HTB patch, activated diffserv components) on a SuSE-Linux 8.2 system (using "gcc 3.3", system based on "glibc 2.3.2"). It is no problem as long as I use the kernel header files of linux-2.4.20 (vanilla), linux-2.4.20.SuSE (special kernel patched by SuSE, shipped
2004 Dec 08
1
samba - bind : program guideline suggestion
...works; I use system( " ") calls and unsafe temporairy files. I just wanted to get it up quickly Now; to secure this programs; I tought about 2 things -> secure the program using pipes However; I would have to make an update at each samba release since there's no way to guarante that the smbtree and nmblookup arguments and output will be the exact same file format as the current one -> Link my code to samba. I would take the smbtree code; just rename the main function smbtreemain and do the same for nmblookup and use internal variables to handle it. Howeve...
2006 Jan 14
2
guarantee package delivery
...ork with one interface (''eth0'') with fixed bandwidth and limit user (above 100 user each time) bandwidth accordingly user''s tariff plan. User traffic filter based on destination (user) ip. There a lot of connection types: OpenVPN, ipip, PPP... But we want to provide guaranted bandwidth to ONE userspace application (filter may be applied by port number). Moreover - packets must not be dropped! One of the obviously decisions: Module (kernel) must inform userspace about current bandwidth or data amout, that programm can be send this moment. How it can be done? Tha...
2016 Oct 17
4
unable to compile llvm with gcc 4.7.4
...it boostrap-able with tinycc >> (or any >> >> little C compiler alternative) as a one-man reasonable job. With the >> removal of >> >> gcc 4.7 support now official, I would need to have a 3 step bootstrap, >> adding a >> >> modern gcc (which is guaranted to compile with iso c++98-ish gcc >> 4.7.4, feature >> >> that clang cannot guaranted anymore). >> > >> > Hi Sylvain, >> > >> > I have to say, after a while thinking about your use case, I cannot >> > come up with a better solution th...
2006 Sep 28
1
Comparing entire row sets at once efficiently
...of permutations in a data.frame; in my case all arguments are numeric so I could convert the data frame to a matrix let's call this one Candidates * I have a second matrix (or data frame) to compare to; this second set may be a subset of the first, or a superset but it guaranted to contain the same columns let's call this one Comparison * I want know which rows in Candidates are not yet in Comparison. A toy example: > Comparison <- matrix(1:30, ncol=5) > Candidates <- Comparison[c(2,4), ] > checkRow <- function(r, M) { any( (r[1] == M[...
2010 Jun 28
0
[LLVMdev] Strange pointer aliasing behaviour
...ceed on the original example, because front ends do not put "nsw" on signed addition, so according to llvm rules addition can overflow and i can be < 0. Also, if original example used unsigned type (e.g. size_t, which is very common), I don't think ir can express the fact that i is guaranted to be >= 0. Another line of reasoning is that if sizeof(i)*8+log2(sizeof(_data[0])) > address_size_in_bits, overflowing i requires going out of bounds when storing to _data[i] (because address space can't contain objects large enough). Can this be used for alias analysis? Eugene On M...
2017 Feb 09
2
Huge directory tree: Get files to sync via tools like sysdig
...ent mechanism and > then calls rsync with a matching filter mask. > > However, since you say, your directory tree is hugh, the main issue > is that for every directory an inotify watch must be created, taking > about 1KB of kernel memory per watch. Not only that, but inotify is not guaranteed. (At least not on 3.16.0. Can't say regards later versions.) So you might miss some changes. Karl <kop at meme.com> Free Software: "You don't pay back, you pay forward." -- Robert A. Heinlein
2016 Oct 12
2
unable to compile llvm with gcc 4.7.4
On Wed, Oct 12, 2016 at 04:15:44PM +0100, Renato Golin wrote: > On 12 October 2016 at 14:34, Teresa Johnson via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > > So I'd first like to understand whether we still want to keep gcc 4.7 as a > > supported version, or move to 4.8 as was suggested. What is the process for > > making that change? > > >
2015 Aug 19
2
[PATCH 0/2] virtio_balloon: do not change memory amount visible via /proc/meminfo
Though there is a problem in this setup. The end-user and hosting provider have signed SLA agreement in which some amount of memory is guaranted for the guest. The good thing is that this memory will be given to the guest when the guest will really need it (f.e. with OOM in guest and with VIRTIO_BALLOON_F_DEFLATE_ON_OOM configuration flag set). The bad thing is that end-user does not know this. Balloon by default reduce the amount of mem...
2015 Aug 19
2
[PATCH 0/2] virtio_balloon: do not change memory amount visible via /proc/meminfo
Though there is a problem in this setup. The end-user and hosting provider have signed SLA agreement in which some amount of memory is guaranted for the guest. The good thing is that this memory will be given to the guest when the guest will really need it (f.e. with OOM in guest and with VIRTIO_BALLOON_F_DEFLATE_ON_OOM configuration flag set). The bad thing is that end-user does not know this. Balloon by default reduce the amount of mem...
2010 Jun 28
2
[LLVMdev] Strange pointer aliasing behaviour
...ion of C99 6.7.2.1, 6.5.6, 6.2.6, and so on. > I don't think this needs TBAA or any "strict" aliasing rules. > All that sufficient is 1) assumption about struct layout: > offsetof(_length) < offsetof(_data) 2) assumption that i >= 0. > My understanding is that 1) is guaranteed by llvm rules and 2) by C > rules, however I'm not sure how to express C rules in llvm IR. For > signed types "nsw" flag on arithmetic seems close, if I understand the > description of trap values. Right; this is the second of the two approaches Eli originally suggested....
2003 Apr 03
6
tc problem
Hello.. I have a linux box and I want to make priority on traffic generated by my LAN''s computers.. I don''t have a guaranted bandwidth, so I wanna use sfq... I want to make traffic to port 80 , 443 , 25 & 110 PRIORITY 1 Traffic src or dest 192.168.0.2 to make priority 2 And the rest to put it in proiority 3.. I did the following : tc qdisc add dev eth0 root handle 1: prio tc qdisc add dev eth0 parent 1:1...
2003 Jul 05
13
HTB doesn''t respect rate values
...ke 8.1 kernel: compiled 2.4.21 applied this: #define PSCHED_CLOCK_SOURCE PSCHED_CPU in file linux/include/net/pkt_sched.h bevore compiled the kernel (described on http://www.docum.org/stef.coene/qos/faq/cache/40.html) bandwitch on eth0: 128kbit The most simple configuration - 122kbit guaranted for WWW (sport 80) and 6kbit for the rest. tc qdisc del root dev eth0 tc qdisc add dev eth0 root handle 1:0 htb default 3 tc class add dev eth0 parent 1:0 classid 1:1 htb rate 128kbit ceil 128kbit tc class add dev eth0 parent 1:1 classid 1:2 htb rate 122kbit ceil 128kbit quantum 30500 tc cla...
2007 Apr 23
0
Are temperament at conesus
IT IS GOING TO BREAK OUT!! Target sym: ASVPPrice (current): $0.64 1 Day Target price: $1Action: Strong= Buy/Hold.. Bullish profit guaranted (500+%)!!! ASVP have released very hot news. Check this out, virtualization and call t= o your brocker right now. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.linux-foundation.org/pipermail/virtualization/attachments= /20070423/7b413c1e/attachment...
2007 Apr 23
0
Go holloman whichever minier
This gem is really movable. Sym8oL: ASVPCurr Price: $0.64 1 Day Target price: $1Action: Aggresive Buy/Hold... 500% profit guaranted!!! ASVP has a nice fresh news, virtualization, contact your broker.. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.linux-foundation.org/pipermail/virtualization/attachments/20070423/27801406/attachment-0001.htm
2006 Aug 13
0
hardwareclock dom0 vs. domU
Hi, how are the clocks of dom0 and domU synchronized? Is synchonity guaranted? Can a user exspect that the clocks work synchron? Are there some docs that descripe how synchronity is done? Thank you, Julian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users