Re: [devel] [PATCH 0 of 1] Review Request for V 3.0 amf: support for automatic comp instantiation and deletion [#597]

2014-01-29 Thread Nagendra Kumar
Here is the doc change, I am going to commit: 7.1.1 Adding a component in an SG 7.1.1.1 Approach 1: Adding a component by deactivating/activating the SU. The following is the sequence of operations to be performed in this approach. Lock SU2 Lock-inst SU2 Add a Component Comp23 in SU2. Unlock-inst

Re: [devel] [PATCH 1 of 1] amfd: respond to imm for si lock on unassigned su [#660]

2014-01-29 Thread praveen malviya
Ack. Thanks Praveen On 16-Dec-13 12:07 PM, nagendr...@oracle.com wrote: > osaf/services/saf/amf/amfd/si.cc | 11 ++- > 1 files changed, 6 insertions(+), 5 deletions(-) > > > diff --git a/osaf/services/saf/amf/amfd/si.cc > b/osaf/services/saf/amf/amfd/si.cc > --- a/osaf/services/saf/am

[devel] [PATCH 0 of 3] Review Request for MDS: Performance improvement [#654]

2014-01-29 Thread mahesh . valla
Summary: MDS: performance improvement [#654] Review request for Trac Ticket(s): #654 Peer Reviewer(s): hans/anders BJ/mathi Pull request to: <> Affected branch(es): default Development branch: default Impacted area Impact y/n ---

[devel] [PATCH 3 of 3] MDS: IMMSV macros tune against MDS performance [#654]

2014-01-29 Thread mahesh . valla
osaf/libs/common/immsv/include/immsv_api.h | 6 +++--- osaf/services/saf/immsv/immloadd/imm_loader.cc | 1 + osaf/services/saf/immsv/immnd/immnd_evt.c | 9 + 3 files changed, 9 insertions(+), 7 deletions(-) 1) Adjusted IMMSV_DEFAULT_MAX_SYNC_BATCH_SIZE to MDS_DIRECT_BUF_MAXSI

[devel] [PATCH 2 of 3] MDS: TCP performance improvement [#654]

2014-01-29 Thread mahesh . valla
osaf/libs/core/mds/include/mds_dt_tcp_disc.h | 1 - osaf/libs/core/mds/mds_dt_tcp.c| 20 +- osaf/services/infrastructure/dtms/config/dtmd.conf | 23 +++ osaf/services/infrastructure/dtms/dtm/dtm_intra.c | 13 +-- osaf/services

[devel] [PATCH 1 of 3] MDS: TIPC performance improvement [#654]

2014-01-29 Thread mahesh . valla
osaf/libs/core/include/mds_papi.h|4 +- osaf/libs/core/include/ncsusrbuf.h | 17 ++- osaf/libs/core/mds/include/mds_core.h| 25 +++ osaf/libs/core/mds/include/mds_dt.h | 25 +++- osaf/libs/core/mds/include/mds_dt2c.h|1 + osaf/libs/core/mds/include/mds_dt_t

Re: [devel] [PATCH 0 of 3] Review Request for MDS: Performance improvement [#654]

2014-01-29 Thread Hans Feldt
Sorry I just don't understand the way of working here. Suddenly there is a big pile of MDS changes. I don't see any of this described in #654 which by the way was "taken" from me. I had that ticket accepted. /Hans On 01/29/2014 12:28 PM, mahesh.va...@oracle.com wrote: > Summary: MDS: performanc

Re: [devel] [PATCH 0 of 1] Review Request for V 3.0 amf: support for automatic comp instantiation and deletion [#597]

2014-01-29 Thread Hans Feldt
Can we review the changed doc instead? /Hans On 01/29/2014 12:00 PM, Nagendra Kumar wrote: > Here is the doc change, I am going to commit: > > 7.1.1 Adding a component in an SG Components are added to SUs > 7.1.1.1 Approach 1: Adding a component by deactivating/activating the SU. > The following

Re: [devel] [PATCH 0 of 3] Review Request for MDS: Performance improvement [#654]

2014-01-29 Thread A V Mahesh
Hi Hans, I thought i had informed you that i'm working on a patch for the ticket. Please see my mail below. Since i didn't hear from you, i thought you are okay with that. But i'm sorry, yes should have checked with you before accepting the ticket. On 1/21/2014 5:47 PM, A V Mahesh wrote: > Hi Ha

[devel] [PATCH 0 of 2] Review Request for fm: failover using OPENSAF_MANAGE_TIPC flag and failover after down of critical services [#721]

2014-01-29 Thread mathi . naickan
Summary: failover using OPENSAF_MANAGE_TIPC flag and failover after down of critical services [#721] Review request for Trac Ticket(s): #721 Peer Reviewer(s): ramesh.bet...@oracle.com, anders.wid...@ericsson.com Pull request to: <> Affected branch(es): opensaf-4.4.x, default Development branch:

[devel] [PATCH 1 of 2] fm: failover using OPENSAF_MANAGE_TIPC flag and subscribe to AMF, IMM downs [#721]

2014-01-29 Thread mathi . naickan
osaf/services/infrastructure/fm/fms/fm_cb.h |7 + osaf/services/infrastructure/fm/fms/fm_evt.h |2 + osaf/services/infrastructure/fm/fms/fm_main.c| 81 +++- osaf/services/infrastructure/fm/fms/fm_mds.c | 154 +++--- osaf/services/infrastructure/f

[devel] [PATCH 2 of 2] fm: install ava_install_amf_down_cb and wait till OS reboot terminates FM [#721]

2014-01-29 Thread mathi . naickan
osaf/services/infrastructure/fm/fms/fm.h | 2 ++ osaf/services/infrastructure/fm/fms/fm_amf.c | 18 ++ osaf/services/infrastructure/fm/fms/fm_cb.h | 1 + osaf/services/infrastructure/fm/fms/fm_main.c | 9 +++-- osaf/services/infrastructure/fm/fms/fm_mds.c | 5

[devel] [PATCH 1 of 1] fm: proposal to run a system fencing script for delayed OS reboot mechanisms [#721]

2014-01-29 Thread mathi . naickan
Makefile.am | 3 +- opensaf.spec.in | 1 + osaf/services/infrastructure/fm/fms/fm_amf.c | 26 ++ scripts/opensaf_system_fencer| 49 4 files changed, 78 insertions(+), 1 dele

[devel] [PATCH 0 of 1] Review Request for fm: proposal to run a system fencing script for delayed OS reboot mechanisms [#721]

2014-01-29 Thread mathi . naickan
Summary: fm: a proposal to run a system fencing script for delayed OS reboot mechanisms Review request for Trac Ticket(s): #721 Peer Reviewer(s): TLC, ramesh.betham, andersbj Pull request to: <> Affected branch(es): opensaf-4.4.x, default Development branch: <> Im

Re: [devel] [PATCH 0 of 1] Review Request for V 3.0 amf: support for automatic comp instantiation and deletion [#597]

2014-01-29 Thread Nagendra Kumar
I had committed it in the repo, please review and provide your comments, we can incorporate your comments. Thanks -Nagu > -Original Message- > From: Hans Feldt [mailto:hans.fe...@ericsson.com] > Sent: 29 January 2014 18:00 > To: Nagendra Kumar; hans.nordeb...@ericsson.com; Praveen Malviy

Re: [devel] [PATCH 1 of 1] smfd: initialize and finalize OI handle in scope of CSI-set [#657]

2014-01-29 Thread Bertil Engelholm
Looks OK. /Bertil -Original Message- From: Ingvar Bergström Sent: den 28 januari 2014 14:54 To: Bertil Engelholm Cc: opensaf-devel@lists.sourceforge.net Subject: [PATCH 1 of 1] smfd: initialize and finalize OI handle in scope of CSI-set [#657] osaf/services/saf/smfsv/smfd/smfd_amf.c