Displaying 11 results from an estimated 11 matches for "0ns".
Did you mean:
0's
2007 Jun 09
7
vlan interfaces and tc
Hello
I have few questions regarding tc functionality (qdiscs, classes, etc.) when
vlans are in use. For example, consider interface eth0, for which I create
and extra vlan with vconfig, let''s say eth0.11. Then using tc I can add
usual things - qdiscs, filters, ... - to both eth0 and eth0.11. The
questions are:
- on which interface - virtual or real, should I actually use tc ? Or
2015 Nov 06
4
[RFC] A new intrinsic, `llvm.blackbox`, to explicitly prevent constprop, die, etc optimizations
...r) {
b.iter(|| {
(0..1000).fold(0, |old, new| old ^ new);
});
}
```
is completely optimized away. Granted, IRL production (ignoring the
question of why this code was ever used in production in the first place)
this optimization is desired, but here it leads to bogus measurements (ie
0ns per iteration). By using `test::black_box`, one would have
```rust
#[bench]
fn bench_xor_1000_ints(b: &mut Bencher) {
b.iter(|| {
let n = test::black_box(1000); // optional
test::black_box((0..n).fold(0, |old, new| old ^ new));
});
}
```
and the microbenchmark wouldn...
2007 Apr 18
1
Use of absolute timeouts for oneshot timers
...be preempted at any time, which
means the determination of "now" can be arbitrarily deferred.
However, an absolute time is only meaningful if the kernel and
hypervisor are operating off the same timebase (ie, no drift). In
general, the kernel's monotonic timer is going to start from 0ns when
the virtual machine is booted, and the hypervisor's is going to start at
0ns when the hypervisor is booted. If they're operating off the same
timebase, then in principle you can work out a constant offset between
the two, and use that for converting a kernel absolute time into a
hyper...
2007 Apr 18
1
Use of absolute timeouts for oneshot timers
...be preempted at any time, which
means the determination of "now" can be arbitrarily deferred.
However, an absolute time is only meaningful if the kernel and
hypervisor are operating off the same timebase (ie, no drift). In
general, the kernel's monotonic timer is going to start from 0ns when
the virtual machine is booted, and the hypervisor's is going to start at
0ns when the hypervisor is booted. If they're operating off the same
timebase, then in principle you can work out a constant offset between
the two, and use that for converting a kernel absolute time into a
hyper...
2015 Nov 03
2
[RFC] A new intrinsic, `llvm.blackbox`, to explicitly prevent constprop, die, etc optimizations
On Mon, Nov 2, 2015 at 9:16 PM, Daniel Berlin <dberlin at dberlin.org> wrote:
> I'm very unclear and why you think a generic black box intrinsic will have
> any different performance impact ;-)
>
>
> I'm also unclear on what the goal with this intrinsic is.
> I understand the symptoms you are trying to solve - what exactly is the
> disease.
>
> IE you say
2019 Jan 16
0
GP108 on PPC
...ge, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+, EqualizationPhase1+
EqualizationPhase2+, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed- WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
Capabili...
2005 Sep 22
0
Re : Authentication backend development
What happened to the site?
--
Jed Weitzman
Sanctuary Artist Management
9255 Sunset Blvd
Suite #200
Los Angeles, CA 90069
(310)205-5000
(310)205-5001 Fax
Hotel de Russie
Via del Babuino 9
Rome, Italy 00187
Italy
0113906328881
011390632888888 Fax
Sanctuary House
45-53 Sinclair Rd.
London W14 0NS
44-(0)-20 7602 6351
44-(0)-20 7693 5941 Fax
jed.weitzman@sanctuarygroup.com
AOL IM: Jedweitz
www.sanctuarygroup.com
The information in this Internet e-mail (and any attachments is
confidential, may be legally privileged and is intended solely for the
Addressee(s) named above. If you are not the...
2018 Sep 17
2
[Bug 107959] New: System hangs up when loading nouveau for NVIDIA MX150 card
...De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -6dB,
EqualizationComplete+, EqualizationPhase1+
EqualizationPhase2+, EqualizationPhase3+,
LinkEqualizationRequest-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed- WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-...
2014 Apr 09
2
Assistance in tracking a kernel/nouveau error
...ge, EnterModifiedCompliance-
ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-,
EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed- WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
Capabili...
2014 Apr 06
2
Assistance in tracking a kernel/nouveau error
Greetings,
I am resending this as it doesn't appear in the archives and no one
responded...maybe it got routed to /dev/null or something :-)
I have asked this question the Scientific Linux mailing list (a few
months ago) and got the suggestion I talk to the kernel guys. I pinged a
kernel guy I know, and his suggestion was to ask the Nouveau list. So
here I am. :-)
I have had my work laptop
2013 Sep 17
10
RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
*RESEND* due to exceeding the mailinglists limit for attachment size.
Hi,
I''m trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570 and the native kernel radeon driver and kernel modesetting.
So the guest still gets the emulated stdvga or cirrus device(used in my case here) as primary/boot vga adapter.
- When i don''t passthrough the radeon card, the