Displaying 6 results from an estimated 6 matches for "ab94".
Did you mean:
a9b4
2008 Nov 23
1
[LLVMdev] llvm-py 0.5 released.
> Date: Sat, 22 Nov 2008 11:42:49 -0800
> From: Chris Lattner <clattner at apple.com>
> Subject: Re: [LLVMdev] [ANN] llvm-py 0.5 released.
> To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
> Message-ID: <B7A557A7-587A-478A-AB94-B03FDA6254A8 at apple.com>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
>
> On Nov 22, 2008, at 8:59 AM, Mahadevan R wrote:
>
>> Hi.
>>
>> Version 0.5 of llvm-py, Python bindings for LLVM, has been released.
>> This version suppo...
2007 Aug 03
1
filter hashkey without match
Hi,
I need to set filter-hash and use source-port as hashkey. It seems that
I can''t use "hashkey" without using "match".
I am using following commands:
tc qdisc add ... root handle 1:0 htb
# Loop to add 1000 classes (i = 1 to 1000)
tc class add ... parent 1:0 classid 1:$i
#set filters
tc filter add ... protocol ip parent 1:0 u32
tc filter add ...
2007 Jun 26
3
network simulator
I want to build a "network simulator", to create scenarios such as
delayed packets, lost packets, low bandwidth, or combinations of such.
This document has been helpful for everything except the bandwidth:
http://linux-net.osdl.org/index.php/Netem
There is some documentation here regarding bandwidth:
http://luxik.cdi.cz/~devik/qos/htb/
What''s the best documentation to read
2007 Jun 19
4
Why does this script noet work (bandwidth, tc en u32)
Hi,
Can anyone point me out where the script below is wrong?
All I want is that host 172.31.1.1 can only use 10 megabit. If I run
this script on the in-between router nothing happens (the host uses
still the full 100 mbit, tested with iperf) , so i assume that something
must be wrong....
#!/bin/sh
# LAN1 NIC
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1: htb
tc class add dev
2011 Aug 28
1
Hanging boot of solaris 11 install image as HVM
...3036] DEBUG (image:955) vcpu_avail = 15
[2011-08-28 20:15:38 3036] DEBUG (image:956) acpi = 1
[2011-08-28 20:15:38 3036] DEBUG (image:957) apic = 1
[2011-08-28 20:15:39 3036] INFO (XendDomainInfo:2357) createDevice: vkbd
: {''uuid'': ''dfaf4b69-0fad-ab94-fcf4-47d85edf31c1''}
[2011-08-28 20:15:39 3036] DEBUG (DevController:95) DevController:
writing {''state'': ''1'', ''backend-id'': ''0'', ''backend'':
''/local/domain/0/backend/vkbd/22/0''} to...
2007 Jul 02
8
Kernel Packet Traveling Diagram
Hi,
I find this diagram which details the kernel packet traveling :
http://www.docum.org/docum.org/kptd/
Is it up to date ?
I made some test and I put a DNAT rules in the PREROUTING table of an
interface and I attach it a ingress policy, the dst IP wasn''t changed. the
DNAT it isn''t yet make.
I''ve another question (I''m not sure is it the good mailing list), for