Displaying 19 results from an estimated 19 matches for "noncacheable".
2002 Dec 23
2
Multiple rate limited networks and transparent http proxy - tricky problem
Hello,
We have a box with good connectivity which we divide among several
internal networks by having a different interface for each internal
network and rate limiting outgoing traffic on each of these interfaces.
We are using cbq and a u32 match on the destination to organize the
packets. This works very well for us, but there may be a better way,
I''m no expert at this!
We also use a
2017 Jun 06
2
2.2.29.8: YACD (Yet Another Core Dump)
I'm getting this in my logfile, should I worry?:
Jun 06 12:28:47 imap(paco_mcs): Error: Next message unexpectedly corrupted in mbox file /var/spool/mail/paco_mcs at 639279728
Jun 06 12:28:47 imap(paco_mcs): Error: Unexpectedly lost From-line from mbox file /var/spool/mail/paco_mcs at 639279728
Jun 06 12:28:47 imap(paco_mcs): Panic: file mbox-sync.c: line 1338 (mbox_sync_handle_eof_updates):
2014 Jun 27
5
[PATCH 1/2] drm/nouveau/bar: add noncached ioremap property
Some BARs (like GK20A's) do not support being ioremapped write-combined.
Add a boolean property to the BAR structure and handle that case in the
Nouveau BO implementation.
Signed-off-by: Alexandre Courbot <acourbot at nvidia.com>
---
drivers/gpu/drm/nouveau/core/include/subdev/bar.h | 3 +++
drivers/gpu/drm/nouveau/nouveau_bo.c | 17 ++++++++++++-----
2 files changed, 15
2015 Jun 11
0
git daemon on zytor is back in action
On 06/10/2015 01:54 AM, Ady via Syslinux wrote:
>
> Hi Peter,
>
> Thank you.
>
> Moving from gitweb-caching to cgit causes most http(s) links that are
> already pointing to git.zytor.com to fail with the message "Invalid
> request".
>
> Such links might exist in bug reports, mailing lists, documentation,
> and wiki pages; certainly in those that
2023 Jan 29
0
[PATCH v3 1/2] vdpa: support specify the pgprot of vq notification area
On Sun, Jan 29, 2023 at 10:51 AM Longpeng(Mike) <longpeng2 at huawei.com> wrote:
>
> From: Longpeng <longpeng2 at huawei.com>
>
> Adds get_vq_notification_pgprot operation to vdpa_config_ops to support
> specify the pgprot of vq norification area. It's an optional operation,
> the vdpa framework will treat the pgprot of vq notification area as
> noncached as
2008 Sep 03
4
Proxy with no cache
Hi,
I'd want to install a proxy server but I no need cache, what software
do you recommend me?
thanks in advance!
--
--
Open Kairos http://www.openkairos.com
Watch More TV http://sebelk.blogspot.com
Sergio Belkin -
2009 Mar 28
1
ISOLINUX and readdir: Performance
Since my last e-mail, I've done some more exploring on the code. I've
discovered that all variants currently use at least 3 64 kiB segments.
I was surprised to see that ISOLINUX does not implement any cache
segment yet SYSLINUX and EXTLINUX, the disk-based variants do. Are
there any ideas on why the faster disk-based variants have cache? Is
it as simple as no one has attempted to
2004 Jun 30
0
1.0-test23 and caching decisions
http://dovecot.org/test/
mbox fixes mostly. Began some other things, but none of them actually
work yet:
- Use X-UIDL header in mboxes for POP3 UIDL list
- Cache file compression
- Some cleverness for cache file for figuring out what to cache
Well, I might as well explain the last one now.
Users can be divided to three groups:
1. Most users will use only a single IMAP client which caches
2017 Jun 06
0
2.2.29.8: YACD (Yet Another Core Dump)
This looks like a coprrupted mbox file
Aki
On 06.06.2017 15:54, Luciano Mannucci wrote:
> I'm getting this in my logfile, should I worry?:
>
> Jun 06 12:28:47 imap(paco_mcs): Error: Next message unexpectedly corrupted in mbox file /var/spool/mail/paco_mcs at 639279728
> Jun 06 12:28:47 imap(paco_mcs): Error: Unexpectedly lost From-line from mbox file /var/spool/mail/paco_mcs at
2014 Dec 11
0
[PATCH RFC 3/5] pci: add pci_iomap_range
...ngth to map. We check that BAR is
+ * large enough.
* @maxlen specifies the maximum length to map. If you want to get access to
- * the complete BAR without checking for its length first, pass %0 here.
+ * the complete BAR from offset to the end, pass %0 here.
+ * @force_nocache makes the mapping noncacheable even if the BAR
+ * is prefetcheable. It has no effect otherwise.
* */
-void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long maxlen)
+void __iomem *pci_iomap_range(struct pci_dev *dev, int bar,
+ unsigned offset,
+ unsigned long minlen,
+ unsigned long maxle...
2014 Dec 11
0
[PATCH RFC 3/5] pci: add pci_iomap_range
...ngth to map. We check that BAR is
+ * large enough.
* @maxlen specifies the maximum length to map. If you want to get access to
- * the complete BAR without checking for its length first, pass %0 here.
+ * the complete BAR from offset to the end, pass %0 here.
+ * @force_nocache makes the mapping noncacheable even if the BAR
+ * is prefetcheable. It has no effect otherwise.
* */
-void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long maxlen)
+void __iomem *pci_iomap_range(struct pci_dev *dev, int bar,
+ unsigned offset,
+ unsigned long minlen,
+ unsigned long maxle...
2015 Jun 10
2
git daemon on zytor is back in action
> On 06/09/2015 11:54 PM, H. Peter Anvin via Syslinux wrote:
> > The git daemon on zytor is now functional again, as I managed to carve
> > out a little bit of time to dig into the selinux problem. Cloning git
> > via either http://git.zytor.com/ or git://git.zytor.com/
> >
> > However, the web interface is still broken. I'll see if I can fix it in
> >
2010 May 10
5
GFX Passthrough
Hi List,
many People seem to be interested in the Graphic-Card Passthrough Feature (for
more or less obvious reasons).
Official Support is still under development, and i hope not to interfere with it
in any (bad) way ...
But i remember my own painfull and timeconsuming research when i wanted this
feature to work, so i thought perhaps this spares some time for the unpatient
users like me :)
2014 Dec 11
6
[PATCH RFC 0/5] virtio_pci: modern driver
Based on Rusty's patches.
Coding style and funny jokes are his.
Bugs and a star wars reference (should be easy to spot) are mine.
Untested, but useful as basis for beginning the qemu work.
TODO:
= simplify probing: use a common probe function, probe with modern driver
first, if that fails - probe with legacy driver.
BUGS: ATM legacy driver can win and drive a transitional device
2014 Dec 11
6
[PATCH RFC 0/5] virtio_pci: modern driver
Based on Rusty's patches.
Coding style and funny jokes are his.
Bugs and a star wars reference (should be easy to spot) are mine.
Untested, but useful as basis for beginning the qemu work.
TODO:
= simplify probing: use a common probe function, probe with modern driver
first, if that fails - probe with legacy driver.
BUGS: ATM legacy driver can win and drive a transitional device
2011 May 18
90
Patches for VGA-Passthrough XEN 4.2 unstable
Hello, I have been working on VGA-passthrough in the last month.
When Xen was at his version 3.5 there was a few patches to make this work for some graphic cards using the patches developed by Han Weidong and posted here (http://lists.xensource.com/archives/html/xen-devel/2009-08/msg01176.html) and the same patches posted file by file are here
2011 May 18
90
Patches for VGA-Passthrough XEN 4.2 unstable
Hello, I have been working on VGA-passthrough in the last month.
When Xen was at his version 3.5 there was a few patches to make this work for some graphic cards using the patches developed by Han Weidong and posted here (http://lists.xensource.com/archives/html/xen-devel/2009-08/msg01176.html) and the same patches posted file by file are here
2013 Mar 21
24
[PATCH 00/22] New virtio PCI layout
I've renewed this again, with some comments from HPA. I've tried to
keep the new patches separate, so you can see the changes since we
last discussed this (and so it's easy to back it out if we decide it's
insane).
I haven't even looked at the QEMU side so this is completely untested.
Comments gratefully received!
Rusty.
Michael S Tsirkin (1):
pci: add pci_iomap_range
2013 Mar 21
24
[PATCH 00/22] New virtio PCI layout
I've renewed this again, with some comments from HPA. I've tried to
keep the new patches separate, so you can see the changes since we
last discussed this (and so it's easy to back it out if we decide it's
insane).
I haven't even looked at the QEMU side so this is completely untested.
Comments gratefully received!
Rusty.
Michael S Tsirkin (1):
pci: add pci_iomap_range