Displaying 20 results from an estimated 30 matches for "accelrated".
Did you mean:
accelerated
2019 Sep 06
4
[PATCH 0/2] Revert and rework on the metadata accelreation
On 2019/9/5 ??9:59, Jason Gunthorpe wrote:
> On Thu, Sep 05, 2019 at 08:27:34PM +0800, Jason Wang wrote:
>> Hi:
>>
>> Per request from Michael and Jason, the metadata accelreation is
>> reverted in this version and rework in next version.
>>
>> Please review.
>>
>> Thanks
>>
>> Jason Wang (2):
>> Revert "vhost: access vq
2019 Sep 06
4
[PATCH 0/2] Revert and rework on the metadata accelreation
On 2019/9/5 ??9:59, Jason Gunthorpe wrote:
> On Thu, Sep 05, 2019 at 08:27:34PM +0800, Jason Wang wrote:
>> Hi:
>>
>> Per request from Michael and Jason, the metadata accelreation is
>> reverted in this version and rework in next version.
>>
>> Please review.
>>
>> Thanks
>>
>> Jason Wang (2):
>> Revert "vhost: access vq
2019 Aug 09
0
[PATCH V4 0/9] Fixes for metadata accelreation
From: Jason Wang <jasowang at redhat.com>
Date: Wed, 7 Aug 2019 03:06:08 -0400
> This series try to fix several issues introduced by meta data
> accelreation series. Please review.
...
My impression is that patch #7 will be changed to use spinlocks so there
will be a v5.
2019 Sep 05
0
[PATCH 0/2] Revert and rework on the metadata accelreation
On Thu, Sep 05, 2019 at 08:27:34PM +0800, Jason Wang wrote:
> Hi:
>
> Per request from Michael and Jason, the metadata accelreation is
> reverted in this version and rework in next version.
>
> Please review.
>
> Thanks
>
> Jason Wang (2):
> Revert "vhost: access vq metadata through kernel virtual address"
> vhost: re-introducing metadata
2019 Sep 07
0
[PATCH 0/2] Revert and rework on the metadata accelreation
On Fri, Sep 06, 2019 at 06:02:35PM +0800, Jason Wang wrote:
>
> On 2019/9/5 ??9:59, Jason Gunthorpe wrote:
> > On Thu, Sep 05, 2019 at 08:27:34PM +0800, Jason Wang wrote:
> > > Hi:
> > >
> > > Per request from Michael and Jason, the metadata accelreation is
> > > reverted in this version and rework in next version.
> > >
> > >
2019 Sep 06
0
[PATCH 0/2] Revert and rework on the metadata accelreation
From: Jason Wang <jasowang at redhat.com>
Date: Fri, 6 Sep 2019 18:02:35 +0800
> On 2019/9/5 ??9:59, Jason Gunthorpe wrote:
>> I think you should apply the revert this cycle and rebase the other
>> patch for next..
>>
>> Jason
>
> Yes, the plan is to revert in this release cycle.
Then you should reset patch #1 all by itself targetting 'net'.
2019 Sep 09
1
[PATCH 0/2] Revert and rework on the metadata accelreation
On 2019/9/6 ??9:15, David Miller wrote:
> From: Jason Wang <jasowang at redhat.com>
> Date: Fri, 6 Sep 2019 18:02:35 +0800
>
>> On 2019/9/5 ??9:59, Jason Gunthorpe wrote:
>>> I think you should apply the revert this cycle and rebase the other
>>> patch for next..
>>>
>>> Jason
>> Yes, the plan is to revert in this release cycle.
>
2013 Oct 09
5
domU keep crashing when install ubuntu as pv domU
I''m using xen 4.3 with gentoo as dom0.
the kernel and ramdisk file is taken from
http://ftp.jaist.ac.jp/pub/Linux/ubuntu/dists/precise/main/installer-amd64/current/images/netboot/xen/
the pv domU config file (according to the ubuntu xen documentation
https://help.ubuntu.com/community/Xen)
precise.cfg
name = "precise"
kernel = "/xen/kernels/precise/vmlinuz"
2019 Aug 12
5
[PATCH V5 0/9] Fixes for vhost metadata acceleration
On 2019/8/11 ??1:52, Michael S. Tsirkin wrote:
> On Fri, Aug 09, 2019 at 01:48:42AM -0400, Jason Wang wrote:
>> Hi all:
>>
>> This series try to fix several issues introduced by meta data
>> accelreation series. Please review.
>>
>> Changes from V4:
>> - switch to use spinlock synchronize MMU notifier with accessors
>>
>> Changes from V3:
2019 Aug 12
5
[PATCH V5 0/9] Fixes for vhost metadata acceleration
On 2019/8/11 ??1:52, Michael S. Tsirkin wrote:
> On Fri, Aug 09, 2019 at 01:48:42AM -0400, Jason Wang wrote:
>> Hi all:
>>
>> This series try to fix several issues introduced by meta data
>> accelreation series. Please review.
>>
>> Changes from V4:
>> - switch to use spinlock synchronize MMU notifier with accessors
>>
>> Changes from V3:
2019 Aug 07
12
[PATCH V4 0/9] Fixes for metadata accelreation
Hi all:
This series try to fix several issues introduced by meta data
accelreation series. Please review.
Changes from V3:
- remove the unnecessary patch
Changes from V2:
- use seqlck helper to synchronize MMU notifier with vhost worker
Changes from V1:
- try not use RCU to syncrhonize MMU notifier with vhost worker
- set dirty pages after no readers
- return -EAGAIN only when we find the
2019 Aug 07
12
[PATCH V4 0/9] Fixes for metadata accelreation
Hi all:
This series try to fix several issues introduced by meta data
accelreation series. Please review.
Changes from V3:
- remove the unnecessary patch
Changes from V2:
- use seqlck helper to synchronize MMU notifier with vhost worker
Changes from V1:
- try not use RCU to syncrhonize MMU notifier with vhost worker
- set dirty pages after no readers
- return -EAGAIN only when we find the
2019 Aug 07
11
[PATCH V3 00/10] Fixes for metadata accelreation
Hi all:
This series try to fix several issues introduced by meta data
accelreation series. Please review.
Changes from V2:
- use seqlck helper to synchronize MMU notifier with vhost worker
Changes from V1:
- try not use RCU to syncrhonize MMU notifier with vhost worker
- set dirty pages after no readers
- return -EAGAIN only when we find the range is overlapped with
metadata
Jason Wang (9):
2019 Aug 12
2
[PATCH V5 0/9] Fixes for vhost metadata acceleration
On Mon, Aug 12, 2019 at 05:49:08AM -0400, Michael S. Tsirkin wrote:
> On Mon, Aug 12, 2019 at 10:44:51AM +0800, Jason Wang wrote:
> >
> > On 2019/8/11 ??1:52, Michael S. Tsirkin wrote:
> > > On Fri, Aug 09, 2019 at 01:48:42AM -0400, Jason Wang wrote:
> > > > Hi all:
> > > >
> > > > This series try to fix several issues introduced by
2019 Aug 12
2
[PATCH V5 0/9] Fixes for vhost metadata acceleration
On Mon, Aug 12, 2019 at 05:49:08AM -0400, Michael S. Tsirkin wrote:
> On Mon, Aug 12, 2019 at 10:44:51AM +0800, Jason Wang wrote:
> >
> > On 2019/8/11 ??1:52, Michael S. Tsirkin wrote:
> > > On Fri, Aug 09, 2019 at 01:48:42AM -0400, Jason Wang wrote:
> > > > Hi all:
> > > >
> > > > This series try to fix several issues introduced by
2019 Aug 10
0
[PATCH V5 0/9] Fixes for vhost metadata acceleration
On Fri, Aug 09, 2019 at 01:48:42AM -0400, Jason Wang wrote:
> Hi all:
>
> This series try to fix several issues introduced by meta data
> accelreation series. Please review.
>
> Changes from V4:
> - switch to use spinlock synchronize MMU notifier with accessors
>
> Changes from V3:
> - remove the unnecessary patch
>
> Changes from V2:
> - use seqlck
2019 Aug 12
0
[PATCH V5 0/9] Fixes for vhost metadata acceleration
On Mon, Aug 12, 2019 at 10:44:51AM +0800, Jason Wang wrote:
>
> On 2019/8/11 ??1:52, Michael S. Tsirkin wrote:
> > On Fri, Aug 09, 2019 at 01:48:42AM -0400, Jason Wang wrote:
> > > Hi all:
> > >
> > > This series try to fix several issues introduced by meta data
> > > accelreation series. Please review.
> > >
> > > Changes from
2004 Jan 06
0
Wonder Shaper
...my webserver and ftp server are a lot faster then
without adding the ports and surfing the web is a pain.
If I leave all the upload specific variables empty, uploads are a lot
slower but surfing speed and ssh is fine.
Additionaly I noticed that it seems that only one ssh connection is
beeing "accelrated" while the dsl is under high load, but that could be
because of my relatively slow dsl connection.
Maybe you could tell me what _you_ as the creator, usually expect from
the shaping effect. So I can adjust my judgings
Regards,
Lars Heineken.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1...
2013 Sep 09
0
Xen UEFI how to install and configure
Hi, all
I''m new to xen recently. I''ve managed to install the xen on a BIOS machine,
and boot into xen dom0, setup a domU guest, all goes well.
So I decided to turn my desktop into a xen server. It''s running on UEFI.
The machine runs on Gentoo Linux with kernel 3.11.0.
I''m using xen-4.2.2 , it''s built with efi USE FLAG , and install the
xen-4.2.2.efi
2019 Sep 01
0
[PATCH V5 0/9] Fixes for vhost metadata acceleration
On Tue, Aug 20, 2019 at 10:29:32AM +0800, Jason Wang wrote:
>
> On 2019/8/20 ??5:08, Michael S. Tsirkin wrote:
> > On Tue, Aug 13, 2019 at 04:12:49PM +0800, Jason Wang wrote:
> > > On 2019/8/12 ??5:49, Michael S. Tsirkin wrote:
> > > > On Mon, Aug 12, 2019 at 10:44:51AM +0800, Jason Wang wrote:
> > > > > On 2019/8/11 ??1:52, Michael S. Tsirkin