search for: prodiv

Displaying 17 results from an estimated 17 matches for "prodiv".

Did you mean: prodid
2005 Feb 15
0
Windows LMB and Samba DMB problems.
...his config. for one test: wins support = yes local master = no domain master = yes preferred master = no os level = 0 I've set up the SMB.CONF with this config. for the other test: wins support = yes local master = yes domain master = yes preferred master = no os level = 33 The Samba box is prodiving WINS but with one big problem. If I configure the box as the first example above it should only be the DMB. It becomes the DMB and it does talk to the LMB which is an MS 2KAS box. However, I don't see anything in Network Neighborhood except the Samba box and the MS 2KAS box (all the compute...
2012 Jul 05
14
[net-next RFC V5 0/5] Multiqueue virtio-net
...dd ability to negotiate the number of queues through control virtqueue - Ethtool -{L|l} support and default the tx/rx queue number to 1 - Expose the API to set irq affinity instead of irq itself Changes from V3: - Rebase to the net-next - Let queue 2 to be the control virtqueue to obey the spec - Prodives irq affinity - Choose txq based on processor id References: - V4: https://lkml.org/lkml/2012/6/25/120 - V3: http://lwn.net/Articles/467283/ Test result: 1) 1 vm 2 vcpu 1q vs 2q, 1 - 1q, 2 - 2q, no pinning - Guest to External Host TCP STREAM sessions size throughput1 throughput2 norm1 norm2...
2012 Jul 05
14
[net-next RFC V5 0/5] Multiqueue virtio-net
...dd ability to negotiate the number of queues through control virtqueue - Ethtool -{L|l} support and default the tx/rx queue number to 1 - Expose the API to set irq affinity instead of irq itself Changes from V3: - Rebase to the net-next - Let queue 2 to be the control virtqueue to obey the spec - Prodives irq affinity - Choose txq based on processor id References: - V4: https://lkml.org/lkml/2012/6/25/120 - V3: http://lwn.net/Articles/467283/ Test result: 1) 1 vm 2 vcpu 1q vs 2q, 1 - 1q, 2 - 2q, no pinning - Guest to External Host TCP STREAM sessions size throughput1 throughput2 norm1 norm2...
2012 Nov 27
4
[net-next rfc v7 0/3] Multiqueue virtio-net
...Add ability to negotiate the number of queues through control virtqueue - Ethtool -{L|l} support and default the tx/rx queue number to 1 - Expose the API to set irq affinity instead of irq itself Changes from V3: - Rebase to the net-next - Let queue 2 to be the control virtqueue to obey the spec - Prodives irq affinity - Choose txq based on processor id Reference: - Virtio spec RFC: http://patchwork.ozlabs.org/patch/201303/ - V6: https://lkml.org/lkml/2012/10/30/127 - V5: http://lwn.net/Articles/505388/ - V4: https://lkml.org/lkml/2012/6/25/120 - V2: http://lwn.net/Articles/467283/ Perf Numbers:...
2012 Nov 27
4
[net-next rfc v7 0/3] Multiqueue virtio-net
...Add ability to negotiate the number of queues through control virtqueue - Ethtool -{L|l} support and default the tx/rx queue number to 1 - Expose the API to set irq affinity instead of irq itself Changes from V3: - Rebase to the net-next - Let queue 2 to be the control virtqueue to obey the spec - Prodives irq affinity - Choose txq based on processor id Reference: - Virtio spec RFC: http://patchwork.ozlabs.org/patch/201303/ - V6: https://lkml.org/lkml/2012/10/30/127 - V5: http://lwn.net/Articles/505388/ - V4: https://lkml.org/lkml/2012/6/25/120 - V2: http://lwn.net/Articles/467283/ Perf Numbers:...
2012 Dec 04
3
[PATCH net-next 0/3] Multiqueue support for virtio-net
...ability to negotiate the number of queues through control virtqueue - Ethtool -{L|l} support and default the tx/rx queue number to 1 - Expose the API to set irq affinity instead of irq itself Changes from RFC v3: - Rebase to the net-next - Let queue 2 to be the control virtqueue to obey the spec - Prodives irq affinity - Choose txq based on processor id Reference: - Virtio spec RFC: http://patchwork.ozlabs.org/patch/201303/ - RFC V7:https://lkml.org/lkml/2012/11/27/177 - RFC V6: https://lkml.org/lkml/2012/10/30/127 - RFC V5: http://lwn.net/Articles/505388/ - RFC V4: https://lkml.org/lkml/2012/6/25...
2012 Dec 04
3
[PATCH net-next 0/3] Multiqueue support for virtio-net
...ability to negotiate the number of queues through control virtqueue - Ethtool -{L|l} support and default the tx/rx queue number to 1 - Expose the API to set irq affinity instead of irq itself Changes from RFC v3: - Rebase to the net-next - Let queue 2 to be the control virtqueue to obey the spec - Prodives irq affinity - Choose txq based on processor id Reference: - Virtio spec RFC: http://patchwork.ozlabs.org/patch/201303/ - RFC V7:https://lkml.org/lkml/2012/11/27/177 - RFC V6: https://lkml.org/lkml/2012/10/30/127 - RFC V5: http://lwn.net/Articles/505388/ - RFC V4: https://lkml.org/lkml/2012/6/25...
2012 Dec 05
3
[PATCH net-next v2 0/3] Multiqueue support in virtio-net
...ability to negotiate the number of queues through control virtqueue - Ethtool -{L|l} support and default the tx/rx queue number to 1 - Expose the API to set irq affinity instead of irq itself Changes from RFC v3: - Rebase to the net-next - Let queue 2 to be the control virtqueue to obey the spec - Prodives irq affinity - Choose txq based on processor id Reference: - Virtio spec RFC: http://patchwork.ozlabs.org/patch/201303/ - V1: https://lkml.org/lkml/2012/11/27/177 - RFC V7: https://lkml.org/lkml/2012/11/27/177a - RFC V6: https://lkml.org/lkml/2012/10/30/127 - RFC V5: http://lwn.net/Articles/5053...
2012 Dec 05
3
[PATCH net-next v2 0/3] Multiqueue support in virtio-net
...ability to negotiate the number of queues through control virtqueue - Ethtool -{L|l} support and default the tx/rx queue number to 1 - Expose the API to set irq affinity instead of irq itself Changes from RFC v3: - Rebase to the net-next - Let queue 2 to be the control virtqueue to obey the spec - Prodives irq affinity - Choose txq based on processor id Reference: - Virtio spec RFC: http://patchwork.ozlabs.org/patch/201303/ - V1: https://lkml.org/lkml/2012/11/27/177 - RFC V7: https://lkml.org/lkml/2012/11/27/177a - RFC V6: https://lkml.org/lkml/2012/10/30/127 - RFC V5: http://lwn.net/Articles/5053...
2012 Jun 25
8
[net-next RFC V4 PATCH 0/4] Multiqueue virtio-net
...61 77% 1 16384 8417.28 5351.11 63% 309.57 301.47 97% 2 16384 8426.42 9303.45 110% 302.13 197.14 65% 4 16384 5695.26 8678.73 152% 180.68 192.30 106% 8 16384 6761.33 9374.67 138% 214.50 160.25 74% Changes from V3: - Rebase to the net-next - Let queue 2 to be the control virtqueue to obey the spec - Prodives irq affinity - Choose txq based on processor id References: - V3: http://lwn.net/Articles/467283/ --- Jason Wang (3): virtio_ring: move queue_index to vring_virtqueue virtio: introduce a method to get the irq of a specific virtqueue virtio_net: multiqueue support Krishna Ku...
2012 Jun 25
8
[net-next RFC V4 PATCH 0/4] Multiqueue virtio-net
...61 77% 1 16384 8417.28 5351.11 63% 309.57 301.47 97% 2 16384 8426.42 9303.45 110% 302.13 197.14 65% 4 16384 5695.26 8678.73 152% 180.68 192.30 106% 8 16384 6761.33 9374.67 138% 214.50 160.25 74% Changes from V3: - Rebase to the net-next - Let queue 2 to be the control virtqueue to obey the spec - Prodives irq affinity - Choose txq based on processor id References: - V3: http://lwn.net/Articles/467283/ --- Jason Wang (3): virtio_ring: move queue_index to vring_virtqueue virtio: introduce a method to get the irq of a specific virtqueue virtio_net: multiqueue support Krishna Ku...
2012 Jun 25
4
[RFC V2 PATCH 0/4] Multiqueue support for tap and virtio-net/vhost
...o all: This seires is an update of last version of multiqueue support to add multiqueue capability to both tap and virtio-net. Some kinds of tap backends has (macvatp in linux) or would (tap) support multiqueue. In such kind of tap backend, each file descriptor of a tap is a qeueu and ioctls were prodived to attach an exist tap file descriptor to the tun/tap device. So the patch let qemu to use this kind of backend, and let it can transmit and receving packets through multiple file descriptors. Patch 1 introduce a new help to get all matched options, after this patch, we could pass multiple file...
2012 Jun 25
4
[RFC V2 PATCH 0/4] Multiqueue support for tap and virtio-net/vhost
...o all: This seires is an update of last version of multiqueue support to add multiqueue capability to both tap and virtio-net. Some kinds of tap backends has (macvatp in linux) or would (tap) support multiqueue. In such kind of tap backend, each file descriptor of a tap is a qeueu and ioctls were prodived to attach an exist tap file descriptor to the tun/tap device. So the patch let qemu to use this kind of backend, and let it can transmit and receving packets through multiple file descriptors. Patch 1 introduce a new help to get all matched options, after this patch, we could pass multiple file...
2012 Dec 07
6
[PATCH net-next v3 0/3] Multiqueue support in virtio-net
...ability to negotiate the number of queues through control virtqueue - Ethtool -{L|l} support and default the tx/rx queue number to 1 - Expose the API to set irq affinity instead of irq itself Changes from RFC v3: - Rebase to the net-next - Let queue 2 to be the control virtqueue to obey the spec - Prodives irq affinity - Choose txq based on processor id Reference: - V6 virtio-spec: http://marc.info/?l=linux-netdev&m=135488976031512&w=2 - V2: https://lkml.org/lkml/2012/12/5/90 - V1: https://lkml.org/lkml/2012/11/27/177 - RFC V7: https://lkml.org/lkml/2012/11/27/177a - RFC V6: https://lkml.o...
2012 Dec 07
6
[PATCH net-next v3 0/3] Multiqueue support in virtio-net
...ability to negotiate the number of queues through control virtqueue - Ethtool -{L|l} support and default the tx/rx queue number to 1 - Expose the API to set irq affinity instead of irq itself Changes from RFC v3: - Rebase to the net-next - Let queue 2 to be the control virtqueue to obey the spec - Prodives irq affinity - Choose txq based on processor id Reference: - V6 virtio-spec: http://marc.info/?l=linux-netdev&m=135488976031512&w=2 - V2: https://lkml.org/lkml/2012/12/5/90 - V1: https://lkml.org/lkml/2012/11/27/177 - RFC V7: https://lkml.org/lkml/2012/11/27/177a - RFC V6: https://lkml.o...
2012 Jul 06
5
[RFC V3 0/5] Multiqueue support for tap and virtio-net/vhost
...o all: This seires is an update of last version of multiqueue support to add multiqueue capability to both tap and virtio-net. Some kinds of tap backends has (macvatp in linux) or would (tap) support multiqueue. In such kind of tap backend, each file descriptor of a tap is a qeueu and ioctls were prodived to attach an exist tap file descriptor to the tun/tap device. So the patch let qemu to use this kind of backend, and let it can transmit and receving packets through multiple file descriptors. Patch 1 introduce a new help to get all matched options, after this patch, we could pass multiple file...
2012 Jul 06
5
[RFC V3 0/5] Multiqueue support for tap and virtio-net/vhost
...o all: This seires is an update of last version of multiqueue support to add multiqueue capability to both tap and virtio-net. Some kinds of tap backends has (macvatp in linux) or would (tap) support multiqueue. In such kind of tap backend, each file descriptor of a tap is a qeueu and ioctls were prodived to attach an exist tap file descriptor to the tun/tap device. So the patch let qemu to use this kind of backend, and let it can transmit and receving packets through multiple file descriptors. Patch 1 introduce a new help to get all matched options, after this patch, we could pass multiple file...