search for: no_poller

Displaying 4 results from an estimated 4 matches for "no_poller".

Did you mean: no_poll
2005 Apr 07
0
[OT] snmp not reporting traffic values for a network interface
...; buffer(): 35 (time P:46.14 | 0.28) 03:24:17 : H 3 : I 18 : P 60 : cisco_snmp_ping_get_rtt:rtt(): 0 -> buffer(): 36 (time P:0.43 | 0.17) 03:24:17 : H 3 : I 19 : P 60 : cisco_snmp_ping_get_rtt:rtt(): 0 -> buffer(): 37 (time P:0.18 | 0.15) 03:24:17 : H 3 : I 20 : P 60 : no_poller(): 0 -> rrd(*): storage_block_size:1024 - storage_block_count:516244 - storage_used_blocks:484896 (time P:0.21 | 21.22) 03:24:17 : H 3 : I 21 : P 60 : snmp_counter:load_average_5(.1.3..3.2): 0.10 -> buffer(): 38 (time P:47.36 | 0.21) Error in packet. Reason: notWritable (that object d...
2007 Dec 21
2
[Virtio-for-kvm] [PATCH 7/7] userspace virtio
From f244bcad756c4f761627557bb7f315b1d8f22fb2 Mon Sep 17 00:00:00 2001 From: Dor Laor <dor.laor@qumranet.com> Date: Thu, 20 Dec 2007 13:26:30 +0200 Subject: [PATCH] [VIRTIO-NET] Rx performance improvement The current performance are not good enough, the problem lies in qemu tap handling code that caused to pass packets one at a time and also to copy them to a temporal buffer. This patch
2007 Dec 21
2
[Virtio-for-kvm] [PATCH 7/7] userspace virtio
From f244bcad756c4f761627557bb7f315b1d8f22fb2 Mon Sep 17 00:00:00 2001 From: Dor Laor <dor.laor@qumranet.com> Date: Thu, 20 Dec 2007 13:26:30 +0200 Subject: [PATCH] [VIRTIO-NET] Rx performance improvement The current performance are not good enough, the problem lies in qemu tap handling code that caused to pass packets one at a time and also to copy them to a temporal buffer. This patch
2019 Apr 04
1
Proof of concept for GPU forwarding for Linux guest on Linux host.
Hi, This is a proof of concept of GPU forwarding for Linux guest on Linux host. I'd like to get comments and suggestions from community before I put more time on it. To summarize what it is: 1. It's a solution to bring GPU acceleration for Linux vm guest on Linux host. It could works with different GPU although the current proof of concept only works with Intel GPU. 2. The basic idea