search for: 0x8fff

Displaying 5 results from an estimated 5 matches for "0x8fff".

Did you mean: 0x1fff
2020 Jul 09
0
[PATCH RFC v8 02/11] vhost: use batched get_vq_desc version
...th=/dev/vhost-net,queue_size=1024 > -- --auto-start --stats-period 5 --tx-offloads="$TX_OFFLOADS" > --rx-offloads="$RX_OFFLOADS" --txd=4096 --rxd=4096 --burst=512 > --forward-mode=txonly > > Where offloads were obtained manually running with > --[tr]x-offloads=0x8fff and examining testpmd response: > declare -r RX_OFFLOADS=0x81d > declare -r TX_OFFLOADS=0x802d > > All of the tests results are an average of at least 3 samples of > testpmd, discarding the obvious deviations at start/end (like warming > up or waiting for pktgen to start). The re...
2009 Feb 25
0
Problem booting hypervisor on Lenovo T400 Core2 Duo P8600
...ed Camera as /class/input/input9 [ 17.347414] usbcore: registered new interface driver uvcvideo [ 17.347477] USB Video Class driver (v0.1.0) [ 17.358327] Yenta: ISA IRQ mask 0x0cb8, PCI irq 16 [ 17.358389] Socket status: 30000006 [ 17.358445] pcmcia: parent PCI bridge I/O window: 0x5000 - 0x8fff [ 17.358504] pcmcia: parent PCI bridge Memory window: 0xf4300000 - 0xf7ffffff [ 17.358564] pcmcia: parent PCI bridge Memory window: 0xf0000000 - 0xf3ffffff [ 17.441988] Synaptics Touchpad, model: 1, fw: 7.0, id: 0x1c0b1, caps: 0xd04791/0xb00000 [ 17.441988] serio: Synaptics pass-through por...
2009 Feb 22
0
Bug#516610: xen-hypervisor-3.2-1-amd64: Xen hypervisor does not boot on Core2 Duo CPU P8600
...ed Camera as /class/input/input9 [ 17.347414] usbcore: registered new interface driver uvcvideo [ 17.347477] USB Video Class driver (v0.1.0) [ 17.358327] Yenta: ISA IRQ mask 0x0cb8, PCI irq 16 [ 17.358389] Socket status: 30000006 [ 17.358445] pcmcia: parent PCI bridge I/O window: 0x5000 - 0x8fff [ 17.358504] pcmcia: parent PCI bridge Memory window: 0xf4300000 - 0xf7ffffff [ 17.358564] pcmcia: parent PCI bridge Memory window: 0xf0000000 - 0xf3ffffff [ 17.441988] Synaptics Touchpad, model: 1, fw: 7.0, id: 0x1c0b1, caps: 0xd04791/0xb00000 [ 17.441988] serio: Synaptics pass-through por...
2020 Jun 11
27
[PATCH RFC v8 00/11] vhost: ring format independence
This still causes corruption issues for people so don't try to use in production please. Posting to expedite debugging. This adds infrastructure required for supporting multiple ring formats. The idea is as follows: we convert descriptors to an independent format first, and process that converting to iov later. Used ring is similar: we fetch into an independent struct first, convert that to
2020 Jun 11
27
[PATCH RFC v8 00/11] vhost: ring format independence
This still causes corruption issues for people so don't try to use in production please. Posting to expedite debugging. This adds infrastructure required for supporting multiple ring formats. The idea is as follows: we convert descriptors to an independent format first, and process that converting to iov later. Used ring is similar: we fetch into an independent struct first, convert that to