Displaying 20 results from an estimated 90000 matches similar to: "HW configuration"
2009 Jan 03
0
BerkeleyTIP - Hello, Introduction, Monthly Global GNU(Linux) BSD Free SW HW meeting
Hi everyone - I'm writing to introduce you to a monthly global
GNU(Linux) meeting you might be interested in attending. :)
It is the BerkeleyTIP Monthly Global GNU(Linux), BSD & All Free Software
& Hardware meeting. The first Saturday of each month, SIMULTANEOUS
AROUND THE WORLD, 10 AM - 6 PM Pacific Time, USA = GMT -8 hours.
Adjust for your local time zone.
I want to
let you
2010 Jul 03
0
Join July Global via VOIP Free SW HW Culture Mtgs - BerkeleyTIP
Watch some videos. Mark your calendar. Invite your friends.
Join in on IRC or Voice. Join the mailing list, say "Hi. :)"
===== 1) 2010.7 Videos:
How to write VOIP client in less then 2 minutes, rpdammu
Schizophrenic Firewalls - virtualized net stack OpenBSD, Claudio Jeker
Motorola Droid Metro PCS Apps, makeitcricket.com
Open Wonderland virtual worlds platform, Nicole Yankelovich,
2010 Jun 04
0
BerkeleyTIP Join June Global Free SW HW Culture Mtgs via VOIP or in Berkeley
You're invited to join in with the friendly people at the BerkeleyTIP
global meeting - newbie to Ph.D. - everyone is invited.
Get a headset & join using VOIP online, or come to Berkeley.
1st step: Join the mailing list:
http://groups.google.com/group/BerkTIPGlobal
Watch the videos. Discuss them on VOIP.
8 great videos/talks this month - see below.
Starting off year 3 of BerkeleyTIP
2008 May 15
2
missing from Centos51 src tree: ".../drivers/infiniband/hw/amso1100/Makefile"
i'm attempting to rebuild centos51 kernel-xen.
(fwiw, because pciback has NOT been compiled into the kernel,
http://bugs.centos.org/view.php?id=2767)
after,
yum install kernel-devel kernel-xen-devel
and usual,
ln -s /usr/src/kernels/`uname -r`-`uname -m` /usr/src/linux
cd /usr/src/linux
cp /boot/config-`uname -r` ./.config
make oldconfig
make menuconfig
...
next,
make rpm
2024 Oct 14
1
[Bug 1776] New: No hw offload for flowtables with intel x710
https://bugzilla.netfilter.org/show_bug.cgi?id=1776
Bug ID: 1776
Summary: No hw offload for flowtables with intel x710
Product: nftables
Version: unspecified
Hardware: All
OS: other
Status: NEW
Severity: normal
Priority: P5
Component: kernel
Assignee: pablo at netfilter.org
2009 Apr 04
0
"HW T&L" problems
I don't know if this was asked before...
I noticed that HW T&L is not always working. In some apps (Operation
Flashpoint for example) if I use HW T&L as D3D driver, I get significant
frame rate increase, while in others (Max Payne 1 or Max Payne 2) there is
no difference at all. I was testing Max Payne 2 for speed (this game has
?developer mode? in which you can see current FPS), I
2006 Feb 28
1
H.323 ( HW PBX to *)
Hi,
I'm trying to connect * to Nortel BCM 50, This PBX use H.323
v3 to interface with other PBX. The port use to connect is TCP 1720 but
I can't configure this port on my * box. I'm using a H.323.conf file
sample to activate the port but the * isn't listening there. Somebody
have any idea or tip?
This is mi H.323.conf
[general]
port = 1720
bindaddr =
2017 Mar 21
0
[BUG] virtio-net linux driver fails to probe on MIPS Malta since 'hw/virtio-pci: fix virtio behaviour'
On 03/20/2017 05:43 PM, Michael S. Tsirkin wrote:
> On Mon, Mar 20, 2017 at 05:21:22PM +0200, Marcel Apfelbaum wrote:
>> On 03/17/2017 11:57 PM, James Hogan wrote:
>>> Hi,
>>>
>>> I've bisected the following failure of the virtio_net linux v4.10 driver
>>> to probe in QEMU v2.9.0-rc1 emulating a MIPS Malta machine:
>>>
>>>
2020 May 11
0
[PATCH for QEMU v2] hw/vfio: Add VMD Passthrough Quirk
On Mon, 11 May 2020 15:01:27 -0400
Jon Derrick <jonathan.derrick at intel.com> wrote:
> The VMD endpoint provides a real PCIe domain to the guest, including
Please define VMD. I'm sure this is obvious to many, but I've had to
do some research. The best TL;DR summary I've found is Keith's
original commit 185a383ada2e adding the controller to Linux. If there's
2009 Jul 14
0
[patch]: qemu-xen: pass-through: pt_reset_interrupt_and_io_mapping(): use hw INTX
This fixes a few things that I missed in previous patches:
* Use the hw INTX rather than INTA in pt_reset_interrupt_and_io_mapping()
This is consistent with other uses of pci_intx()
* Remove now inaccurate "/* fix virtual interrupt pin to INTA# */" comments
* Use PCI_SLOT()
Signed-off-by: Simon Horman <horms@verge.net.au>
Index: ioemu-remote/hw/pass-through.c
2019 Mar 27
0
[PATCH 1/2] virtio-blk: limit number of hw queues by nr_cpu_ids
When tag_set->nr_maps is 1, the block layer limits the number of hw queues
by nr_cpu_ids. No matter how many hw queues are used by virtio-blk, as it
has (tag_set->nr_maps == 1), it can use at most nr_cpu_ids hw queues.
In addition, specifically for pci scenario, when the 'num-queues' specified
by qemu is more than maxcpus, virtio-blk would not be able to allocate more
than maxcpus
2019 Mar 27
0
[PATCH 2/2] scsi: virtio_scsi: limit number of hw queues by nr_cpu_ids
When tag_set->nr_maps is 1, the block layer limits the number of hw queues
by nr_cpu_ids. No matter how many hw queues are used by virtio-scsi, as it
has (tag_set->nr_maps == 1), it can use at most nr_cpu_ids hw queues.
In addition, specifically for pci scenario, when the 'num_queues' specified
by qemu is more than maxcpus, virtio-scsi would not be able to allocate
more than maxcpus
2019 Apr 27
0
[PATCH AUTOSEL 5.0 65/79] virtio-blk: limit number of hw queues by nr_cpu_ids
From: Dongli Zhang <dongli.zhang at oracle.com>
[ Upstream commit bf348f9b78d413e75bb079462751a1d86b6de36c ]
When tag_set->nr_maps is 1, the block layer limits the number of hw queues
by nr_cpu_ids. No matter how many hw queues are used by virtio-blk, as it
has (tag_set->nr_maps == 1), it can use at most nr_cpu_ids hw queues.
In addition, specifically for pci scenario, when the
2019 Apr 27
0
[PATCH AUTOSEL 4.19 44/53] virtio-blk: limit number of hw queues by nr_cpu_ids
From: Dongli Zhang <dongli.zhang at oracle.com>
[ Upstream commit bf348f9b78d413e75bb079462751a1d86b6de36c ]
When tag_set->nr_maps is 1, the block layer limits the number of hw queues
by nr_cpu_ids. No matter how many hw queues are used by virtio-blk, as it
has (tag_set->nr_maps == 1), it can use at most nr_cpu_ids hw queues.
In addition, specifically for pci scenario, when the
2019 Apr 27
0
[PATCH AUTOSEL 4.14 26/32] virtio-blk: limit number of hw queues by nr_cpu_ids
From: Dongli Zhang <dongli.zhang at oracle.com>
[ Upstream commit bf348f9b78d413e75bb079462751a1d86b6de36c ]
When tag_set->nr_maps is 1, the block layer limits the number of hw queues
by nr_cpu_ids. No matter how many hw queues are used by virtio-blk, as it
has (tag_set->nr_maps == 1), it can use at most nr_cpu_ids hw queues.
In addition, specifically for pci scenario, when the
2019 Apr 27
0
[PATCH AUTOSEL 4.9 13/16] virtio-blk: limit number of hw queues by nr_cpu_ids
From: Dongli Zhang <dongli.zhang at oracle.com>
[ Upstream commit bf348f9b78d413e75bb079462751a1d86b6de36c ]
When tag_set->nr_maps is 1, the block layer limits the number of hw queues
by nr_cpu_ids. No matter how many hw queues are used by virtio-blk, as it
has (tag_set->nr_maps == 1), it can use at most nr_cpu_ids hw queues.
In addition, specifically for pci scenario, when the
2009 Dec 21
1
Clean up of nv40_context->state.hw and nv40_screen->state
Hi,
I'm trying to find a place where objects held in
nv40_context->state.hw[] and nv40_screen->state[] are being unreferenced
during pipe_context destruction.
Currently I'm observing that these objects are not unreferenced and
since they hold reference to buffer objects, the buffer objects
themselves are not unreferenced as well (for example color buffer or z
buffer).
In
2018 Nov 04
0
[tip:x86/urgent] x86/hyper-v: Enable PIT shutdown quirk
Commit-ID: 1de72c706488b7be664a601cf3843bd01e327e58
Gitweb: https://git.kernel.org/tip/1de72c706488b7be664a601cf3843bd01e327e58
Author: Michael Kelley <mikelley at microsoft.com>
AuthorDate: Sun, 4 Nov 2018 03:48:57 +0000
Committer: Thomas Gleixner <tglx at linutronix.de>
CommitDate: Sun, 4 Nov 2018 11:04:46 +0100
x86/hyper-v: Enable PIT shutdown quirk
Hyper-V emulation of
2020 May 13
0
[PATCH for QEMU v2] hw/vfio: Add VMD Passthrough Quirk
On Wed, 13 May 2020 00:35:47 +0000
"Derrick, Jonathan" <jonathan.derrick at intel.com> wrote:
> Hi Alex,
>
> I'm probably not getting the translation technical details correct.
>
> On Mon, 2020-05-11 at 16:59 -0600, Alex Williamson wrote:
> > On Mon, 11 May 2020 15:01:27 -0400
> > Jon Derrick <jonathan.derrick at intel.com> wrote:
> >
2009 Apr 17
1
NV40 Cubic Texture HW Mip Map Generation
Hello,
I have been looking at cubic texture mapping for a bit, and I
have found that hw mipmap generation doesn't work at all or
the textures are all messed up (normal 2d work fine). This is
with linear textures. Also of note is that software mipmap
generation works fine.
I have done sanity checks for the miptree pitches, offsets, etc
and everything seems to match up fine for both the