search for: v25

Displaying 20 results from an estimated 72 matches for "v25".

Did you mean: v2
2018 Feb 01
0
[PATCH v25 0/2] Virtio-balloon: support free page reporting
...that the memory pages are used after they > are given to the hypervisor as a hint of the free pages, because they will > be tracked by the hypervisor and transferred in the next round if they are > used and written. Could you post performance numbers please? > ChangeLog: > v24->v25: > - mm: change walk_free_mem_block to return 0 (instead of true) on > completing the report, and return a non-zero value from the > callabck, which stops the reporting. > - virtio-balloon: > - use enum instead of define for VIRTIO_BALLOON_VQ_INFLA...
2018 Jan 25
0
[PATCH v25 1/2 RESEND] mm: support reporting free page blocks
On Thu, 25 Jan 2018 17:38:27 +0800 Wei Wang <wei.w.wang at intel.com> wrote: > This patch adds support to walk through the free page blocks in the > system and report them via a callback function. Some page blocks may > leave the free list after zone->lock is released, so it is the caller's > responsibility to either detect or prevent the use of such pages. > > One
2018 Jan 26
0
[virtio-dev] Re: [PATCH v25 2/2] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
On 01/25/2018 09:49 PM, Michael S. Tsirkin wrote: > On Thu, Jan 25, 2018 at 05:14:06PM +0800, Wei Wang wrote: >> + >> +static void report_free_page_func(struct work_struct *work) >> +{ >> + struct virtio_balloon *vb; >> + int ret; >> + >> + vb = container_of(work, struct virtio_balloon, report_free_page_work); >> + >> + /* Start by sending
2018 Jan 26
0
[virtio-dev] Re: [PATCH v25 2/2] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
On 01/26/2018 10:42 AM, Michael S. Tsirkin wrote: > On Fri, Jan 26, 2018 at 09:40:44AM +0800, Wei Wang wrote: >> On 01/25/2018 09:49 PM, Michael S. Tsirkin wrote: >>> On Thu, Jan 25, 2018 at 05:14:06PM +0800, Wei Wang wrote: >>> >> The controversy is that the free list is not static >> once the lock is dropped, so everything is dynamically changing,
2018 Jan 25
0
[PATCH v25 1/2] mm: support reporting free page blocks
This patch adds support to walk through the free page blocks in the system and report them via a callback function. Some page blocks may leave the free list after zone->lock is released, so it is the caller's responsibility to either detect or prevent the use of such pages. One use example of this patch is to accelerate live migration by skipping the transfer of free pages reported from
2018 Feb 01
0
[virtio-dev] Re: [PATCH v25 2/2] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
On 01/31/2018 07:44 AM, Michael S. Tsirkin wrote: > On Fri, Jan 26, 2018 at 11:31:19AM +0800, Wei Wang wrote: >> On 01/26/2018 10:42 AM, Michael S. Tsirkin wrote: >>> On Fri, Jan 26, 2018 at 09:40:44AM +0800, Wei Wang wrote: >>>> On 01/25/2018 09:49 PM, Michael S. Tsirkin wrote: >>>>> On Thu, Jan 25, 2018 at 05:14:06PM +0800, Wei Wang wrote:
2009 Apr 04
1
Problem with sample()
...3383079593670000 p30 = B * 0.0008799959715670280000 ################Individual infection number################ v0 =0 v1 =1 v2 =2 v3 =3 v4 =4 v5 =5 v6 =6 v7 =7 v8 =8 v9 =9 v10 =10 v11 =11 v12 =12 v13 =13 v14 =14 v15 =15 v16 =16 v17 =17 v18 =18 v19 =19 v20 =20 v21 =21 v22 =22 v23 =23 v24 =24 v25 =25 v26 =26 v27 =27 v28 =28 v29 =29 v30 =30 #Set conditions of Petri Net N=list() N$M=c(susceptible, infectious, recovered) ################Pre-matrix################ N$Pre=matrix(c(0, 1, 0, v0, 1 , 0 , v1, 1 , 0 , v2, 1 , 0 , v3, 1 , 0 , v4, 1 , 0 , v5, 1 , 0 , v6, 1 , 0 , v7, 1 , 0 , v8,...
2010 May 06
2
Data frame "pivoting"
...observations as follows: ID VALIDITY YEAR PROPERTY PROPERTY VALUE A1 2007 P1 V1 A1 2007 P2 V2 A1 2007 P3 V3 A1 2008 P1 V10 A1 2008 P2 V20 A2 2007 P5 V50 A2 2008 P6 V20 A3 2007 P1 V1 A3 2007 P3 V30 A3 2008 P1 V10 A3 2008 P2 V4 A3 2008 P6 V25 (you can imagine that this data is collected every year from a sample of people with several "measures" - weight, number of children, income... It can happen that some properties could be missing from some IDs). I have to obtain a data frame like this: ID VALIDITY YEAR P1 P2 P3 P4 P5 P...
2015 Aug 22
3
sprintf error: "only 100 arguments allowed"
...NULL, target='V102', weight = 'weight', tag = NULL, hard_parse = F) ### error # [1] "sprintf('%f %f |A V1:%f V2:%f V3:%f V4:%f V5:%f V6:%f V7:%f V8:%f V9:%f V10:%f V11:%f V12:%f V13:%f V14:%f V15:%f V16:%f V17:%f V18:%f V19:%f V20:%f V21:%f V22:%f V23:%f V24:%f V25:%f V26:%f V27:%f V28:%f V29:%f V30:%f V31:%f V32:%f V33:%f V34:%f V35:%f V36:%f V37:%f V38:%f V39:%f V40:%f V41:%f V42:%f V43:%f V44:%f V45:%f V46:%f V47:%f V48:%f V49:%f V50:%f V51:%f V52:%f V53:%f V54:%f V55:%f V56:%f V57:%f V58:%f V59:%f V60:%f V61:%f V62:%f V63:%f V64:%f V65:%f V66:%f V67:%f V6...
2018 Jan 26
3
[virtio-dev] Re: [PATCH v25 2/2] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
On Fri, Jan 26, 2018 at 09:40:44AM +0800, Wei Wang wrote: > On 01/25/2018 09:49 PM, Michael S. Tsirkin wrote: > > On Thu, Jan 25, 2018 at 05:14:06PM +0800, Wei Wang wrote: > > > + > > > +static void report_free_page_func(struct work_struct *work) > > > +{ > > > + struct virtio_balloon *vb; > > > + int ret; > > > + > > > + vb =
2018 Jan 30
2
[virtio-dev] Re: [PATCH v25 2/2] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
On Fri, Jan 26, 2018 at 11:31:19AM +0800, Wei Wang wrote: > On 01/26/2018 10:42 AM, Michael S. Tsirkin wrote: > > On Fri, Jan 26, 2018 at 09:40:44AM +0800, Wei Wang wrote: > > > On 01/25/2018 09:49 PM, Michael S. Tsirkin wrote: > > > > On Thu, Jan 25, 2018 at 05:14:06PM +0800, Wei Wang wrote: > > > > > > > > The controversy is that the free
2015 Aug 26
1
sprintf error: "only 100 arguments allowed"
...#39;weight', >> tag = NULL, hard_parse = F) >> ### error >> # [1] "sprintf('%f %f |A V1:%f V2:%f V3:%f V4:%f V5:%f V6:%f V7:%f >> V8:%f V9:%f V10:%f V11:%f V12:%f V13:%f V14:%f V15:%f V16:%f V17:%f >> V18:%f V19:%f V20:%f V21:%f V22:%f V23:%f V24:%f V25:%f V26:%f V27:%f >> V28:%f V29:%f V30:%f V31:%f V32:%f V33:%f V34:%f V35:%f V36:%f V37:%f >> V38:%f V39:%f V40:%f V41:%f V42:%f V43:%f V44:%f V45:%f V46:%f V47:%f >> V48:%f V49:%f V50:%f V51:%f V52:%f V53:%f V54:%f V55:%f V56:%f V57:%f >> V58:%f V59:%f V60:%f V61:%f V62:%f V...
2018 Jan 25
0
[PATCH v25 2/2] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
Negotiation of the VIRTIO_BALLOON_F_FREE_PAGE_HINT feature indicates the support of reporting hints of guest free pages to host via virtio-balloon. Host requests the guest to report free pages by sending a new cmd id to the guest via the free_page_report_cmd_id configuration register. When the guest starts to report, the first element added to the free page vq is the cmd id given by host. When
2018 Jan 25
3
[PATCH v25 1/2 RESEND] mm: support reporting free page blocks
This patch adds support to walk through the free page blocks in the system and report them via a callback function. Some page blocks may leave the free list after zone->lock is released, so it is the caller's responsibility to either detect or prevent the use of such pages. One use example of this patch is to accelerate live migration by skipping the transfer of free pages reported from
2018 Jan 25
3
[PATCH v25 1/2 RESEND] mm: support reporting free page blocks
This patch adds support to walk through the free page blocks in the system and report them via a callback function. Some page blocks may leave the free list after zone->lock is released, so it is the caller's responsibility to either detect or prevent the use of such pages. One use example of this patch is to accelerate live migration by skipping the transfer of free pages reported from
2015 Aug 25
0
sprintf error: "only 100 arguments allowed"
...102', weight = 'weight', > tag = NULL, hard_parse = F) > ### error > # [1] "sprintf('%f %f |A V1:%f V2:%f V3:%f V4:%f V5:%f V6:%f V7:%f > V8:%f V9:%f V10:%f V11:%f V12:%f V13:%f V14:%f V15:%f V16:%f V17:%f > V18:%f V19:%f V20:%f V21:%f V22:%f V23:%f V24:%f V25:%f V26:%f V27:%f > V28:%f V29:%f V30:%f V31:%f V32:%f V33:%f V34:%f V35:%f V36:%f V37:%f > V38:%f V39:%f V40:%f V41:%f V42:%f V43:%f V44:%f V45:%f V46:%f V47:%f > V48:%f V49:%f V50:%f V51:%f V52:%f V53:%f V54:%f V55:%f V56:%f V57:%f > V58:%f V59:%f V60:%f V61:%f V62:%f V63:%f V64:%f V65...
2018 Jan 25
2
[PATCH v25 2/2] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
On Thu, Jan 25, 2018 at 05:14:06PM +0800, Wei Wang wrote: > Negotiation of the VIRTIO_BALLOON_F_FREE_PAGE_HINT feature indicates the > support of reporting hints of guest free pages to host via virtio-balloon. > > Host requests the guest to report free pages by sending a new cmd > id to the guest via the free_page_report_cmd_id configuration register. > > When the guest
2010 Jun 21
1
Asterisk 1.6 + Jabber crashes
Hello, I am attempting to setup Asterisk to work with Gtalk. I am using the following versions: Slackware Linux 12.0 Asterisk 1.6.2.9 GNU TLS 2.8.6 Iksemel (svn v25) OpenSSL 0.9.8o It all compiles however about 10 seconds after starting Asterisk it crashes. To mitigate this issue I have moved jabber.conf to another directory and then Asterisk starts up. So I assume the issue is with this file? I can't find any issues: jabber.conf: [general] debug=no a...
2009 Oct 02
1
text mining
The following code is derived from a paper titled "Text Mining Infrastructure in R" (http://www.jstatsoft.org/v25/i05/paper). The example below seems to load some default documents for analysis, some sort of latin document. I cannot for the life of me figure out to load my own document let alone an entire corpus. I have searched the above documenet as well as related documentation. Any leads or help would...
2006 May 10
2
Headsets
Hey Everyone, We are in the process of reviewing headsets for use with our GXP-2000s. I'm looking for some feedback as to which headsets people are using, the pros and cons of those headsets, and if they would recommend them to someone else. Any help would be appreciated... - Jason -------------- next part -------------- An HTML attachment was scrubbed... URL: